Uses of Enum Class
org.mozilla.javascript.TopLevel.NativeErrors
Packages that use TopLevel.NativeErrors
-
Uses of TopLevel.NativeErrors in org.mozilla.javascript
Fields in org.mozilla.javascript with type parameters of type TopLevel.NativeErrorsModifier and TypeFieldDescriptionprivate EnumMap<TopLevel.NativeErrors,
BaseFunction> TopLevel.errors
Methods in org.mozilla.javascript that return TopLevel.NativeErrorsModifier and TypeMethodDescriptionstatic TopLevel.NativeErrors
Returns the enum constant of this class with the specified name.static TopLevel.NativeErrors[]
TopLevel.NativeErrors.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.NativeErrorsModifier and TypeMethodDescription(package private) static Function
TopLevel.getNativeErrorCtor
(Context cx, Scriptable scope, TopLevel.NativeErrors type) Static helper method to get a native error constructor with the giventype
from the givenscope
.(package private) BaseFunction
TopLevel.getNativeErrorCtor
(TopLevel.NativeErrors type) Get the cached native error constructor from this scope with the giventype
.(package private) static Scriptable
ScriptRuntime.newNativeError
(Context cx, Scriptable scope, TopLevel.NativeErrors type, Object[] args)