cleaned up trap handling in Interpreter.java
[org.ibex.core.git] / src / org / ibex / js / JSScope.java
index f025b24..e133f4c 100644 (file)
@@ -2,6 +2,7 @@
 package org.ibex.js; 
 
 // FIXME: should allow parentScope to be a JS, not a JSScope
+// FIXME: Index local vars by number and lookup in an array
 /** Implementation of a JavaScript Scope */
 public class JSScope extends JS {