Home
last modified time | relevance | path

Searched refs:resultList (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dstring_helper_test.cpp191 std::vector<std::string> resultList = StringHelper::SplitString(result, delimiter); in HWTEST_F_L0() local
192 EXPECT_STREQ(resultList[0].c_str(), "Hello"); in HWTEST_F_L0()
193 EXPECT_STREQ(resultList[1].c_str(), "world!"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp865 CVector<CString> resultList; in GetPkgContextInfoListElements() local
867 return resultList; in GetPkgContextInfoListElements()
871 return resultList; in GetPkgContextInfoListElements()
875 return resultList; in GetPkgContextInfoListElements()
877 resultList = pkgList[packageName]; in GetPkgContextInfoListElements()
878 return resultList; in GetPkgContextInfoListElements()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.cpp492 JSHandle<TaggedArray> resultList = factory->CopyArray(nameList, length, copyLength); in GetOwnPropertyKeys() local
493 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, resultList); in GetOwnPropertyKeys()

Completed in 5 milliseconds