Home
last modified time | relevance | path

Searched refs:execIdCall (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeContinuation.java72 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeContinuation
76 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeCall.java97 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope,
101 return super.execIdCall(f, cx, scope, thisObj, args);
H A DNativeBoolean.java62 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeBoolean
66 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DIdFunctionCall.java19 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method
H A DNativeScript.java102 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeScript
106 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeGenerator.java112 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeGenerator
116 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeIterator.java104 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeIterator
108 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeNumber.java85 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeNumber
89 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DImporterTopLevel.java225 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in ImporterTopLevel
229 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeError.java88 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeError
92 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DIdFunctionObject.java97 return idcall.execIdCall(this, cx, scope, thisObj, args); in call()
H A DNativeMath.java88 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeMath
92 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeWith.java134 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeWith
H A DNativeJavaTopPackage.java114 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeJavaTopPackage
H A DBaseFunction.java235 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in BaseFunction
239 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeJSON.java68 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeJSON
72 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeObject.java107 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeObject
111 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNativeString.java170 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in NativeString
174 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLCtor.java204 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in XMLCtor
208 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNamespace.java238 public Object execIdCall(IdFunctionObject f, in execIdCall() method in Namespace
245 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DQName.java224 public Object execIdCall(IdFunctionObject f, in execIdCall() method in QName
231 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DXMLObjectImpl.java547 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in XMLObjectImpl
551 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DXMLCtor.java215 public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, in execIdCall() method in XMLCtor
219 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DQName.java226 public Object execIdCall(IdFunctionObject f, in execIdCall() method in QName
233 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()
H A DNamespace.java200 public Object execIdCall(IdFunctionObject f, in execIdCall() method in Namespace
207 return super.execIdCall(f, cx, scope, thisObj, args); in execIdCall()

12