Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc443 Label settle_promise(this), if_return(this), if_throw(this); in TF_BUILTIN() local
453 &if_return, &if_throw); in TF_BUILTIN()
468 BIND(&if_throw); in TF_BUILTIN()
Dbuiltins-proxy-gen.cc599 Label if_throw(this, Label::kDeferred); in TF_BUILTIN() local
601 &if_throw, &success); in TF_BUILTIN()
603 BIND(&if_throw); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc6961 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
6963 GotoIf(TaggedIsSmi(input), &if_throw); in ToBigInt()
6972 BIND(&if_throw); in ToBigInt()