Home
last modified time | relevance | path

Searched refs:if_string (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc757 if_proxy(this, Label::kDeferred), if_regexp(this), if_string(this), in TF_BUILTIN()
868 GotoIf(IsStringInstanceType(receiver_instance_type), &if_string); in TF_BUILTIN() local
922 BIND(&if_string); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8054 Label if_symbol(this), if_string(this),
8062 Branch(IsStringInstanceType(var_instance_type.value()), &if_string,
8072 BIND(&if_string);
9084 Label if_string(this), if_symbol(this), if_name_ok(this);
9085 Branch(IsSymbol(next_key), &if_symbol, &if_string);
9104 BIND(&if_string);
12425 Label if_string(this), if_receiver(this), if_oddball(this), if_symbol(this),
12427 GotoIf(IsStringInstanceType(instance_type), &if_string);
12432 BIND(&if_string);
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1811 BIND(&if_string); in IGNITION_HANDLER()

Completed in 22 milliseconds