Home
last modified time | relevance | path

Searched full:may (Results 1 – 25 of 11813) sorted by relevance

12345678910>>...473

/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object_dispatcher.h4 * 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/
DInvalidStatements.as4 * 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/
Dgetter_setter_endless_loop.ets4 * 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 …
Dfor_of_loop_variable.ets4 * 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. */
DgenericDefaultParam_2.ets4 * 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/
DOAT.xml5 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/
Dmulti_constantpool_funccall.ts4 * 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/
Dmulti_constantpool_func.ts4 * 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/
Dmulti_constantpool_closure.ts4 * 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/
DobjectDestructuring2.ts4 * 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…
Das_expression_1.ts4 * 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…
DobjectDestructuring5.ts4 * 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/
Dtest-ts-parameter-property10.ts4 * 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. …
Dtest-ts-parameter-property11.ts4 * 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. …
Dtest-ts-parameter-property12.ts4 * 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. …
Dtest-ts-parameter-property9.ts4 * 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/
Dmember_type_declaration.ets4 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/
Dtest-class-definition4.js4 * 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. */
DInvalidParserImpl.js4 * 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/
Dclass_late_initialization_with_generic_field_02.ets4 * 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/
Dcustom_literal_type.params.yaml3 # 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/
Dcflow_execution_may_go_beyond_the_end.pa3 # 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/
Dtrailing_lambda_define_lambda_in_body_capture_variable.ets4 * 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/
Dreadonly_field_declaration.ets4 * 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/
Dblock_execution.ets4 * 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…

12345678910>>...473