Home
last modified time | relevance | path

Searched defs:typeKey (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_displaynames_test.cpp37 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSDisplayNamesCreateWithOptionTest() local
60 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in HWTEST_F_L0() local
249 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltins_plural_rules_test.cpp60 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSPluralRulesCreateWithLocaleTest() local
188 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltin_test_util.h215 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSListFormatCreateWithOptionTest() local
Dbuiltins_list_format_second_test.cpp224 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltins_relative_time_format_test.cpp60 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledNumericString(); in JSRelativeTimeFormatCreateWithLocaleTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp84 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in SetOptionProperties() local
198 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Djs_date_time_format_second_test.cpp150 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
181 …id CheckOther(JSThread *thread, JSHandle<JSArray>& dateTimeArray, JSHandle<JSTaggedValue>& typeKey, in CheckOther()
236 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp112 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
Djs_list_format_test.cpp103 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in SetFormatterOptionsTest() local
246 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h137 JSTaggedValue typeKey = Get<mode>(thread, index + RESULT_REPLACE_INDEX + type); in Match() local
Dbuiltins_json.cpp92 JSHandle<JSTaggedValue> typeKey(factory->NewFromStdString("parseReturnType")); in ParseWithTransformType() local