Bug 695094 - Move js{scan,parse,emit}.{h,cpp} into js/src/frontend/. r=luke.

This commit is contained in:
Jason Orendorff
2011-10-17 16:54:28 -05:00
parent 5fdc66977c
commit b0c1f2dccb
31 changed files with 82 additions and 76 deletions

View File

@@ -244,7 +244,7 @@ typedef enum JSOp {
(pc)[3] = (jsbytecode)((uint32)(i) >> 8), \
(pc)[4] = (jsbytecode)(uint32)(i))
/* Index limit is determined by SN_3BYTE_OFFSET_FLAG, see jsemit.h. */
/* Index limit is determined by SN_3BYTE_OFFSET_FLAG, see frontend/CodeGenerator.h. */
#define INDEX_LIMIT_LOG2 23
#define INDEX_LIMIT ((uint32)1 << INDEX_LIMIT_LOG2)