Package org.htmlunit.corejs.javascript
Class NativeError.ProtoProps
java.lang.Object
org.htmlunit.corejs.javascript.NativeError.ProtoProps
- All Implemented Interfaces:
Serializable
- Enclosing class:
NativeError
We will attch this object to the constructor and use it solely to store the constructor
properties that are "global." We can't make them static because there can be many contexts in
the same JVM.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPrepareStackTrace
(Object value) void
setStackTraceLimit
(Object value)
-
Field Details
-
KEY
- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
stackTraceLimit
int stackTraceLimit -
prepareStackTrace
Function prepareStackTrace
-
-
Constructor Details
-
ProtoProps
private ProtoProps()
-
-
Method Details
-
getStackTraceLimit
-
setStackTraceLimit
-
getPrepareStackTrace
-
setPrepareStackTrace
-