Bug 880816 - Mark IonCode embedded pointers during MinorGC if they may be Nursery things; r=bhackett

This commit is contained in:
Terrence Cole
2013-06-10 11:16:57 -07:00
parent 333eb29bd3
commit 5e6237284d
17 changed files with 121 additions and 72 deletions

View File

@@ -399,6 +399,7 @@ frontend::CompileFunctionBody(JSContext *cx, MutableHandleFunction fun, CompileO
parser.sct = &sct;
JS_ASSERT(fun);
JS_ASSERT(fun->isTenured());
fun->setArgCount(formals.length());