Home
last modified time | relevance | path

Searched defs:resultKey (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp197 std::string resultKey = mapKey + std::to_string(i); in HWTEST_F_L0() local
231 std::string resultKey = mapValue + std::to_string(i + 1U); in HWTEST_F_L0() local
Djs_api_tree_set_iterator_test.cpp181 std::string resultKey = setKey + std::to_string(i); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp606 JSMutableHandle<JSTaggedValue> resultKey(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1127 Local<JSValueRef> resultKey = StringRef::NewFromUtf8(vm_, "keys"); in HWTEST_F_L0() local