Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc1315 Label if_keyisindex(this), if_iskeyunique(this), in TF_BUILTIN() local
1326 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_name, in TF_BUILTIN()
1332 TryInternalizeString(CAST(key), &if_keyisindex, &var_index, in TF_BUILTIN()
1372 BIND(&if_keyisindex); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8039 void CodeStubAssembler::TryToName(TNode<Object> key, Label* if_keyisindex, in TryToName() argument
8050 Goto(if_keyisindex); in TryToName()
8112 Goto(if_keyisindex); in TryToName()
10147 Label if_keyisindex(this), if_iskeyunique(this); in TryPrototypeChainLookup() local
10148 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_unique, in TryPrototypeChainLookup()
10199 BIND(&if_keyisindex); in TryPrototypeChainLookup()
Dcode-stub-assembler.h3002 void TryToName(TNode<Object> key, Label* if_keyisindex,