Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.cc43 Label if_normal(this), if_generator(this), if_async(this), in EmitFastNewClosure() local
62 GotoIf(is_async, &if_async); in EmitFastNewClosure()
95 Bind(&if_async); in EmitFastNewClosure()