Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript | |
net.sourceforge.htmlunit.corejs.javascript.regexp | |
net.sourceforge.htmlunit.corejs.javascript.typedarrays |
Modifier and Type | Method and Description |
---|---|
IdFunctionObject |
IdScriptableObject.exportAsJSClass(int maxPrototypeId,
Scriptable scope,
boolean sealed) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
BaseFunction.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 |
NativeWith.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 |
NativeContinuation.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
java.lang.Object[] args) |
java.lang.Object |
ImporterTopLevel.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 |
NativeGlobal.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 |
NativeJSON.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 |
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 |
NativeGenerator.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 returned
|
java.lang.Object |
JavaAdapter.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) |
protected void |
BaseFunction.fillConstructorProperties(IdFunctionObject ctor) |
protected void |
NativeArray.fillConstructorProperties(IdFunctionObject ctor) |
protected void |
NativeObject.fillConstructorProperties(IdFunctionObject ctor) |
protected void |
IdScriptableObject.fillConstructorProperties(IdFunctionObject ctor) |
protected static EcmaError |
IdScriptableObject.incompatibleCallError(IdFunctionObject f)
Utility method to construct type error to indicate incompatible call
when converting script thisObj to a particular type is not possible.
|
void |
IdScriptableObject.initPrototypeConstructor(IdFunctionObject f) |
static boolean |
NativeContinuation.isContinuationConstructor(IdFunctionObject f) |
static Scriptable |
ScriptRuntime.requireObjectCoercible(Scriptable val,
IdFunctionObject idFuncObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NativeRegExp.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
java.lang.Object[] args) |
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.Object |
NativeArrayBuffer.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
java.lang.Object[] args) |
protected void |
NativeTypedArrayView.fillConstructorProperties(IdFunctionObject ctor) |
protected void |
NativeArrayBuffer.fillConstructorProperties(IdFunctionObject ctor) |
protected NativeTypedArrayView |
NativeUint16Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeInt16Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeUint32Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeUint8ClampedArray.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeFloat32Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected abstract NativeTypedArrayView |
NativeTypedArrayView.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeInt8Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeInt32Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeFloat64Array.realThis(Scriptable thisObj,
IdFunctionObject f) |
protected NativeTypedArrayView |
NativeUint8Array.realThis(Scriptable thisObj,
IdFunctionObject f) |