Lines Matching refs:Await
123 void FunctionBuilder::Await(const ir::AstNode *node)
245 // 1. If generatorKind is async, set received.[[Value]] to ? Await(received.[[Value]]).
250 Await(node);
262 // ii. ii. If generatorKind is async, set innerResult to ? Await(innerResult).
263 // 2. If generatorKind is async, set innerResult to ? Await(innerResult).
264 // v. If generatorKind is async, set innerReturnResult to ? Await(innerReturnResult).
266 Await(node);
289 // 5. Set value to ? Await(value).
290 Await(node);
299 // b. Let awaited be Await(resumptionValue.[[Value]]).