src/jdk/nashorn/internal/objects/NativeEvalError.java

Print this page

        

*** 42,52 **** */ @ScriptClass("Error") public final class NativeEvalError extends ScriptObject { /** message property in instance */ ! @Property(name = NativeError.MESSAGE) public Object instMessage; /** error name property */ @Property(attributes = Attribute.NOT_ENUMERABLE, where = Where.PROTOTYPE) public Object name; --- 42,52 ---- */ @ScriptClass("Error") public final class NativeEvalError extends ScriptObject { /** message property in instance */ ! @Property(name = NativeError.MESSAGE, attributes = Attribute.NOT_ENUMERABLE) public Object instMessage; /** error name property */ @Property(attributes = Attribute.NOT_ENUMERABLE, where = Where.PROTOTYPE) public Object name;