Home
last modified time | relevance | path

Searched refs:perform_await (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc641 Label perform_await(this); in TF_BUILTIN() local
650 GotoIf(IsGeneratorStateClosed(state), &perform_await); in TF_BUILTIN()
655 Goto(&perform_await); in TF_BUILTIN()
657 BIND(&perform_await); in TF_BUILTIN()