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

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java243 public Scriptable getPrototype() { method in class:ExternalScriptable
401 Scriptable proto = instance.getPrototype();
404 proto = proto.getPrototype();
H A DJSAdapter.java180 public Scriptable getPrototype() { method in class:JSAdapter
236 Scriptable proto = scriptable.getPrototype();
239 proto = proto.getPrototype();

Completed in 32 milliseconds