| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object_dispatcher.h | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 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() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/as/ |
| D | InvalidStatements.as | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 28 /* @@? 17:5 Error SyntaxError: 'import' and 'export' may only appear at the top level */ 29 /* @@? 17:5 Error SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' */ 32 /* @@? 20:1 Error SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | getter_setter_endless_loop.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 29 /* @@? 20:58 Warning Warning: Reading the value of the property inside its getter may lead to an en… 30 /* @@? 21:52 Warning Warning: Assigning new value to the property inside its setter may lead to an …
|
| D | for_of_loop_variable.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 34 /* @@? 18:38 Error SyntaxError: for-of loop variable declaration may not have an initializer. */ 36 /* @@? 28:36 Error SyntaxError: for-of loop variable declaration may not have an initializer. */
|
| D | genericDefaultParam_2.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 18 /* @@@ label Error SyntaxError: Required type parameters may not follow optional type parameters. …
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 25 …<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPol… 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 55 …<!--policyitem type="copyright" name="xxx" path="abc/.*" rule="may" group="defaultGroup" filefilte… 57 …<policyitem type="license" name="*" path="disassembler/tests/expected/.*" rule="may" group="defaul… 58 …item type="copyright" name="*" path="disassembler/tests/expected/.*" rule="may" group="defaultGrou… 59 …n Kaihong Digital Industry Development Co., Ltd." path="compiler/.*" rule="may" group="defaultGrou… 60 …Digital Industry Development Co., Ltd." path="bytecode_optimizer/.*" rule="may" group="defaultGrou…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_funccall/ |
| D | multi_constantpool_funccall.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 22 * you may not use this file except in compliance with the License. 23 * You may obtain a copy of the License at
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_func/ |
| D | multi_constantpool_func.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 22 * you may not use this file except in compliance with the License. 23 * You may obtain a copy of the License at
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_closure/ |
| D | multi_constantpool_closure.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 22 * you may not use this file except in compliance with the License. 23 * You may obtain a copy of the License at
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | objectDestructuring2.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 18 /* @@@ label Error TypeError: Object literal may only specify known properties, and property 'b' do…
|
| D | as_expression_1.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 19 /* @@@ label Error TypeError: Conversion of type 'string' to type 'number' may be a mistake because…
|
| D | objectDestructuring5.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 18 /* @@@ label Error TypeError: Object literal may only specify known properties, and property 'b' do…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-ts-parameter-property10.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 20 /* @@@ label Error SyntaxError: A parameter property may not be declared using a binding pattern. …
|
| D | test-ts-parameter-property11.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 20 /* @@@ label Error SyntaxError: A parameter property may not be declared using a binding pattern. …
|
| D | test-ts-parameter-property12.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 20 /* @@@ label Error SyntaxError: A parameter property may not be declared using a binding pattern. …
|
| D | test-ts-parameter-property9.ts | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 20 /* @@@ label Error SyntaxError: A parameter property may not be declared using a binding pattern. …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/ |
| D | member_type_declaration.ets | 4 you may not use this file except in compliance with the License. 5 You may obtain a copy of the License at 19 assert: Interfaces may contain member type declarations.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | test-class-definition4.js | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 21 /* @@@ label Error SyntaxError: Classes may not have static property named prototype. */
|
| D | InvalidParserImpl.js | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 60 /* @@? 35:12 Error SyntaxError: Classes may not have static property named prototype. */ 61 /* @@? 37:5 Error SyntaxError: Classes may not have a field named 'constructor'. */ 62 /* @@? 38:12 Error SyntaxError: Classes may not have static property named prototype. */
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/fields_with_late_initialization/ |
| D | class_late_initialization_with_generic_field_02.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 19 * you may not use this file except in compliance with the License. 20 * You may obtain a copy of the License at
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/ |
| D | custom_literal_type.params.yaml | 3 # you may not use this file except in compliance with the License. 4 # You may obtain a copy of the License at 27 Union may include literals, boxed and unboxed types 42 Custom union type may include literals, boxed and unboxed types
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | cflow_execution_may_go_beyond_the_end.pa | 3 # you may not use this file except in compliance with the License. 4 # You may obtain a copy of the License at 16 # execution may go beyond the end
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/trailing_lambda_tests/ |
| D | trailing_lambda_define_lambda_in_body_capture_variable.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 24 y++ // That may cause crash
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/ |
| D | readonly_field_declaration.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 18 assert: Both class and instance variables (static and non-static fields) may be declared readonly.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/ |
| D | block_execution.ets | 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 17 desc: A module may contain any number of such blocks that merge logically into a single block in th…
|