Uses of Class
org.mozilla.javascript.IdFunctionObject
Packages that use IdFunctionObject
Package
Description
-
Uses of IdFunctionObject in org.mozilla.javascript
Subclasses of IdFunctionObject in org.mozilla.javascriptMethods in org.mozilla.javascript that return IdFunctionObjectModifier and TypeMethodDescriptionfinal IdFunctionObjectIdScriptableObject.exportAsJSClass(int maxPrototypeId, Scriptable scope, boolean sealed) final IdFunctionObjectIdScriptableObject.initPrototypeMethod(Object tag, int id, String name, int arity) final IdFunctionObjectIdScriptableObject.initPrototypeMethod(Object tag, int id, String propertyName, String functionName, int arity) final IdFunctionObjectIdScriptableObject.initPrototypeMethod(Object tag, int id, Symbol key, String functionName, int arity) Methods in org.mozilla.javascript with parameters of type IdFunctionObjectModifier and TypeMethodDescriptionprotected static <T> TIdScriptableObject.ensureType(Object obj, Class<T> clazz, IdFunctionObject f) Utility method to check the type and do the cast or throw an incompatible call error.BaseFunction.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) ES6Generator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) ES6Iterator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) IdFunctionCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) 'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returnedIdScriptableObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) 'thisObj' will be null if invoked as constructor, in which case * instance of Scriptable should be returned.ImporterTopLevel.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) JavaAdapter.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeArray.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeCallSite.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeConsole.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeContinuation.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeGenerator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeGlobal.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeIterator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaTopPackage.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeMap.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeSet.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeSymbol.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWeakMap.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWeakSet.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWith.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, 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) final voidIdScriptableObject.initPrototypeConstructor(IdFunctionObject f) static booleanNativeContinuation.isContinuationConstructor(IdFunctionObject f) static ObjectScriptRuntimeES6.requireObjectCoercible(Context cx, Object val, IdFunctionObject idFuncObj) -
Uses of IdFunctionObject in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp with parameters of type IdFunctionObjectModifier and TypeMethodDescriptionNativeRegExp.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) -
Uses of IdFunctionObject in org.mozilla.javascript.typedarrays
Methods in org.mozilla.javascript.typedarrays with parameters of type IdFunctionObjectModifier and TypeMethodDescriptionNativeArrayBuffer.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeDataView.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeTypedArrayView.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, 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)