Home
last modified time | relevance | path

Searched refs:lastCatchScope (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreter.java1631 Scriptable lastCatchScope; in interpretLoop() local
1633 lastCatchScope = null; in interpretLoop()
1635 lastCatchScope = (Scriptable)stack[indexReg]; in interpretLoop()
1638 lastCatchScope, stringReg, in interpretLoop()
H A DScriptRuntime.java3219 Scriptable lastCatchScope, in newCatchScope() argument
3236 if (lastCatchScope != null) { in newCatchScope()
3237 NativeObject last = (NativeObject)lastCatchScope; in newCatchScope()