X-Git-Url: http://git.megacz.com/?p=org.ibex.js.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FByteCodes.java;fp=src%2Forg%2Fibex%2Fjs%2FByteCodes.java;h=bb6ff25207a830239f1ebe65a86c73c8f7d85f50;hp=4449d49290aca14eac3b7a34ab920d3b69cfeb8c;hb=f3ad8b6cba43f3c5364dc2cd9f1d050c1f48f167;hpb=f63da7aeac2f942be41aefde91002d14117a8573 diff --git a/src/org/ibex/js/ByteCodes.java b/src/org/ibex/js/ByteCodes.java index 4449d49..bb6ff25 100644 --- a/src/org/ibex/js/ByteCodes.java +++ b/src/org/ibex/js/ByteCodes.java @@ -30,7 +30,6 @@ interface ByteCodes { //public static final byte DECLARE = -6; /** push a reference to the current scope onto the stack */ - // FIXME: Document this public static final byte GLOBALSCOPE = -7; /** if given a null literal pop two elements off the stack; push stack[-1].get(stack[top]) @@ -89,7 +88,7 @@ interface ByteCodes { /** finish a finally block and carry out whatever instruction initiated the finally block */ public static final byte MAKE_GRAMMAR = -25; - // FIXME: Document these and NEWSCOPE/OLDSCOPE/TOPSCOPE changes + // FEATURE: Document these and NEWSCOPE/OLDSCOPE/TOPSCOPE changes public static final byte SCOPEGET = -26; public static final byte SCOPEPUT = -27;