Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc758 if_symbol(this, Label::kDeferred), if_value(this), in TF_BUILTIN() local
872 GotoIf(IsSymbolMap(receiver_map), &if_symbol); in TF_BUILTIN()
936 BIND(&if_symbol); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8054 Label if_symbol(this), if_string(this), in TryToName() local
8058 GotoIf(IsSymbolInstanceType(var_instance_type.value()), &if_symbol); in TryToName()
8066 BIND(&if_symbol); 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()
9086 BIND(&if_symbol); in ForEachEnumerableOwnProperty()
12425 Label if_string(this), if_receiver(this), if_oddball(this), if_symbol(this), in GenerateEqual_Same() local
12430 Branch(IsBigIntInstanceType(instance_type), &if_bigint, &if_symbol); in GenerateEqual_Same()
12440 BIND(&if_symbol); in GenerateEqual_Same()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1817 BIND(&if_symbol); in IGNITION_HANDLER()