Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc439 Label if_abrupt(this), if_normal(this), resume_generator(this); in TF_BUILTIN() local
440 Branch(IsAbruptResumeType(resume_type), &if_abrupt, &if_normal); in TF_BUILTIN()
476 BIND(&if_normal); in TF_BUILTIN()