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 classIdFunctionObjectES6Methods in org.mozilla.javascript that return IdFunctionObject Modifier and Type Method Description IdFunctionObjectIdScriptableObject. exportAsJSClass(int maxPrototypeId, Scriptable scope, boolean sealed)IdFunctionObjectIdScriptableObject. initPrototypeMethod(java.lang.Object tag, int id, java.lang.String name, int arity)IdFunctionObjectIdScriptableObject. initPrototypeMethod(java.lang.Object tag, int id, java.lang.String propertyName, java.lang.String functionName, int arity)IdFunctionObjectIdScriptableObject. 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> TIdScriptableObject. 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.ObjectBaseFunction. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectES6Generator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectES6Iterator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectIdFunctionCall. 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.ObjectIdScriptableObject. 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.ObjectImporterTopLevel. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectJavaAdapter. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeArray. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeCall. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeCallSite. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeConsole. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeContinuation. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeGenerator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeGlobal. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeIterator. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeJavaTopPackage. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeMap. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeObject. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeSet. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeSymbol. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeWeakMap. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeWeakSet. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeWith. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)protected voidBaseFunction. fillConstructorProperties(IdFunctionObject ctor)protected voidIdScriptableObject. fillConstructorProperties(IdFunctionObject ctor)protected voidNativeArray. fillConstructorProperties(IdFunctionObject ctor)protected voidNativeObject. fillConstructorProperties(IdFunctionObject ctor)protected voidNativeSymbol. fillConstructorProperties(IdFunctionObject ctor)voidIdScriptableObject. initPrototypeConstructor(IdFunctionObject f)static booleanNativeContinuation. isContinuationConstructor(IdFunctionObject f)static java.lang.ObjectScriptRuntimeES6. 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.ObjectNativeRegExp. 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.ObjectNativeArrayBuffer. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeDataView. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)java.lang.ObjectNativeTypedArrayView. execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)protected voidNativeArrayBuffer. fillConstructorProperties(IdFunctionObject ctor)protected voidNativeTypedArrayView. fillConstructorProperties(IdFunctionObject ctor)protected NativeFloat32ArrayNativeFloat32Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeFloat64ArrayNativeFloat64Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeInt16ArrayNativeInt16Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeInt32ArrayNativeInt32Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeInt8ArrayNativeInt8Array. realThis(Scriptable thisObj, IdFunctionObject f)protected abstract NativeTypedArrayView<T>NativeTypedArrayView. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeUint16ArrayNativeUint16Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeUint32ArrayNativeUint32Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeUint8ArrayNativeUint8Array. realThis(Scriptable thisObj, IdFunctionObject f)protected NativeUint8ClampedArrayNativeUint8ClampedArray. realThis(Scriptable thisObj, IdFunctionObject f)
-