Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/ts_to_sts/
Dgeneric_call_params.js34 export function applyFunctionGenericUnion(value1, value2, func) { argument
37 export function applyFunctionGeneric(value1, value2, func) { argument
40 export function applyFunctionGenericTuple(value1, value2, func) { argument
74 export function genericExtendsClass(value1) { argument
92 export function applyFunWithConstraints(value1, value2, func) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dmodule_manager_map_test.cpp59 JSTaggedValue value1(static_cast<JSTaggedType>(42)); in HWTEST_F_L0() local
81 JSTaggedValue value1(static_cast<JSTaggedType>(42)); in HWTEST_F_L0() local
126 JSTaggedValue value1(static_cast<JSTaggedType>(42)); in HWTEST_F_L0() local
139 JSTaggedValue value1(static_cast<JSTaggedType>(42)); in HWTEST_F_L0() local
158 JSTaggedValue value1(static_cast<JSTaggedType>(42)); in HWTEST_F_L0() local
Djs_api_bitvector_test.cpp217 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
256 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(7)); in HWTEST_F_L0() local
283 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
312 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
387 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
410 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
456 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(startIndex)); in HWTEST_F_L0() local
Djs_api_lightweightmap_test.cpp105 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
160 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
238 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
258 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
348 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/initializer/
Dforawaitof_4.ts18 let value1 = 1, value2 = 2; variable
Dforawaitof_3.ts20 const value1 = 0; constant
/arkcompiler/ets_runtime/test/moduletest/sharedmodule/
Dfunc.ts25 value1:string; property in Test1
/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Dfunc.ts24 value1:string; property in Test1
/arkcompiler/ets_runtime/test/moduletest/supercallRelease/
DsupercallRelease.js35 let value1 = "super call test success!"; variable
/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dfunc.ts23 value1:string; property in Test1
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/18_variable_declaration_cases/
D02_let_declaration_01.ts18 let value1: number = 1; variable
/arkcompiler/runtime_core/taihe/test/ani_record/author/src/
Drecord_test.impl.cpp390 bool const value1 = true; in Mapfunc26() local
400 int8_t const value1 = 123; in Mapfunc27() local
410 int16_t const value1 = 1234; in Mapfunc28() local
420 int32_t const value1 = 12345; in Mapfunc29() local
430 int64_t const value1 = 123456; in Mapfunc30() local
440 float const value1 = 123.45f; in Mapfunc31() local
450 double const value1 = 123.456; in Mapfunc32() local
460 string const value1 = "value1"; in Mapfunc33() local
599 bool const value1 = true; in Mapfunc47() local
617 int32_t const value1 = 100; in Mapfunc48() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_property_by_name_short_test.cpp50 const ani_short value1 = 1; in TEST_F() local
70 const ani_short value1 = 32767; in TEST_F() local
92 const ani_short value1 = 32767; in TEST_F() local
Dobject_set_property_by_name_long_test.cpp50 const ani_long value1 = 2; in TEST_F() local
70 const ani_long value1 = 9007199254740991; in TEST_F() local
92 const ani_long value1 = 9007199254740991; in TEST_F() local
Dobject_set_property_by_name_double_test.cpp50 const ani_double value1 = 1.03; in TEST_F() local
70 const ani_double value1 = 1.7976931348623157E308; in TEST_F() local
92 const ani_double value1 = 1.7976931348623157E308; in TEST_F() local
Dobject_set_property_by_name_int_test.cpp50 const ani_int value1 = 1; in TEST_F() local
70 const ani_int value1 = 2147483647; in TEST_F() local
92 const ani_int value1 = 2147483647; in TEST_F() local
Dobject_set_property_by_name_float_test.cpp50 const ani_float value1 = 0.2; in TEST_F() local
70 const ani_float value1 = 3.4028235E38; in TEST_F() local
92 const ani_float value1 = 3.4028235E38; in TEST_F() local
Dobject_set_property_by_name_byte_test.cpp50 const ani_byte value1 = 1; in TEST_F() local
70 const ani_byte value1 = 127; in TEST_F() local
92 const ani_byte value1 = 127; in TEST_F() local
Dobject_call_method_by_name_void_test.cpp170 const ani_int value1 = 5; in TEST_F() local
225 const ani_int value1 = 5; in TEST_F() local
253 const ani_int value1 = 5; in TEST_F() local
292 const ani_double value1 = 5.0; in TEST_F() local
358 const ani_int value1 = 5; in TEST_F() local
387 const ani_int value1 = 1; in TEST_F() local
425 const ani_int value1 = 5; in TEST_F() local
Dobject_call_method_by_name_long_test.cpp234 const ani_long value1 = 50000; in TEST_F() local
259 const ani_long value1 = 50000; in TEST_F() local
341 const ani_int value1 = 5; in TEST_F() local
365 const ani_long value1 = 1000; in TEST_F() local
398 const ani_long value1 = 5000; in TEST_F() local
453 const ani_long value1 = std::numeric_limits<ani_long>::max(); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/wrapperclassfunc/
Dwrapperclassfunc.js23 let value1 = ""; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/find_ops/
Dfind_namespace_combine_scenes_test.cpp38 const ani_int value1 = 5; in TEST_F() local
Dfind_module_test.cpp34 const ani_int value1 = 5; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp452 JSHandle<JSTaggedValue> value1(factory->NewJSNativePointer(reinterpret_cast<void*>(info))); in HWTEST_F_L0() local
485 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
518 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
550 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
581 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
613 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
645 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
668 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
692 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
717 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("abc")); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dname_as_import_api_1.ts48 const value1 = Constants8Alias; constant

12345