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.cpp414 JSTaggedValue firstKey = tmap->GetFirstKey(thread); in HWTEST_F_L0() local
608 JSTaggedValue firstKey = tset->GetFirstKey(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2082 JSHandle<JSTaggedValue> firstKey(thread, JSTaggedValue(0)); in Shift() local