Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc756 if_number(this, Label::kDeferred), if_object(this), if_primitive(this), in TF_BUILTIN() local
779 } kJumpTable[] = {{JS_OBJECT_TYPE, &if_object}, in TF_BUILTIN()
784 {JS_API_OBJECT_TYPE, &if_object}, in TF_BUILTIN()
785 {JS_SPECIAL_API_OBJECT_TYPE, &if_object}, in TF_BUILTIN()
796 Switch(receiver_instance_type, &if_object, case_values, case_labels, in TF_BUILTIN()
857 BIND(&if_object); in TF_BUILTIN()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1856 BIND(&if_object); in IGNITION_HANDLER()
2132 Label if_object(this), if_notobject(this, Label::kDeferred), if_notsmi(this); in IGNITION_HANDLER() local
2136 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject); in IGNITION_HANDLER()
2137 BIND(&if_object); in IGNITION_HANDLER()
2152 Label if_object(this), if_notobject(this), if_notsmi(this); in IGNITION_HANDLER() local
2156 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject); in IGNITION_HANDLER()
2158 BIND(&if_object); in IGNITION_HANDLER()