Uses of Class
org.mozilla.javascript.TopLevel.NativeErrors
-
Packages that use TopLevel.NativeErrors Package Description org.mozilla.javascript -
-
Uses of TopLevel.NativeErrors in org.mozilla.javascript
Fields in org.mozilla.javascript with type parameters of type TopLevel.NativeErrors Modifier and Type Field Description private java.util.EnumMap<TopLevel.NativeErrors,BaseFunction>
TopLevel. errors
Methods in org.mozilla.javascript that return TopLevel.NativeErrors Modifier and Type Method Description static TopLevel.NativeErrors
TopLevel.NativeErrors. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TopLevel.NativeErrors[]
TopLevel.NativeErrors. 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.NativeErrors Modifier and Type Method Description (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, java.lang.Object[] args)
-