Home
last modified time | relevance | path

Searched defs:firstKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp461 JSTaggedValue firstKey = tmap->GetFirstKey(); in HWTEST_F_L0() local
676 JSTaggedValue firstKey = tset->GetFirstKey(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1948 JSHandle<JSTaggedValue> firstKey(thread, JSTaggedValue(0)); in Shift() local