public final class Test262Builtins extends JSBuiltinsContainer.SwitchEnum<Test262Builtins.Test262>
| Modifier and Type | Class and Description |
|---|---|
static class |
Test262Builtins.Test262 |
static class |
Test262Builtins.Test262AgentBroadcast
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentGetReport
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentLeaving
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentReceiveBroadcast
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentReport
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentSleep
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262AgentStart
Used by test262 to test concurrent agents.
|
static class |
Test262Builtins.Test262CreateRealmNode
A function which creates a new ECMAScript Realm, defines the Test262 API on the new realm's
global object, and returns the
$262 property of the new realm's global object. |
static class |
Test262Builtins.Test262EvalScriptNode
Used by test262.
|
JSBuiltinsContainer.Lambda, JSBuiltinsContainer.Switch, JSBuiltinsContainer.SwitchEnum<E extends Enum<E> & BuiltinEnum<E>>| Modifier and Type | Field and Description |
|---|---|
static JSBuiltinsContainer |
BUILTINS |
| Modifier | Constructor and Description |
|---|---|
protected |
Test262Builtins() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createNode(JSContext context,
JSBuiltin builtin,
boolean construct,
boolean newTarget,
Test262Builtins.Test262 builtinEnum) |
getEnumTypeargs, forEachAccessor, forEachBuiltin, fromEnum, fromEnum, getName, lookupAccessorByKey, lookupFunctionByName, registerpublic static final JSBuiltinsContainer BUILTINS
protected Object createNode(JSContext context, JSBuiltin builtin, boolean construct, boolean newTarget, Test262Builtins.Test262 builtinEnum)
createNode in class JSBuiltinsContainer.SwitchEnum<Test262Builtins.Test262>