Searched full:here (Results 1 – 25 of 729) sorted by relevance
12345678910>>...30
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object_dispatcher.h | 71 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty() 75 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 79 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty() 83 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 94 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 97 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty() 102 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 105 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty() 115 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedElementByIdx() 119 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedElementByIdx() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/ |
| D | scope.params.yaml | 22 let v: PKG_ALIAS0 = true // should not be visible here 30 let v: pkg_a.PKG_ALIAS0 = true // should not be visible here 38 let v: MOD_ALIAS0 = true // should not be visible here 47 let v: PKG_ALIAS1 = true // should be visible here 62 let v: MOD_ALIAS1 = true // should be visible here 71 let v: PKG_ALIAS2 = true // should be visible here 86 let v: MOD_ALIAS2 = true // should be visible here 95 let v: X = true // should be visible here 110 let v: X = true // should be visible here 120 let v: PKG_ALIAS4 = new EClass() // should not be visible here [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | CastReference4.ets | 33 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her… 45 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her…
|
| D | CastReference3.ets | 37 // Accumulator type 'C[]' is always a subtype of 'FixedArray<B>'. Checkcast is redundant here. 38 // It may be a sign of possible error here.
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | run-vmb.sh | 18 here=$(realpath $(dirname "$BASH_SOURCE")) 22 echo "!!! See steps in $here/readme.md" 24 cd "$here"/src || exit
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/ |
| D | SimplifyStringBuilder.ets | 30 // SimplifyStringBuilder should not be triggered here: 'prepend' instead of 'append' 40 …// SimplifyStringBuilder should not be triggered here: 'prepend' instead of 'append' in intermedia… 53 // SimplifyStringBuilder should be triggered here: simple 'append' case 63 …// SimplifyStringBuilder should be triggered here: 'append' with intermediate value inside loop bo…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 52 # should not be here 66 # should not be here 74 # should not be here 104 # should not be here 138 # should not be here
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 53 # should not be here 69 # should not be here 78 # should not be here 111 # should not be here 148 # should not be here
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | type_variance4.ets | 16 // TODO: Should be a "SyntaxError: Variance modifier is not allowed here [type_variance4.ets:18:13]… 20 /* @@@ label Error SyntaxError: Variance modifier is not allowed here. */
|
| D | unexpected_token_28.ets | 23 /* @@? 18:27 Error TypeError: Interface expected here. */ 27 /* @@? 28:1 Error TypeError: Interface expected here. */
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/workflows/arkjs/ |
| D | env_hzjsvm_sample.yaml | 14 # Set here individual settings 25 # Setting as environment value has higher priority then values here. 29 # All listed here environment variables are used as a full or partial values of 71 # Path to the OHOS build can be set here. 74 # Path to the OHOS build can be set here.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | function_object_methods.ets | 119 return this.fn; // here `this` is the current obj 122 return this.fn; // here `this` is the current obj 125 return this.fo; // here `this` is `globalThis` 128 return this.fo; // here `this` is `globalThis`
|
| D | avoid_using_union_types.ets | 33 …a.x; // No error here, since TypeScript already checks this case and reports an error. No need to … 34 a.y; // Report error here, type of `y` is different: 'number' in A, C and 'string' in B
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/ |
| D | un2.params.yaml | 68 … this.fld = this.fld / 2 // CTE: smart casting isn't supported here because of multi-threading 81 …this.fld = this.fld.substr(0, 1) // CTE: smart casting isn't supported here because of multi-thre… 94 … this.fld = this.fld / 2 // CTE: smart casting isn't supported here because of multi-threading 108 …this.fld = this.fld.substr(0, 1) // CTE: smart casting isn't supported here because of multi-thre…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | design-of-interpreter.md | 49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md). 67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml). 110 Please find the specification [here](file_format.md). 152 Please find the reference implementation [here](../runtime/interpreter). 196 Please find the reference implementation [here](../runtime/interpreter/frame.h). 216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers… 226 Please find the specification [here](assembly_format.md). 228 Please find the implementation [here](../assembler).
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md). 67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml). 110 Please find the specification [here](file_format.md). 152 Please find the reference implementation [here](../runtime/interpreter). 196 Please find the reference implementation [here](../runtime/interpreter/frame.h). 216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers… 226 Please find the specification [here](assembly_format.md). 228 Please find the implementation [here](../assembler).
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | invalidPrivateAccess5.ets | 32 /* @@? 24:13 Error TypeError: Signature a(): void is not visible here. */ 34 /* @@? 25:13 Error TypeError: Signature a(): void is not visible here. */
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 166 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator … 172 message: constant null in accumulator. NPE exception will always be thrown here. 270 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here. 277 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m… 278 possible error here. 286 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her… 294 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her… 315 It may be a sign of possible error here. 323 Result of 'isinstance' is always zero. It may be a sign of possible error here. 330 … in accumulator is of incompatible type '${acc_elt_type}'. It may be a sign of possible error here.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/ |
| D | spec.ets | 49 let frog: Frog = animal as Frog // Use 'as' conversion here 54 let dog = animal as Spitz // Use 'as' conversion here
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_decorator7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
|
| D | test_decorator5-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
|
| D | test_decorator2-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
|
| D | test_decorator9-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
|
| D | test_decorator8-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
|
| D | test_decorator6-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
|
12345678910>>...30