Uses of Class
org.htmlunit.corejs.javascript.TopLevel.Builtins
-
Packages that use TopLevel.Builtins Package Description org.htmlunit.corejs.javascript -
-
Uses of TopLevel.Builtins in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript with type parameters of type TopLevel.Builtins Modifier and Type Field Description private java.util.EnumMap<TopLevel.Builtins,BaseFunction>TopLevel. ctorsMethods in org.htmlunit.corejs.javascript that return TopLevel.Builtins Modifier and Type Method Description static TopLevel.BuiltinsTopLevel.Builtins. valueOf(java.lang.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.htmlunit.corejs.javascript with parameters of type TopLevel.Builtins Modifier and Type Method Description static FunctionTopLevel. getBuiltinCtor(Context cx, Scriptable scope, TopLevel.Builtins type)Static helper method to get a built-in object constructor with the giventypefrom the givenscope.BaseFunctionTopLevel. 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.ScriptableTopLevel. 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, java.lang.Object[] args)static voidScriptRuntime. setBuiltinProtoAndParent(ScriptableObject object, Scriptable scope, TopLevel.Builtins type)
-