Home
last modified time | relevance | path

Searched defs:longValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DBasicDataTypesTest.js20 const longValue = 1234567890123456789n; constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DBasicDataTypesTest.java27 long longValue = 1234567890123456789L; in main() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts20 const longValue: bigint = 1234567890123456789n; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_field_long_test.cpp46 ani_long longValue = 8L; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_set_static_field_by_name_long_test.cpp152 const ani_long longValue = 10; in TEST_F() local
Dclass_get_static_field_by_name_long_test.cpp153 ani_long longValue {}; in TEST_F() local
Dclass_set_static_field_long_test.cpp172 const ani_long longValue = 20L; in TEST_F() local
Dclass_get_static_field_long_test.cpp186 ani_long longValue {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp307 auto longValue = (static_cast<uint64_t>(dis(engine)) << BITS_PER_UINT32) | dis(engine); in TEST_F() local
344 auto longValue = (static_cast<uint64_t>(dis(engine)) << BITS_PER_UINT32) | dis(engine); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp269 JSHandle<JSTaggedValue> longValue(factory->NewFromASCII("long")); in JSDateTimeFormatForObj_002() local