Home
last modified time | relevance | path

Searched refs:if_normal (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
52 GotoIfNot(is_not_normal, &if_normal); in EmitFastNewClosure()
81 Bind(&if_normal); in EmitFastNewClosure()