Searched defs:Await (Results 1 – 5 of 5) sorted by relevance
15 Node* AsyncBuiltinsAssembler::Await( in Await() function in v8::internal::AsyncBuiltinsAssembler
216 void Await(Condition cond) { WaitLoop(cond); } in Await() function
67 static PreParserIdentifier Await() { in Await() function
278 } Await; member556 #define Await(a0, a1, a2, a3) _Py_Await(a0, a1, a2, a3) macro
2009 Await(expr_ty value, int lineno, int col_offset, PyArena *arena) in Await() function