Searched refs:if_string (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-object-gen.cc | 757 if_proxy(this, Label::kDeferred), if_regexp(this), if_string(this), in TF_BUILTIN() local 868 GotoIf(IsStringInstanceType(receiver_instance_type), &if_string); in TF_BUILTIN() 922 BIND(&if_string); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 8054 Label if_symbol(this), if_string(this), in TryToName() local 8062 Branch(IsStringInstanceType(var_instance_type.value()), &if_string, in TryToName() 8072 BIND(&if_string); in TryToName() 9084 Label if_string(this), if_symbol(this), if_name_ok(this); in ForEachEnumerableOwnProperty() local 9085 Branch(IsSymbol(next_key), &if_symbol, &if_string); in ForEachEnumerableOwnProperty() 9104 BIND(&if_string); in ForEachEnumerableOwnProperty() 12425 Label if_string(this), if_receiver(this), if_oddball(this), if_symbol(this), in GenerateEqual_Same() local 12427 GotoIf(IsStringInstanceType(instance_type), &if_string); in GenerateEqual_Same() 12432 BIND(&if_string); in GenerateEqual_Same()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 1811 BIND(&if_string); in IGNITION_HANDLER()
|