Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_displaynames_test.cpp71 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSDisplayNamesCreateWithOptionTest() local
97 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in HWTEST_F_L0() local
290 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltins_plural_rules_test.cpp94 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSPluralRulesCreateWithLocaleTest() local
327 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp73 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSListFormatCreateWithOptionTest() local
350 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Dbuiltins_relative_time_format_test.cpp94 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledNumericString(); in JSRelativeTimeFormatCreateWithLocaleTest() local
Dbuiltins_list_format_first_test.cpp94 JSHandle<JSTaggedValue> typeKey = thread->GlobalConstants()->GetHandledTypeString(); in JSListFormatCreateWithOptionTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp118 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in SetOptionProperties() local
232 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp146 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
Djs_date_time_format_second_test.cpp284 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
327 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
Djs_list_format_test.cpp137 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in SetFormatterOptionsTest() local
314 JSHandle<JSTaggedValue> typeKey = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2650 JSTaggedValue typeKey = Get(index + RESULT_REPLACE_INDEX + type); in Match() local