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.javascriptFields in org.mozilla.javascript declared as IdFunctionObjectModifier and TypeFieldDescriptionprivate IdFunctionObject
IdScriptableObject.PrototypeValues.constructor
Methods in org.mozilla.javascript that return IdFunctionObjectModifier and TypeMethodDescription(package private) final IdFunctionObject
IdScriptableObject.PrototypeValues.createPrecachedConstructor()
final IdFunctionObject
IdScriptableObject.exportAsJSClass
(int maxPrototypeId, Scriptable scope, boolean sealed) final IdFunctionObject
IdScriptableObject.initPrototypeMethod
(Object tag, int id, String name, int arity) final IdFunctionObject
IdScriptableObject.initPrototypeMethod
(Object tag, int id, String propertyName, String functionName, int arity) final IdFunctionObject
IdScriptableObject.initPrototypeMethod
(Object tag, int id, Symbol key, String functionName, int arity) private IdFunctionObject
IdScriptableObject.newIdFunction
(Object tag, int id, String name, int arity, Scriptable scope) Methods in org.mozilla.javascript with parameters of type IdFunctionObjectModifier and TypeMethodDescriptionprotected static <T> T
IdScriptableObject.ensureType
(Object obj, Class<T> clazz, IdFunctionObject f) Utility method to check the type and do the cast or throw an incompatible call error.(package private) static boolean
IdFunctionObject.equalObjectGraphs
(IdFunctionObject f1, IdFunctionObject f2, EqualObjectGraphs eq) 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) NativeBigInt.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeBoolean.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) NativeContinuation.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeDate.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeError.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) NativeJSON.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeMap.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeMath.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeNumber.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeObject.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeScript.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeSet.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeString.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 void
BaseFunction.fillConstructorProperties
(IdFunctionObject ctor) protected void
IdScriptableObject.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeArray.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeBigInt.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeDate.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeError.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeNumber.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeObject.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeString.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeSymbol.fillConstructorProperties
(IdFunctionObject ctor) private static Interpreter.CallFrame
Interpreter.initFrameForApplyOrCall
(Context cx, Interpreter.CallFrame frame, int indexReg, Object[] stack, double[] sDbl, int stackTop, int op, Scriptable calleeScope, IdFunctionObject ifun, InterpretedFunction iApplyCallable) final void
IdScriptableObject.initPrototypeConstructor
(IdFunctionObject f) (package private) static boolean
BaseFunction.isApply
(IdFunctionObject f) (package private) static boolean
BaseFunction.isApplyOrCall
(IdFunctionObject f) static boolean
NativeContinuation.isContinuationConstructor
(IdFunctionObject f) private static Object
NativeArray.iterativeMethod
(Context cx, IdFunctionObject idFunctionObject, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "every", "filter", "forEach", "map", and "some".private static String
NativeString.js_pad
(Context cx, Scriptable thisObj, IdFunctionObject f, Object[] args, boolean atStart) private static String
NativeString.js_repeat
(Context cx, Scriptable thisObj, IdFunctionObject f, Object[] args) (package private) static NativeError
NativeError.make
(Context cx, Scriptable scope, IdFunctionObject ctorObj, Object[] args) private static BaseFunction
BaseFunction.realFunction
(Scriptable thisObj, IdFunctionObject f) private ScriptableObject
ImporterTopLevel.realScope
(Scriptable scope, Scriptable thisObj, IdFunctionObject f) private static NativeMap
NativeMap.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeScript
NativeScript.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeSet
NativeSet.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeString
NativeString.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeWeakMap
NativeWeakMap.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeWeakSet
NativeWeakSet.realThis
(Scriptable thisObj, IdFunctionObject f) static Object
ScriptRuntimeES6.requireObjectCoercible
(Context cx, Object val, IdFunctionObject idFuncObj) private static String
NativeString.tagify
(Context cx, Scriptable thisObj, IdFunctionObject f, String tag, String attribute, Object[] args) -
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) private static NativeRegExp
NativeRegExp.realThis
(Scriptable thisObj, IdFunctionObject f) -
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 void
NativeArrayBuffer.fillConstructorProperties
(IdFunctionObject ctor) protected void
NativeTypedArrayView.fillConstructorProperties
(IdFunctionObject ctor) private static NativeArrayBuffer
NativeArrayBuffer.realThis
(Scriptable thisObj, IdFunctionObject f) private static NativeDataView
NativeDataView.realThis
(Scriptable thisObj, IdFunctionObject f) 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) -
Uses of IdFunctionObject in org.mozilla.javascript.xmlimpl
Subclasses of IdFunctionObject in org.mozilla.javascript.xmlimplMethods in org.mozilla.javascript.xmlimpl with parameters of type IdFunctionObjectModifier and TypeMethodDescriptionNamespace.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) QName.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) XMLCtor.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) XMLObjectImpl.execIdCall
(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) private Namespace
Namespace.realThis
(Scriptable thisObj, IdFunctionObject f) private QName
QName.realThis
(Scriptable thisObj, IdFunctionObject f)