Home
last modified time | relevance | path

Searched full:nor (Results 1 – 25 of 26) sorted by relevance

12

/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/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/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/es2panda/test/parser/ts/type_checker/
Dfunction_declaration_1-expected.txt88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_6-expected.txt88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_9-expected.txt88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_4-expected.txt88 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp41 // 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()
Dbuiltins_reflect.cpp309 THROW_TYPE_ERROR_AND_RETURN(thread, "SetPrototypeOf: proto is neither Object nor Null", in ReflectSetPrototypeOf()
Dbuiltins_number.cpp164 …// 4. If neither trimmedString nor any prefix of trimmedString satisfies the syntax of a StrDecima… in ParseFloat()
Dbuiltins_string.cpp616 // 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()
Dbuiltins_promise.cpp125 // 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/
Dcflow_checks.md144 By default only `throw` transition is allowed. Neither `jmp`, nor
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp63 "state is neither suspendedStart nor suspendedYield"); in GeneratorResume()
Djs_proxy.cpp82 // 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/
Dmonitors.irt51 # Go to slow path if mark word's state is neither Unlock, nor Lightweight lock
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Disinstance.yaml272 …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/
Dfunction.cpp68 "A function whose declared type is neither 'void' nor 'any' must return a value."); in HandleFunctionReturn()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2056 ThrowSyntaxError("Async method can not be getter nor setter"); in ValidateClassKey()
2203 ThrowSyntaxError("Class method can not be declare nor readonly"); in ValidateClassMethodStart()
DexpressionParser.cpp2027 // If the actual property is not getter/setter nor method, the following in ParsePropertyValue()
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt3965 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
DCI_tests.txt1033 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/
Dinst.h891 * actually be inlined nor the safety of the intrinsic itself, just

12