| /arkcompiler/ets_runtime/test/moduletest/moduleHandleException/ |
| D | expect_output.txt | 17 first, ReferenceError: b is not initialized 18 same file, ReferenceError: b is not initialized 19 child file, ReferenceError: b is not initialized 20 parent file, ReferenceError: b is not initialized 21 other file, ReferenceError: b is not initialized 23 b is not initialized 27 b is not initialized 30 multi level, ReferenceError: b is not initialized
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/ |
| D | test6.ts.json | 44 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 54 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 64 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 74 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 84 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 94 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 104 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 114 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 124 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
|
| D | test7.ts.json | 54 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 74 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 94 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 114 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 134 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 154 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 174 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 194 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 214 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | required_multiple_fields.ets | 35 /* @@@ label1 Error TypeError: Class property 'k' needs to be initialized for Required<A>. */ 36 /* @@@ label2 Error TypeError: Class property 'j' needs to be initialized for Required<A>. */ 37 /* @@@ label2 Error TypeError: Class property 'k' needs to be initialized for Required<A>. */ 38 /* @@@ label3 Error TypeError: Class property 'k' needs to be initialized for Required<I>. */ 39 /* @@@ label4 Error TypeError: Class property 'j' needs to be initialized for Required<I>. */ 40 /* @@@ label4 Error TypeError: Class property 'k' needs to be initialized for Required<I>. */
|
| D | class_late_initialization_with_invalid_type_02.ets | 28 /* @@? 17:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 29 /* @@? 18:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 30 /* @@? 19:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 31 /* @@? 24:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 32 /* @@? 25:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty…
|
| D | class_late_initialization_with_invalid_type_01.ets | 23 /* @@? 17:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 24 /* @@? 18:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 25 /* @@? 19:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 26 /* @@? 20:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty…
|
| D | invalidEnums1.ets | 29 /* @@? 18:15 Error TypeError: Enumeration members can be initialized only by compile-time expressio… 30 /* @@? 19:12 Error TypeError: Enumeration members can be initialized only by compile-time expressio… 31 /* @@? 20:12 Error TypeError: Enumeration members can be initialized only by compile-time expressio… 32 …? 25:9 Error SyntaxError: All items of string-type enumeration should be explicitly initialized. */
|
| D | enum32.ets | 21 /* @@@ label Error TypeError: Enumeration members can be initialized only by compile-time expressio… 22 /* @@@ label1 Error TypeError: Enumeration members can be initialized only by compile-time expressi… 23 /* @@@ label2 Error TypeError: Enumeration members can be initialized only by compile-time expressi… 24 /* @@@ label3 Error TypeError: Enumeration members can be initialized only by compile-time expressi…
|
| D | enum_default_invalid_value_type.ets | 30 /* @@? 17:9 Error TypeError: Enumeration members can be initialized only by compile-time expression… 31 /* @@? 21:9 Error TypeError: Enumeration members can be initialized only by compile-time expression… 32 /* @@? 26:9 Error TypeError: Enumeration members can be initialized only by compile-time expression…
|
| D | class_late_initialization_with_initalizer_03.ets | 21 /* @@? 18:6 Error SyntaxError: Late-initialized field cannot have default value. */ 22 /* @@? 18:9 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish typ…
|
| D | enum18.ets | 22 /* @@@ label Error TypeError: Enumeration members can be initialized only by compile-time expressio… 23 /* @@? 19:7 Error TypeError: Enumeration members can be initialized only by compile-time expression…
|
| D | enum15.ets | 23 /* @@? 18:11 Error TypeError: Enumeration members can be initialized only by compile-time expressio… 25 /* @@? 19:7 Error TypeError: Enumeration members can be initialized only by compile-time expression…
|
| D | class_late_initialization_conflict_modifier.ets | 22 /* @@? 17:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty… 24 /* @@? 18:10 Error TypeError: Late-initialized field cannot be nullish types or possibly nullish ty…
|
| D | enum31.ets | 27 /* @@@ label Error TypeError: Enumeration members can be initialized only by compile-time expressio… 28 /* @@@ label1 Error TypeError: Enumeration members can be initialized only by compile-time expressi…
|
| D | enum_default_negative1.ets | 27 /* @@? 17:9 Error TypeError: Enumeration members can be initialized only by compile-time expression… 29 /* @@? 22:9 Error TypeError: Enumeration members can be initialized only by compile-time expression…
|
| D | enum27.ets | 25 /* @@@ label Error TypeError: Enumeration members can be initialized only by compile-time expressio… 26 /* @@@ label1 Error TypeError: Enumeration members can be initialized only by compile-time expressi…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | sendable_class_initialization.ets.json | 34 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 44 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 64 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 84 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 104 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 114 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 124 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 134 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 1770 INITIALIZED enumerator 1885 // Set metadata status to INITIALIZED in ReadAndParseMetadataJson() 1886 metadata.status = MetadataStatus::INITIALIZED; in ReadAndParseMetadataJson() 2255 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2266 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2277 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2288 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2299 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2310 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2321 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule111.ets.json | 24 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 34 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 44 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/linker/ |
| D | runtime_linker.ets | 97 assertFalse(LoadTarget_init, "LoadTarget class must be lazily initialized"); 103 assertTrue(LoadTarget_init, "already loaded LoadTarget class must be initialized"); 115 assertFalse(InitializeTarget_init, "InitializeTarget class must be lazily initialized"); 119 assertTrue(InitializeTarget_init, "InitializeTarget class must be initialized explicitly"); 128 … assertFalse(CreateInstanceTarget_init, "CreateInstanceTarget class must be lazily initialized"); 130 …assertTrue(CreateInstanceTarget_init, "CreateInstanceTarget class must be initialized after first …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/ |
| D | wrong_initialization_order.ets | 17 desc: Check that readonly static field initialized first. 18 assert: Note that static fields that are readonly variables are initialized before other static fie…
|
| D | right_initialization_order.ets | 17 desc: Check that readonly static field initialized first. 18 assert: Note that static fields that are readonly variables are initialized before other static fie…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | lambda_override.ets | 23 /* @@@ label Error TypeError: Property 'x' might not have been initialized. */ 24 /* @@@ label1 Error TypeError: Property 'x' might not have been initialized. */
|
| D | enum-mixed-types.ets | 25 /* @@? 21:9 Error TypeError: Enumeration members can be initialized only by compile-time expression… 26 /* @@? 22:9 Error TypeError: Enumeration members can be initialized only by compile-time expression…
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | copy_data_manager.cpp | 35 DCHECK_CC(!initialized); in InitializeHeapBitmap() 62 initialized = true; in InitializeHeapBitmap() 76 initialized = false; in DestroyHeapBitmap()
|