Lines Matching full:throw
32 THROW, enumerator
163 // b. Else if received.[[Type]] is throw, then
165 pg.loadAccumulatorInt(node, ResumeMode.THROW);
168 // i. Let throw be ? GetMethod(iterator, "throw")
169 iter.getMethod("throw");
171 // ii. If throw is not undefined, then
175 …// 1. NOTE: If iterator does not have a throw method, this throw is going to terminate the yield* …
182 // not have a throw method.
183 // 6. Throw a TypeError exception.
209 // 1. Let innerResult be ? Call(throw, iterator, « received.[[Value]] »).
240 pg.loadAccumulatorInt(node, ResumeMode.THROW);
284 // 27.6.3.8.8.c. If awaited.[[Type]] is throw, return Completion(awaited)
285 pg.loadAccumulatorInt(node, ResumeMode.THROW);
288 pg.throw(node);
305 pg.loadAccumulatorInt(node, ResumeMode.THROW);
308 pg.throw(node);
320 // .throw(value)
321 pandaGen.loadAccumulatorInt(node, ResumeMode.THROW);
327 pandaGen.throw(node);