more trap cleanup, properly handle JS.Clones
[org.ibex.core.git] / src / org / ibex / js / JSScope.java
index f7c6355..f7d3d6d 100644 (file)
@@ -2,7 +2,6 @@
 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 */
 // HACK: JSScope doesn't really need the BT, this is just for Box.java 
 public class JSScope extends JS.BT {