Class NativeError.ProtoProps

java.lang.Object
org.htmlunit.corejs.javascript.NativeError.ProtoProps
All Implemented Interfaces:
Serializable
Enclosing class:
NativeError

private static final class NativeError.ProtoProps extends Object implements Serializable
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 Details

  • Constructor Details

    • ProtoProps

      private ProtoProps()
  • Method Details

    • getStackTraceLimit

      public Object getStackTraceLimit()
    • setStackTraceLimit

      public void setStackTraceLimit(Object value)
    • getPrepareStackTrace

      public Object getPrepareStackTrace()
    • setPrepareStackTrace

      public void setPrepareStackTrace(Object value)