Home
last modified time | relevance | path

Searched defs:hasKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_tree_map_test.cpp122 bool hasKey = JSAPITreeMap::HasKey(thread, tmap, key); in HWTEST_F_L0() local
135 bool hasKey = JSAPITreeMap::HasKey(thread, tmap, key); in HWTEST_F_L0() local
223 bool hasKey = JSAPITreeMap::HasKey(thread, tmap, key); in HWTEST_F_L0() local
H A Djs_api_hashmap_test.cpp142 JSTaggedValue hasKey = hashMap->HasKey(thread, key.GetTaggedValue()); in HWTEST_F_L0() local
155 JSTaggedValue hasKey = hashMap->HasKey(thread, key.GetTaggedValue()); in HWTEST_F_L0() local
218 JSTaggedValue hasKey = hashMap->HasKey(thread, key.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1252 BRANCH(Int32NotEqual(lengthOfKeys, Int32(0)), &hasKey, &nonKey); in Keys() local
1893 BRANCH(Int32NotEqual(propertyLen, Int32(0)), &hasKey, &nonKey); in Entries() local

Completed in 6 milliseconds