| /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/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/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/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/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/parser/ts/ |
| D | test-class-definiton2.ts | 20 /* @@? 18:25 Error SyntaxError: Class method can not be declare nor readonly */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | function_declaration_6.ts | 20 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| D | function_declaration_9.ts | 20 /* @@? 17:17 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 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | library_type_call.sts | 27 …this.c?.bar(undefined).then(); // Neither 'overload-error' nor 'object-is-possibly-undefined' err…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.method_body/ |
| D | method_declaration_with_semicolon.sts | 18 …on. It is a compile-time error if a method declaration is neither abstract nor native and has a se…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | function_declaration_9-expected.txt | 87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| 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_6-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…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule53.sts | 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/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/ |
| D | catch_n.params.yaml | 54 # Ez is not an exception nor error
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 50 … if (!isInStub && !isDeopt) { // no need for getting funcEntryDes when not in stub nor in deopt in CalCallSiteInfo()
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | options.yaml | 43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_int_regs.def | 27 * - %r11 is neither required to be preserved, nor is it used to pass arguments
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | cflow_checks.md | 144 By default only `throw` transition is allowed. Neither `jmp`, nor
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | cflow_checks.md | 144 By default only `throw` transition is allowed. Neither `jmp`, nor
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 34 // 1.If NewTarget is neither undefined nor the active function, then in ObjectConstructor() 246 // 1.If Type(O) is neither Object nor Null, throw a TypeError exception. in Create() 250 …THROW_TYPE_ERROR_AND_RETURN(thread, "Create: O is neither Object nor Null", JSTaggedValue::Excepti… in Create() 738 // 3. If Type(proto) is neither Object nor Null, throw a TypeError exception. in SetPrototypeOf() 742 THROW_TYPE_ERROR_AND_RETURN(thread, "SetPrototypeOf: proto is neither Object nor Null", in SetPrototypeOf() 1033 // 3. If Type(proto) is neither Object nor Null, return undefined.. in ProtoSetter()
|