Home
last modified time | relevance | path

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

/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/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…
Das_expression_1-expected.txt100 TypeError: Conversion of type 'string' to type 'number' may be a mistake because neither type suffi…
/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/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp107 … "' may be a mistake because neither type sufficiently overlaps with the other. If this was ", in Check()
/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 …THROW_TYPE_ERROR_AND_RETURN(thread, "JSProxy::GetPrototype: Type(handlerProto) is neither Object n… 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/dprof/libstorage/dprof/
Dstorage.cpp104 LOG(ERROR, DPROF) << storageDir << " is already exists and it is neither directory"; in Create()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml126 description: Check verification failure when accumulator contains neither object, not null
Disinstance.yaml272 …description: Check that verifier fails when accumulator contains wrong value - neither object, nor…
298 …description: Check that verifier fails when accumulator contains wrong value - neither object, nor…
/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/test262/
Des2015_tests.txt3994 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.txt1043 built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-symbol.js
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2neither type sufficiently overlaps with the other. If this was intentional, convert the expression…