Home
last modified time | relevance | path

Searched defs:listValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_list_format_first_test.cpp74 JSHandle<JSTaggedValue> listValue(factory->NewFromASCII("Motorcycle")); in HWTEST_F_L0() local
101 JSHandle<JSTaggedValue> listValue(factory->NewFromStdString(strValues[i])); in CommonTest() local
Dbuiltins_list_format_second_test.cpp42 JSHandle<JSTaggedValue> listValue(factory->NewFromStdString(strValues[i])); in CommonTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_hash_array_test.cpp113 … JSHandle<JSTaggedValue> listValue(thread, factory->NewFromStdString(iValue).GetTaggedValue()); in HashCommon2() local