Home
last modified time | relevance | path

Searched refs:booleanValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts27 const booleanValue: boolean = true; constant
39 console.log('Boolean value: ' + booleanValue);
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DBasicDataTypesTest.js27 const booleanValue = true; constant
39 console.log('Boolean value: ' + booleanValue);
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DBasicDataTypesTest.java34 boolean booleanValue = true; in main()
46 System.out.println("Boolean value: " + booleanValue); in main()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1410 bool booleanValue = true; in HWTEST_F_L0() local
1418 … PrimitiveType::PRIMITIVE_BOOLEAN, JSHandle<JSTaggedValue>(thread, JSTaggedValue(booleanValue))); in HWTEST_F_L0()