Bug 558437 - rename JSCompiler to js::Parser (r=brendan).

This commit is contained in:
Dave Herman
2010-04-10 21:15:35 -07:00
parent 35ab6874e5
commit 9df28068ad
17 changed files with 351 additions and 313 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)