Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc2101 Label if_inbounds(this), if_outofbounds(this), done(this); in TF_BUILTIN() local
2102 Branch(IntPtrLessThan(index, values_length), &if_inbounds, &if_outofbounds); in TF_BUILTIN()
2147 BIND(&if_inbounds); in TF_BUILTIN()