| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.regexp |
| Modifier and Type | Method and Description |
|---|---|
IdFunctionObject |
IdScriptableObject.exportAsJSClass(int maxPrototypeId,
Scriptable scope,
boolean sealed) |
IdFunctionObject |
IdScriptableObject.initPrototypeMethod(Object tag,
int id,
String name,
int arity) |
IdFunctionObject |
IdScriptableObject.initPrototypeMethod(Object tag,
int id,
String propertyName,
String functionName,
int arity) |
IdFunctionObject |
IdScriptableObject.initPrototypeMethod(Object tag,
int id,
Symbol key,
String functionName,
int arity) |
IdFunctionObject |
IdScriptableObject.initPrototypeMethod(Object tag,
int id,
Symbol key,
String functionName,
int arity,
int attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
Object |
NativeWith.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeJavaTopPackage.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeIterator.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeGenerator.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeContinuation.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeConsole.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeCallSite.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
NativeCall.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
JavaAdapter.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
ImporterTopLevel.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
IdScriptableObject.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.
|
Object |
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 returned
|
Object |
ES6Iterator.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Object |
ES6Generator.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
protected void |
IdScriptableObject.fillConstructorProperties(IdFunctionObject ctor) |
void |
IdScriptableObject.initPrototypeConstructor(IdFunctionObject f) |
static boolean |
NativeContinuation.isContinuationConstructor(IdFunctionObject f) |
static Object |
ArrayLikeAbstractOperations.iterativeMethod(Context cx,
IdFunctionObject fun,
ArrayLikeAbstractOperations.IterativeOperation operation,
Scriptable scope,
Scriptable thisObj,
Object[] args,
ArrayLikeAbstractOperations.LengthAccessor lengthAccessor)
Implements the methods "every", "filter", "forEach", "map", and "some" using an
IdFunctionObject.
|
static Object |
ScriptRuntimeES6.requireObjectCoercible(Context cx,
Object val,
IdFunctionObject idFuncObj) |
| Modifier and Type | Method and Description |
|---|---|
Object |
NativeRegExp.execIdCall(IdFunctionObject f,
Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args) |
Copyright © 2025 HtmlUnit. All rights reserved.