[INFER] Apply arguments and script review comments, bug 657412.
This commit is contained in:
@@ -1252,7 +1252,7 @@ SendToGenerator(JSContext *cx, JSGeneratorOp op, JSObject *obj,
|
||||
jsbytecode *yieldpc = gen->regs.pc - JSOP_YIELD_LENGTH;
|
||||
JS_ASSERT(JSOp(*yieldpc) == JSOP_YIELD || JSOp(*yieldpc) == JSOP_TRAP);
|
||||
|
||||
script->typeMonitorUnknown(cx, yieldpc);
|
||||
script->types.monitorUnknown(cx, yieldpc);
|
||||
|
||||
/*
|
||||
* Store the argument to send as the result of the yield
|
||||
|
||||
Reference in New Issue
Block a user