Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number.cc688 Label if_lhsisstring(this), if_lhsisnotstring(this); in TF_BUILTIN() local
690 &if_lhsisnotstring); in TF_BUILTIN()
699 Bind(&if_lhsisnotstring); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc6664 Label if_lhsisstring(this), if_lhsisnotstring(this, Label::kDeferred); in RelationalComparison() local
6666 &if_lhsisnotstring); in RelationalComparison()
6741 Bind(&if_lhsisnotstring); in RelationalComparison()
7445 Label if_lhsisstring(this), if_lhsisnotstring(this); in StrictEqual() local
7447 &if_lhsisnotstring); in StrictEqual()
7473 Bind(&if_lhsisnotstring); in StrictEqual()