Uses of Class
org.mozilla.javascript.IdFunctionObject
-
Packages that use IdFunctionObject Package Description org.mozilla.javascript org.mozilla.javascript.regexp org.mozilla.javascript.typedarrays -
-
Uses of IdFunctionObject in org.mozilla.javascript
Subclasses of IdFunctionObject in org.mozilla.javascript Modifier and Type Class Description class
IdFunctionObjectES6
Methods in org.mozilla.javascript that return IdFunctionObject Modifier and Type Method Description IdFunctionObject
IdScriptableObject. exportAsJSClass(int maxPrototypeId, Scriptable scope, boolean sealed)
IdFunctionObject
IdScriptableObject. initPrototypeMethod(java.lang.Object tag, int id, java.lang.String name, int arity)
IdFunctionObject
IdScriptableObject. initPrototypeMethod(java.lang.Object tag, int id, java.lang.String propertyName, java.lang.String functionName, int arity)
IdFunctionObject
IdScriptableObject. initPrototypeMethod(java.lang.Object tag, int id, Symbol key, java.lang.String functionName, int arity)
Methods in org.mozilla.javascript with parameters of type IdFunctionObject Modifier and Type Method Description protected static <T> T
IdScriptableObject. ensureType(java.lang.Object obj, java.lang.Class<T> clazz, IdFunctionObject f)
Utility method to check the type and do the cast or throw an incompatible call error.java.lang.Object
BaseFunction. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
ES6Generator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
ES6Iterator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
IdFunctionCall. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returnedjava.lang.Object
IdScriptableObject. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
'thisObj' will be null if invoked as constructor, in which case * instance of Scriptable should be returned.java.lang.Object
ImporterTopLevel. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
JavaAdapter. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeArray. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeCall. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeCallSite. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeContinuation. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeGenerator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeGlobal. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeIterator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeJavaTopPackage. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeJSON. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeMap. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeObject. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeSet. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeSymbol. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeWeakMap. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeWeakSet. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeWith. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
protected void
BaseFunction. fillConstructorProperties(IdFunctionObject ctor)
protected void
IdScriptableObject. fillConstructorProperties(IdFunctionObject ctor)
protected void
NativeArray. fillConstructorProperties(IdFunctionObject ctor)
protected void
NativeObject. fillConstructorProperties(IdFunctionObject ctor)
protected void
NativeSymbol. fillConstructorProperties(IdFunctionObject ctor)
void
IdScriptableObject. initPrototypeConstructor(IdFunctionObject f)
static boolean
NativeContinuation. isContinuationConstructor(IdFunctionObject f)
static java.lang.Object
ScriptRuntimeES6. requireObjectCoercible(Context cx, java.lang.Object val, IdFunctionObject idFuncObj)
-
Uses of IdFunctionObject in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp with parameters of type IdFunctionObject Modifier and Type Method Description java.lang.Object
NativeRegExp. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
-
Uses of IdFunctionObject in org.mozilla.javascript.typedarrays
Methods in org.mozilla.javascript.typedarrays with parameters of type IdFunctionObject Modifier and Type Method Description java.lang.Object
NativeArrayBuffer. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeDataView. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
java.lang.Object
NativeTypedArrayView. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
protected void
NativeArrayBuffer. fillConstructorProperties(IdFunctionObject ctor)
protected void
NativeTypedArrayView. fillConstructorProperties(IdFunctionObject ctor)
protected NativeFloat32Array
NativeFloat32Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeFloat64Array
NativeFloat64Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeInt16Array
NativeInt16Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeInt32Array
NativeInt32Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeInt8Array
NativeInt8Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected abstract NativeTypedArrayView<T>
NativeTypedArrayView. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeUint16Array
NativeUint16Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeUint32Array
NativeUint32Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeUint8Array
NativeUint8Array. realThis(Scriptable thisObj, IdFunctionObject f)
protected NativeUint8ClampedArray
NativeUint8ClampedArray. realThis(Scriptable thisObj, IdFunctionObject f)
-