|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopLevel.Builtins | |
|---|---|
| org.mozilla.javascript | |
| Uses of TopLevel.Builtins in org.mozilla.javascript |
|---|
| Methods in org.mozilla.javascript that return TopLevel.Builtins | |
|---|---|
static TopLevel.Builtins |
TopLevel.Builtins.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TopLevel.Builtins[] |
TopLevel.Builtins.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.mozilla.javascript with parameters of type TopLevel.Builtins | |
|---|---|
static Function |
TopLevel.getBuiltinCtor(Context cx,
Scriptable scope,
TopLevel.Builtins type)
Static helper method to get a built-in object constructor with the given type from the given scope. |
BaseFunction |
TopLevel.getBuiltinCtor(TopLevel.Builtins type)
Get the cached built-in object constructor from this scope with the given type. |
static Scriptable |
TopLevel.getBuiltinPrototype(Scriptable scope,
TopLevel.Builtins type)
Static helper method to get a built-in object prototype with the given type from the given scope. |
Scriptable |
TopLevel.getBuiltinPrototype(TopLevel.Builtins type)
Get the cached built-in object prototype from this scope with the given type. |
static Scriptable |
ScriptRuntime.newBuiltinObject(Context cx,
Scriptable scope,
TopLevel.Builtins type,
Object[] args)
|
static void |
ScriptRuntime.setBuiltinProtoAndParent(ScriptableObject object,
Scriptable scope,
TopLevel.Builtins type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||