Backout c0d337401801,78d17e22a223 (bug 712714) for talos regressions across the board.

This commit is contained in:
Marco Bonardo
2012-01-06 13:49:52 +01:00
parent ef2a21029b
commit 0d3e564d49
33 changed files with 2148 additions and 804 deletions

View File

@@ -117,6 +117,8 @@ typedef enum JSOp {
#define JOF_LEFTASSOC (1U<<16) /* left-associative operator */
#define JOF_DECLARING (1U<<17) /* var, const, or function declaration op */
#define JOF_INDEXBASE (1U<<18) /* atom segment base setting prefix op */
#define JOF_CALLOP (1U<<19) /* call operation that pushes function and
this */
#define JOF_PARENHEAD (1U<<20) /* opcode consumes value of expression in
parenthesized statement head */
#define JOF_INVOKE (1U<<21) /* JSOP_CALL, JSOP_NEW, JSOP_EVAL */