| /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/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/es2panda/test/parser/ts/type_checker/ |
| D | function_declaration_1-expected.txt | 88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_6-expected.txt | 88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_9-expected.txt | 88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| D | function_declaration_4-expected.txt | 88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
|
| /arkcompiler/runtime_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/builtins/ |
| D | builtins_object.cpp | 41 // 1.If NewTarget is neither undefined nor the active function, then in ObjectConstructor() 218 // 1.If Type(O) is neither Object nor Null, throw a TypeError exception. in Create() 222 …THROW_TYPE_ERROR_AND_RETURN(thread, "Create: O is neither Object nor Null", JSTaggedValue::Excepti… in Create() 648 // 3. If Type(proto) is neither Object nor Null, throw a TypeError exception. in SetPrototypeOf() 652 THROW_TYPE_ERROR_AND_RETURN(thread, "SetPrototypeOf: proto is neither Object nor Null", in SetPrototypeOf() 921 // 3. If Type(proto) is neither Object nor Null, return undefined.. in ProtoSetter()
|
| D | builtins_reflect.cpp | 309 THROW_TYPE_ERROR_AND_RETURN(thread, "SetPrototypeOf: proto is neither Object nor Null", in ReflectSetPrototypeOf()
|
| D | builtins_number.cpp | 164 …// 4. If neither trimmedString nor any prefix of trimmedString satisfies the syntax of a StrDecima… in ParseFloat()
|
| D | builtins_string.cpp | 616 // 2. If regexp is neither undefined nor null, then in MatchAll() 810 // If searchValue is neither undefined nor null, then in Replace() 1312 // If separator is neither undefined nor null, then in Split()
|
| D | builtins_promise.cpp | 125 // 5. If S is neither undefined nor null, let C be S. in All() 186 // 5. If S is neither undefined nor null, let C be S. in Race()
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | cflow_checks.md | 144 By default only `throw` transition is allowed. Neither `jmp`, nor
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 63 "state is neither suspendedStart nor suspendedYield"); in GeneratorResume()
|
| D | js_proxy.cpp | 82 // 10. If Type(handlerProto) is neither Object nor Null, throw a TypeError exception. in GetPrototype() 84 …PE_ERROR_AND_RETURN(thread, "JSProxy::GetPrototype: Type(handlerProto) is neither Object nor Null", in GetPrototype() 284 // 11. If Type(trapResultObj) is neither Object nor Undefined, throw a TypeError exception in GetOwnProperty() 309 // 11. If Type(trapResultObj) is neither Object nor Undefined, throw a TypeError exception. in GetOwnProperty()
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | monitors.irt | 51 # Go to slow path if mark word's state is neither Unlock, nor Lightweight lock
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 272 …ription: Check that verifier fails when accumulator contains wrong value - neither object, nor null 298 …ription: Check that verifier fails when accumulator contains wrong value - neither object, nor null
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 68 "A function whose declared type is neither 'void' nor 'any' must return a value."); in HandleFunctionReturn()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2056 ThrowSyntaxError("Async method can not be getter nor setter"); in ValidateClassKey() 2203 ThrowSyntaxError("Class method can not be declare nor readonly"); in ValidateClassMethodStart()
|
| D | expressionParser.cpp | 2027 // If the actual property is not getter/setter nor method, the following in ParsePropertyValue()
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2015_tests.txt | 3965 built-ins/Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined.js 3966 built-ins/Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined-realm.js 3994 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-number.js 3995 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-boolean.js 3996 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-string.js 3997 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-symbol.js 4001 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-undefined.js
|
| D | CI_tests.txt | 1033 built-ins/Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined-realm.js 1043 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-symbol.js
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 891 * actually be inlined nor the safety of the intrinsic itself, just
|