Home
last modified time | relevance | path

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

123

/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/ets2panda/test/ast/compiler/ts/
Dfunction_declaration_6.ts20 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
Dfunction_declaration_9.ts20 /* @@? 17:17 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 /* @@? 17:17 Error TypeError: A function whose declared type is neither 'void' nor 'any' must retur…
Das_expression_1.ts19 …r: Conversion of type 'string' to type 'number' may be a mistake because neither type sufficiently…
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dlibrary_type_call.sts27 …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/
Dmethod_declaration_with_semicolon.sts18 …an implementation. It is a compile-time error if a method declaration is neither abstract nor nati…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dfunction_declaration_9-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Dfunction_declaration_1-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_4-expected.txt87 TypeError: A function whose declared type is neither 'void' nor 'any' must return a value. [functio…
Das_expression_1-expected.txt99 TypeError: Conversion of type 'string' to type 'number' may be a mistake because neither type suffi…
/arkcompiler/runtime_core/static_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/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_int_regs.def27 * - %r11 is neither required to be preserved, nor is it used to pass arguments
/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/runtime_core/static_core/docs/bc_verification/
Dcflow_checks.md144 By default only `throw` transition is allowed. Neither `jmp`, nor
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp34 // 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp65 "state is neither suspendedStart nor suspendedYield"); in GeneratorResume()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_base.py97 …Log.default(_LOGGER, f"{self.test_id}: no information about test running neither output nor error")
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dmonitors.irt51 # Go to slow path if mark word's state is neither Unlock, nor Lightweight lock
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp103 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

123