Home
last modified time | relevance | path

Searched refs:doTopCall (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DObserveInstructionCountTest.java68 protected Object doTopCall(Callable callable, in doTopCall() method in ObserveInstructionCountTest.MyFactory
74 return super.doTopCall(callable, cx, scope, thisObj, args); in doTopCall()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpretedFunction.java107 return ScriptRuntime.doTopCall(this, cx, scope, thisObj, args); in call()
120 return ScriptRuntime.doTopCall( in exec()
H A DContextFactory.java390 protected Object doTopCall(Callable callable,
H A DNativeGenerator.java91 return ScriptRuntime.doTopCall(closeGenerator, cx, scope, in run()
H A DContext.java1172 return ScriptRuntime.doTopCall(function, this, scope, scope, args);
H A DScriptRuntime.java3078 public static Object doTopCall(Callable callable, in doTopCall() method in ScriptRuntime
3091 result = f.doTopCall(callable, cx, scope, thisObj, args); in doTopCall()
H A DInterpreter.java856 return ScriptRuntime.doTopCall(c, cx, scope, null, args); in restartContinuation()