Home
last modified time | relevance | path

Searched defs:typeValue (Results 1 – 11 of 11) 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_first_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
Dbuiltins_list_format_second_test.cpp65 JSHandle<JSTaggedValue> &typeValue) in JSListFormatCreateWithOptionTest()
94 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
116 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
155 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); // the default value in HWTEST_F_L0() local
195 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("conjunction")); in HWTEST_F_L0() local
231 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); in HWTEST_F_L0() local
331 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("disjunction")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp122 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptions["type"].c_str())); in SetOptionProperties() local
248 … JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(displayOptionsProperty["type"].c_str())); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp147 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII("ordinal")); in HWTEST_F_L0() local
Djs_list_format_test.cpp140 JSHandle<JSTaggedValue> typeValue(factory->NewFromASCII(options["type"].c_str())); in SetFormatterOptionsTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h304 static uint64_t ToValue(GateType typeValue, TypedUnOp unaryOp) in ToValue()
513 static uint64_t ToValue(GateType typeValue, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp59 Literal typeValue; in GenTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp318 JSHandle<JSTaggedValue> typeValue; in ResolvedOptions() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp583 uint32_t typeValue; in TEST() local