2004/01/08 05:02:19
[org.ibex.core.git] / src / org / xwt / js / JSFunction.java
index 2f24e9a..d200909 100644 (file)
@@ -72,6 +72,7 @@ public class JSFunction extends JS implements ByteCodes, Tokens, org.xwt.Schedul
         return cx.resume();
     }
 
+    public JSScope getParentScope() { return parentScope; }
 
     // Adding and Altering Bytecodes ///////////////////////////////////////////////////