X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJSScope.java;h=663e24d494bf046c94b426dc13c9e9bb0ae292a6;hp=e133f4cf071bc15aec373e59faf6c78e85b4ee1c;hb=fffcafc33aa4066bdf85da7a32e1a1cdb9db2d6f;hpb=592fa04faf2d7c5bbf5fceae5a81da13f4791261 diff --git a/src/org/ibex/js/JSScope.java b/src/org/ibex/js/JSScope.java index e133f4c..663e24d 100644 --- a/src/org/ibex/js/JSScope.java +++ b/src/org/ibex/js/JSScope.java @@ -4,7 +4,8 @@ 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 { +// HACK = JSScope doesn't really need the BT, this is just for Box.java +public class JSScope extends JS.BT { private JSScope parentScope;