Uses of Class
org.htmlunit.corejs.javascript.TopLevel.NativeErrors
-
Packages that use TopLevel.NativeErrors Package Description org.htmlunit.corejs.javascript -
-
Uses of TopLevel.NativeErrors in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript with type parameters of type TopLevel.NativeErrors Modifier and Type Field Description private java.util.EnumMap<TopLevel.NativeErrors,BaseFunction>TopLevel. errorsMethods in org.htmlunit.corejs.javascript that return TopLevel.NativeErrors Modifier and Type Method Description static TopLevel.NativeErrorsTopLevel.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.htmlunit.corejs.javascript with parameters of type TopLevel.NativeErrors Modifier and Type Method Description (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, java.lang.Object[] args)
-