Home
last modified time | relevance | path

Searched refs:lastStoredScriptable (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DOptRuntime.java62 Scriptable thisObj = lastStoredScriptable(cx); in callName()
73 Scriptable thisObj = lastStoredScriptable(cx); in callName0()
84 Scriptable thisObj = lastStoredScriptable(cx); in callProp0()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreter.java1311 stack[stackTop] = ScriptRuntime.lastStoredScriptable(cx); in interpretLoop()
1320 stack[stackTop] = ScriptRuntime.lastStoredScriptable(cx); in interpretLoop()
1329 stack[stackTop] = ScriptRuntime.lastStoredScriptable(cx); in interpretLoop()
1337 stack[stackTop] = ScriptRuntime.lastStoredScriptable(cx); in interpretLoop()
H A DNativeArray.java839 funThis = ScriptRuntime.lastStoredScriptable(cx); in toStringHelper()
967 final Scriptable funThis = ScriptRuntime.lastStoredScriptable(cx); in js_sort()
H A DScriptRuntime.java3938 public static Scriptable lastStoredScriptable(Context cx) in lastStoredScriptable() method in ScriptRuntime