Merge from tracemonkey

This commit is contained in:
Luke Wagner
2010-05-11 00:41:08 -07:00
2816 changed files with 140436 additions and 102606 deletions

View File

@@ -122,7 +122,7 @@ typedef enum JSOp {
#define JOF_SHARPSLOT (1U<<24) /* first immediate is uint16 stack slot no.
that needs fixup when in global code (see
JSCompiler::compileScript) */
Compiler::compileScript) */
/* Shorthands for type from format and type from opcode. */
#define JOF_TYPE(fmt) ((fmt) & JOF_TYPEMASK)