Home
last modified time | relevance | path

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/
Dameth_n.params.yaml17 // 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/
Dextend_assembler.h68 // 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/
Daccess_field_nomodifier_core.pa15 # - 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/
Daccess_field_nomodifier_core.pa15 # - 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/
Dtest-class-definiton2-expected.txt1 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/
Dre.params.yaml308 … 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/
Dextended_assembler_x64.h56 // 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/
Dfunction_declaration_6.ts20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
Dfunction_declaration_9.ts20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
Dfunction_declaration_4.ts20 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
Dfunction_declaration_1.ts20 /* @@@ label Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-definiton2.ts20 /* @@@ 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/
Dnegative.ets19 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/
Dmethod_declaration_with_semicolon.ets18 …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/
Dlibrary_type_call.ts28 …this.c?.bar(undefined).then(); // Neither 'overload-error' nor 'object-is-possibly-undefined' err…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dfunction_declaration_1-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_4-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_6-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_9-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule53.ets29 // nor during runtime if cast is wrong:
Drule53.ets.migrate.ets29 // nor during runtime if cast is wrong:
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe53.md33 // 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/
Daccess_modifier_over.ets23 …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/
Dafunc_n.params.yaml17 // 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/
Dcatch_n.params.yaml54 # Ez is not an exception nor error

1234