Home
last modified time | relevance | path

Searched defs:value6 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp323 JSTaggedValue value6 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp319 JSTaggedValue value6 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_shared_map_test.cpp387 JSTaggedValue value6 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_shared_set_test.cpp361 JSTaggedValue value6 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_call_method_by_name_char_test.cpp375 const ani_char value6 = 'B'; in TEST_F() local
Dobject_call_method_by_name_short_test.cpp365 const ani_short value6 = 12; in TEST_F() local
Dobject_call_method_by_name_byte_test.cpp371 const ani_byte value6 = 12U; in TEST_F() local
Dobject_call_method_by_name_boolean_test.cpp378 const ani_int value6 = 12; in TEST_F() local
Dobject_call_method_by_name_int_test.cpp372 const ani_int value6 = 12; in TEST_F() local
Dobject_call_method_by_name_void_test.cpp449 const ani_int value6 = 12; in TEST_F() local
Dobject_call_method_by_name_long_test.cpp418 const ani_long value6 = 12000; in TEST_F() local
Dobject_call_method_by_name_double_test.cpp432 const ani_double value6 = 12.0; in TEST_F() local
Dobject_call_method_by_name_float_test.cpp429 const ani_float value6 = 12.0F; in TEST_F() local
Dobject_call_method_by_name_ref_test.cpp562 const ani_int value6 = 12; in TEST_F() local