src/jdk/nashorn/internal/runtime/ECMAException.java

Print this page

        

*** 49,59 **** public static final Call THROW_INIT = constructorNoLookup(ECMAException.class, Object.class, String.class, int.class, int.class); /** Field handle to the{@link ECMAException#thrown} field, so that it can be accessed from generated code */ public static final FieldAccess THROWN = virtualField(ECMAException.class, "thrown", Object.class); ! private static final String EXCEPTION_PROPERTY = "nashornException"; /** Object thrown. */ public final Object thrown; /** --- 49,59 ---- public static final Call THROW_INIT = constructorNoLookup(ECMAException.class, Object.class, String.class, int.class, int.class); /** Field handle to the{@link ECMAException#thrown} field, so that it can be accessed from generated code */ public static final FieldAccess THROWN = virtualField(ECMAException.class, "thrown", Object.class); ! public static final String EXCEPTION_PROPERTY = "nashornException"; /** Object thrown. */ public final Object thrown; /**