Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_list_format_first_test.cpp70 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
90 …> CommonTest(JSThread* thread, JSHandle<JSTaggedValue>& locale, JSHandle<JSTaggedValue>& typeValue, in CommonTest()
117 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
128 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); // the default value in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); // the default value in HWTEST_F_L0() local
151 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp31 …e CommonTest(JSThread* thread, JSHandle<JSTaggedValue>& locale, JSHandle<JSTaggedValue>& typeValue, in CommonTest()
63 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
85 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
100 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
117 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
133 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); in HWTEST_F_L0() local
205 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); in HWTEST_F_L0() local
Dbuiltins_displaynames_test.cpp29 JSHandle<JSTaggedValue> &typeValue) in JSDisplayNamesCreateWithOptionTest()
65 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("language")); in HWTEST_F_L0() local
88 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("language")); in HWTEST_F_L0() local
112 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("region")); in HWTEST_F_L0() local
136 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("currency")); in HWTEST_F_L0() local
231 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("currency")); in HWTEST_F_L0() local
Dbuiltins_plural_rules_test.cpp52 JSHandle<JSTaggedValue> &typeValue) in JSPluralRulesCreateWithLocaleTest()
79 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(data)); in SelectTest() local
169 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
Dbuiltin_test_util.h207 JSHandle<JSTaggedValue> &typeValue) in JSListFormatCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp88 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptions["type"].c_str())); in SetOptionProperties() local
214 … JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptionsProperty["type"].c_str())); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp113 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
Djs_list_format_test.cpp106 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(options["type"].c_str())); in SetFormatterOptionsTest() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp318 JSHandle<JSTaggedValue> typeValue; in ResolvedOptions() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp586 uint32_t typeValue; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp12973 GateRef typeValue = GetPrimitiveTypeString(glue, type); in ToPrimitive() local