Bug 471513 - invalid C++ in jsopcode.cpp, r=brendan
This commit is contained in:
@@ -932,8 +932,9 @@ GetStr(SprintStack *ss, uintN i)
|
||||
* JSOP_SETPROP, and JSOP_SETELEM, respectively. They are never stored in
|
||||
* bytecode, so they don't preempt valid opcodes.
|
||||
*/
|
||||
#define JSOP_GETPROP2 256
|
||||
#define JSOP_GETELEM2 257
|
||||
#define JSOP_GETPROP2 JSOP_LIMIT
|
||||
#define JSOP_GETELEM2 JSOP_LIMIT + 1
|
||||
JS_STATIC_ASSERT(JSOP_GETELEM2 <= 255);
|
||||
|
||||
static void
|
||||
AddParenSlop(SprintStack *ss)
|
||||
|
||||
Reference in New Issue
Block a user