Home
last modified time | relevance | path

Searched defs:value3 (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dname_as_import_api_1.ts52 const value3 = Constants10; constant
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/
Dobfuscate-file1.ts28 const value3 = tempValue1.depencyProp3; constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_test.cpp115 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(5)); in HWTEST_F_L0() local
245 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(5)); in HWTEST_F_L0() local
272 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(setVector[i])); in HWTEST_F_L0() local
350 JSMutableHandle<JSTaggedValue> value3(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_typed_array_test.cpp393 double value3 = 13.4; // to int8 : 13 in HWTEST_F_L0() local
490 double value3 = 13.4; // to uint8 : 13 in HWTEST_F_L0() local
587 double value3 = 13.4; // to uint8_clamped : 13 in HWTEST_F_L0() local
687 double value3 = 13.4; // to int16 : 13 in HWTEST_F_L0() local
787 double value3 = 13.4; // to uint16 : 13 in HWTEST_F_L0() local
887 double value3 = 13.4; // to int32 : 13 in HWTEST_F_L0() local
987 double value3 = 13.4; // to uint32 : 13 in HWTEST_F_L0() local
Dmodule_manager_map_test.cpp83 JSTaggedValue value3(static_cast<JSTaggedType>(84)); in HWTEST_F_L0() local
Dtagged_array_test.cpp129 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(3)); // 3: means value in HWTEST_F_L0() local
Djs_api_plain_array_test.cpp180 JSTaggedValue value3 = array->GetIndexOfValue(thread, value.GetTaggedValue()); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp154 JSMutableHandle<JSTaggedValue> value3(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dtagged_value_test.cpp726 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(valueBool)); in HWTEST_F_L0() local
791 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue(valueBool)); in HWTEST_F_L0() local
840 JSHandle<JSTaggedValue> value3(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_call_method_by_name_short_test.cpp314 const ani_double value3 = 1.0; in TEST_F() local
350 const ani_short value3 = 7; in TEST_F() local
410 const ani_short value3 = std::numeric_limits<ani_short>::min(); in TEST_F() local
Dobject_call_method_by_name_int_test.cpp321 const ani_double value3 = 1.0; in TEST_F() local
357 const ani_int value3 = 7; in TEST_F() local
417 const ani_int value3 = std::numeric_limits<ani_int>::min(); in TEST_F() local
Dobject_call_method_by_name_long_test.cpp367 const ani_int value3 = 1; in TEST_F() local
403 const ani_long value3 = 7000; in TEST_F() local
463 const ani_long value3 = std::numeric_limits<ani_long>::min(); in TEST_F() local
Dobject_call_method_by_name_double_test.cpp381 const ani_int value3 = 1; in TEST_F() local
417 const ani_double value3 = 7.0; in TEST_F() local
477 const ani_double value3 = std::numeric_limits<ani_double>::min(); in TEST_F() local
Dobject_call_method_by_name_float_test.cpp378 const ani_int value3 = 1; in TEST_F() local
414 const ani_float value3 = 7.0F; in TEST_F() local
474 const ani_float value3 = std::numeric_limits<ani_float>::min(); in TEST_F() local
Dobject_call_method_by_name_void_test.cpp389 const ani_double value3 = 1.0; in TEST_F() local
431 const ani_int value3 = 7; in TEST_F() local
Dobject_call_method_by_name_ref_test.cpp493 const ani_double value3 = 1.0; in TEST_F() local
539 const ani_int value3 = 7; in TEST_F() local
/arkcompiler/runtime_core/taihe/test/ani_record/author/src/
Drecord_test.impl.cpp605 bool const value3 = true; in Mapfunc47() local
623 int32_t const value3 = 300; in Mapfunc48() local
659 string const value3 = "value3"; in Mapfunc50() local
677 string const value3 = "value3"; in Mapfunc51() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_call_static_method_by_name_char_test.cpp321 const ani_int value3 = 4; in TEST_F() local
405 const ani_int value3 = 4; in TEST_F() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp408 uintptr_t value3 = reinterpret_cast<uintptr_t>(&data3); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp311 JSTaggedValue value3 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp307 JSTaggedValue value3 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/function_ops/
Dfunction_call_void_test.cpp401 const ani_int value3 = 4; in TEST_F() local
Dfunction_call_boolean_test.cpp356 const ani_int value3 = 3; in TEST_F() local
Dfunction_call_byte_test.cpp356 const ani_byte value3 = 4U; in TEST_F() local
Dfunction_call_long_test.cpp369 const ani_long value3 = 400; in TEST_F() local

12