Package org.mozilla.javascript
Interface IdFunctionCall
- All Known Implementing Classes:
Arguments,Arguments.ThrowTypeError,ArrowFunction,BaseFunction,BoundFunction,ES6Generator,ES6Iterator,FieldAndMethods,FunctionObject,Global,IdFunctionObject,IdFunctionObjectES6,IdScriptableObject,ImporterTopLevel,InterpretedFunction,JavaAdapter,LambdaConstructor,LambdaFunction,ModuleScope,Namespace,NativeArray,NativeArrayBuffer,NativeArrayBufferView,NativeArrayIterator,NativeBigInt,NativeBoolean,NativeCall,NativeCallSite,NativeCollectionIterator,NativeContinuation,NativeDataView,NativeDate,NativeError,NativeFloat32Array,NativeFloat64Array,NativeFunction,NativeGenerator,NativeGlobal,NativeInt16Array,NativeInt32Array,NativeInt8Array,NativeIterator,NativeIterator.StopIteration,NativeJavaConstructor,NativeJavaMap.NativeJavaMapIterator,NativeJavaMethod,NativeJavaObject.JavaIterableIterator,NativeJavaTopPackage,NativeJSON,NativeMap,NativeMath,NativeNumber,NativeObject,NativeRegExp,NativeRegExpCallable,NativeRegExpCtor,NativeScript,NativeSet,NativeString,NativeStringIterator,NativeSymbol,NativeTypedArrayView,NativeUint16Array,NativeUint32Array,NativeUint8Array,NativeUint8ClampedArray,NativeWeakMap,NativeWeakSet,NativeWith,QName,Require,TopLevel,XML,XMLCtor,XMLList,XMLObject,XMLObjectImpl,XMLWithScope
public interface IdFunctionCall
Master for id-based functions that knows their properties and how to
execute them.
-
Method Summary
Modifier and TypeMethodDescriptionexecIdCall(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
-
Method Details
-
execIdCall
Object 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
-