Searched defs:getFunctionPrototype (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java82 obj.setPrototype(getFunctionPrototype(scope));
307 private static Scriptable getFunctionPrototype(Scriptable scope) { method in class:JSAdapter
308 return ScriptableObject.getFunctionPrototype(scope);

Completed in 22 milliseconds