Searched refs:setPrototype (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJavaAdapter.java61 obj.setPrototype(getFunctionPrototype(scope));
H A DRhinoTopLevel.java119 res.setPrototype(ScriptableObject.getObjectPrototype(thisObj));
H A DJSAdapter.java82 obj.setPrototype(getFunctionPrototype(scope));
184 public void setPrototype(Scriptable prototype) { method in class:JSAdapter
H A DExternalScriptable.java251 public void setPrototype(Scriptable prototype) { method in class:ExternalScriptable
H A DRhinoScriptEngine.java356 newScope.setPrototype(topLevel);

Completed in 45 milliseconds