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

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java259 public Scriptable getParentScope() { method in class:ExternalScriptable
362 v = fun.call(cx, fun.getParentScope(), this, args);
H A DJSAdapter.java188 public Scriptable getParentScope() { method in class:JSAdapter
319 Scriptable scope = func.getParentScope();

Completed in 1132 milliseconds