Uses of Enum Class
org.mozilla.javascript.TopLevel.Builtins
Packages that use TopLevel.Builtins
-
Uses of TopLevel.Builtins in org.mozilla.javascript
Methods in org.mozilla.javascript that return TopLevel.BuiltinsModifier and TypeMethodDescriptionstatic TopLevel.BuiltinsReturns the enum constant of this class with the specified name.static TopLevel.Builtins[]TopLevel.Builtins.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.javascript with parameters of type TopLevel.BuiltinsModifier and TypeMethodDescriptionstatic FunctionTopLevel.getBuiltinCtor(Context cx, Scriptable scope, TopLevel.Builtins type) Static helper method to get a built-in object constructor with the giventypefrom the givenscope.TopLevel.getBuiltinCtor(TopLevel.Builtins type) Get the cached built-in object constructor from this scope with the giventype.static ScriptableTopLevel.getBuiltinPrototype(Scriptable scope, TopLevel.Builtins type) Static helper method to get a built-in object prototype with the giventypefrom the givenscope.TopLevel.getBuiltinPrototype(TopLevel.Builtins type) Get the cached built-in object prototype from this scope with the giventype.static ScriptableScriptRuntime.newBuiltinObject(Context cx, Scriptable scope, TopLevel.Builtins type, Object[] args) static voidScriptRuntime.setBuiltinProtoAndParent(ScriptableObject object, Scriptable scope, TopLevel.Builtins type)