Home
last modified time | relevance | path

Searched defs:typeString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp291 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatListToArray() local
406 JSHandle<JSTaggedValue> typeString = ListOptionTypeToEcmaString(thread, type); in ResolvedOptions() local
Djs_displaynames.cpp382 JSHandle<JSTaggedValue> typeString = TypeOptionToEcmaString(thread, type); in ResolvedOptions() local
Djs_relative_time_format.cpp378 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatToArray() local
Djs_number_format.cpp752 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in GroupToParts() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp335 JSHandle<JSTaggedValue> typeString = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp193 Local<StringRef> typeString = origin->Typeof(vm_); in HWTEST_F_L0() local