| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | sendable_class_initialization.ts.json | 29 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 36 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 50 …"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… 78 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 85 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 92 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal… 99 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
|
| D | enum_member_non_constant.ts.json | 22 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 29 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 1749 INITIALIZED enumerator 1834 // Set metadata status to INITIALIZED in ReadAndParseMetadataJson() 1835 metadata.status = MetadataStatus::INITIALIZED; in ReadAndParseMetadataJson() 2172 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2183 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2194 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2205 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2216 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2227 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() 2238 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule111.ts.json | 22 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 29 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 36 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
|
| D | rule113.ts.json | 78 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ… 92 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
|
| D | rule134.sts | 16 let x!: number // Hint: x will be initialized before usage
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/ |
| D | wrong_initialization_order.sts | 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.sts | 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/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/ |
| D | expr.params.yaml | 203 let v: int[] = new int[33] // initialized with 0 212 let v: number[] = new number[33] // initialized with 0.0 221 let v: char[] = new char[33] // initialized with c'\u0000' 230 let v: boolean[] = new boolean[33] // initialized with false 241 let v: EN[] = new EN[33] // initialized with null 252 let v: EU[] = new EU[33] // initialized with undefined
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2084.pa | 32 # Check that verifier reports error if source registers are not initialized 68 ldobj.64 v0, R.fu64 # verifier error expected, because the register is not initialized
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2084.pa | 32 # Check that verifier reports error if source registers are not initialized 68 ldobj.64 v0, R.fu64 # verifier error expected, because the register is not initialized
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_info.h | 59 'static' can be removed and initialized here if only allocation is from only one source. */ 64 static bool initialized; variable 68 if (initialized) { in VregInfo() 69 initialized = false; in VregInfo() 72 initialized = true; in VregInfo()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-constructor11-expected.txt | 1 …-level statement within a constructor of a derived class that contains initialized properties, par…
|
| D | test-class-constructor10-expected.txt | 1 …-level statement within a constructor of a derived class that contains initialized properties, par…
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | regmask.rb | 46 raise "RegMask is initialized with symbol, but Regmap wasn't specified" unless @regmap 50 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 68 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/ |
| D | arkts-mockup.sts | 57 console.println("Column initialized") 75 console.println("Button initialized")
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class.cpp | 50 case Class::State::INITIALIZED: { in operator <<() 51 os << "INITIALIZED"; in operator <<() 107 …= State::ERRONEOUS || state < state_ || (state_ == State::LOADED && state == State::INITIALIZED)) { in SetState()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | pool_map.cpp | 50 // We can't get allocator info for not properly initialized pools in GetAllocatorInfo() 63 // We can't get space type for not properly initialized pools in GetSpaceType()
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe134.md | 17 let x!: number // Hint: x will be initialized before usage
|
| D | recipe111.md | 1 # Enumeration members can be initialized only with compile time expressions of the same type
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | pool_map.cpp | 53 // We can't get allocator info for not properly initialized pools in GetAllocatorInfo() 66 // We can't get space type for not properly initialized pools in GetSpaceType()
|
| /arkcompiler/ets_runtime/test/moduletest/moduleImportJson/ |
| D | expect_output.txt | 14 ReferenceError: a is not initialized
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/ |
| D | readonly_field_declaration_without_initialization.sts | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| D | readonly_field_double_initialization.sts | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | debugger-vscode-communication.md | 18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…
|