Uses of Enum
org.mozilla.javascript.TopLevel.NativeErrors
Packages that use TopLevel.NativeErrors
-
Uses of TopLevel.NativeErrors in org.mozilla.javascript
Subclasses with type arguments of type TopLevel.NativeErrors in org.mozilla.javascriptModifier and TypeClassDescription(package private) static enumAn enumeration of built-in native errors.Fields in org.mozilla.javascript with type parameters of type TopLevel.NativeErrorsModifier and TypeFieldDescriptionprivate EnumMap<TopLevel.NativeErrors, BaseFunction> TopLevel.errorsMethods in org.mozilla.javascript that return TopLevel.NativeErrorsModifier and TypeMethodDescriptionstatic TopLevel.NativeErrorsReturns 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.NativeErrorsModifier and TypeMethodDescription(package private) static FunctionTopLevel.getNativeErrorCtor(Context cx, Scriptable scope, TopLevel.NativeErrors type) Static helper method to get a native error constructor with the giventypefrom the givenscope.(package private) BaseFunctionTopLevel.getNativeErrorCtor(TopLevel.NativeErrors type) Get the cached native error constructor from this scope with the giventype.(package private) static ScriptableScriptRuntime.newNativeError(Context cx, Scriptable scope, TopLevel.NativeErrors type, Object[] args)