Home
last modified time | relevance | path

Searched refs:getValueFunctionAndThis (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeArray.java966 .getValueFunctionAndThis(args[0], cx); in js_sort()
H A DInterpreter.java1335 stack[stackTop] = ScriptRuntime.getValueFunctionAndThis(value, cx); in interpretLoop()
H A DScriptRuntime.java2283 public static Callable getValueFunctionAndThis(Object value, Context cx) in getValueFunctionAndThis() method in ScriptRuntime