fixed heinous breakage, added backtrace support
[org.ibex.core.git] / src / org / ibex / js / Trap.java
index 4b2f92a..77476f6 100644 (file)
@@ -19,8 +19,8 @@ class Trap {
         trapee = b; name = n; this.f = f; this.next = nx;
     }
 
-    private static final JSFunction putInvoker = new JSFunction("putInvoker", 0, null);
-    private static final JSFunction getInvoker = new JSFunction("getInvoker", 0, null);
+    static final JSFunction putInvoker = new JSFunction("putInvoker", 0, null);
+    static final JSFunction getInvoker = new JSFunction("getInvoker", 0, null);
 
     static {
         putInvoker.add(1, ByteCodes.PUT, null);