Searched full:nor (Results 1 – 25 of 84) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ |
| D | ameth_n.params.yaml | 17 // Async methods can be neither abstract nor native. 23 // Async methods can be neither abstract nor native. 29 // Async methods can be neither abstract nor native. 35 // Async methods can be neither abstract nor native.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.h | 68 // X11 is neither callee saved reegister nor argument register in AvailableRegister1() 73 // X12 is neither callee saved reegister nor argument register in AvailableRegister2() 78 // X13 is neither callee saved reegister nor argument register in AvailableRegister3() 83 // X14 is neither callee saved reegister nor argument register in AvailableRegister4()
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | access_field_nomodifier_core.pa | 15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | access_field_nomodifier_core.pa | 15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton2-expected.txt | 1 SyntaxError: Class method can not be declare nor readonly [test-class-definiton2.ts:18:25]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/ |
| D | re.params.yaml | 308 … let r: Record<"Nor"|"Shall"|"Death"|"Brag", Record<"Thou"|"Wanderst"|"In"|"His"|"Shade", int>> = { 309 "Nor": { 339 assertEQ(r["Nor"]["Thou"], 1); 340 assertEQ(r["Nor"]["Wanderst"], 2); 341 assertEQ(r["Nor"]["In"], 3); 342 assertEQ(r["Nor"]["His"], 4); 343 assertEQ(r["Nor"]["Shade"], 5);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | extended_assembler_x64.h | 56 // r10 is neither callee saved reegister nor argument register in AvailableRegister1() 61 // r11 is neither callee saved reegister nor argument register in AvailableRegister2()
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | function_declaration_6.ts | 20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| D | function_declaration_9.ts | 20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| D | function_declaration_4.ts | 20 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| D | function_declaration_1.ts | 20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-class-definiton2.ts | 20 /* @@@ label Error SyntaxError: Class method can not be declare nor readonly */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/ |
| D | negative.ets | 19 in a lambda body but is neither declared in nor assigned before it
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/ |
| D | method_declaration_with_semicolon.ets | 18 …on. It is a compile-time error if a method declaration is neither abstract nor native and has a se…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | library_type_call.ts | 28 …this.c?.bar(undefined).then(); // Neither 'overload-error' nor 'object-is-possibly-undefined' err…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | function_declaration_1-expected.txt | 87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_4-expected.txt | 87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_6-expected.txt | 87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_9-expected.txt | 87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule53.ets | 29 // nor during runtime if cast is wrong:
|
| D | rule53.ets.migrate.ets | 29 // nor during runtime if cast is wrong:
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe53.md | 33 // nor during runtime if cast is wrong:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | access_modifier_over.ets | 23 …overriding nor overloading is considered if a superclass contains a private method, and a subclass…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/ |
| D | afunc_n.params.yaml | 17 // Async functions can be neither abstract nor native.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/ |
| D | catch_n.params.yaml | 54 # Ez is not an exception nor error
|
1234