Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_plural_rules_test.cpp86 JSHandle<JSTaggedValue> &typeValue) in JSPluralRulesCreateWithLocaleTest()
117 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("cardinal")); in HWTEST_F_L0() local
141 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("cardinal")); in HWTEST_F_L0() local
165 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("cardinal")); in HWTEST_F_L0() local
189 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
213 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
237 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
261 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
308 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
Dbuiltins_displaynames_test.cpp63 JSHandle<JSTaggedValue> &typeValue) in JSDisplayNamesCreateWithOptionTest()
102 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("language")); in HWTEST_F_L0() local
128 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("language")); in HWTEST_F_L0() local
152 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("region")); in HWTEST_F_L0() local
176 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("currency")); in HWTEST_F_L0() local
271 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("currency")); in HWTEST_F_L0() local
Dbuiltins_list_format_test.cpp86 JSHandle<JSTaggedValue> &typeValue) in JSListFormatCreateWithOptionTest()
116 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
177 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); // the default value in HWTEST_F_L0() local
215 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); // the default value in HWTEST_F_L0() local
245 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
282 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
304 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
343 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
383 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp119 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptions["type"].c_str())); in SetOptionProperties() local
245 … JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptionsProperty["type"].c_str())); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp146 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
Djs_list_format_test.cpp138 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(options["type"].c_str())); in SetFormatterOptionsTest() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp312 JSHandle<JSTaggedValue> typeValue; in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h598 static uint64_t ToValue(GateType typeValue, TypedUnOp unaryOp) in ToValue()