Lines Matching refs:Await
93 void FunctionBuilder::Await(const ir::AstNode *node)
212 // 1. If generatorKind is async, set received.[[Value]] to ? Await(received.[[Value]]).
217 Await(node);
229 // ii. ii. If generatorKind is async, set innerResult to ? Await(innerResult).
230 // 2. If generatorKind is async, set innerResult to ? Await(innerResult).
231 // v. If generatorKind is async, set innerReturnResult to ? Await(innerReturnResult).
233 Await(node);
255 // 5. Set value to ? Await(value).
256 Await(node);
264 // b. Let awaited be Await(resumptionValue.[[Value]]).