Searched refs:stringValues (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 485 std::vector<std::string> stringValues = {"zh", "Hans", "CN"}; in HWTEST_F_L0() local 488 …bool result = JSLocale::GetOptionOfString(thread, optionsObj, languageProperty, stringValues, &opt… in HWTEST_F_L0() 492 …result = JSLocale::GetOptionOfString(thread, optionsObj, regionProperty, stringValues, &optionValu… in HWTEST_F_L0() 517 JSHandle<TaggedArray> stringValues = factory->NewTaggedArray(3); in HWTEST_F_L0() local 518 stringValues->Set(thread, 0, languageValue); in HWTEST_F_L0() 519 stringValues->Set(thread, 1, regionValue); in HWTEST_F_L0() 520 JSHandle<JSTaggedValue> arrayValue(stringValues); in HWTEST_F_L0()
|