Rename PopStatementCG and NewScriptFromCG. Bug 696876, part 3 of 3. r=dvander.
This commit is contained in:
@@ -263,7 +263,7 @@ BytecodeCompiler::compileScript(JSContext *cx, JSObject *scopeChain, StackFrame
|
||||
|
||||
JS_ASSERT(bce.version() == version);
|
||||
|
||||
script = JSScript::NewScriptFromCG(cx, &bce);
|
||||
script = JSScript::NewScriptFromEmitter(cx, &bce);
|
||||
if (!script)
|
||||
goto out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user