Compile INITPROP/INITELEM, bug 606477. r=jorendorff,dvander

This commit is contained in:
Brian Hackett
2010-11-18 18:14:22 -08:00
parent 11f98e3a39
commit bc47f4a80a
28 changed files with 750 additions and 424 deletions

View File

@@ -379,7 +379,7 @@ js_GetVariableBytecodeLength(jsbytecode *pc);
/*
* Find the number of stack slots used by a variadic opcode such as JSOP_CALL
* or JSOP_NEWARRAY (for such ops, JSCodeSpec.nuses is -1).
* (for such ops, JSCodeSpec.nuses is -1).
*/
extern uintN
js_GetVariableStackUses(JSOp op, jsbytecode *pc);