Warning patrol. No bug, r=terrence

This commit is contained in:
Jeff Walden
2012-06-11 17:17:19 -07:00
parent c5fda40c85
commit 0d56b6973b
17 changed files with 37 additions and 31 deletions

View File

@@ -274,7 +274,7 @@ frontend::CompileFunctionBody(JSContext *cx, JSFunction *fun,
TreeContext funtc(&parser, &funsc);
if (!funtc.init())
return NULL;
return false;
BytecodeEmitter funbce(&parser, &funsc, lineno,
/* noScriptRval = */ false, /* needsScriptGlobal = */ false);