Searched full:implicitly (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation. 10 - Top() - supertype of all types, subtyping rel is created implicitly.
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 47 In _stack-based_ approach, operands are implicitly encoded in the operation, which results in 91 * Implicitly addressed accumulator register. 97 ### Implicitly addressed accumulator register 99 Panda bytecode has a dedicated register called _accumulator_, which is addressed implicitly 111 be an accumulator register. Having an implicitly addressed accumulator register de facto borrows
|
| D | design-of-interpreter.md | 42 1. There is a dedicated register called accumulator, which is addressed implicitly by some
|
| D | assembly_format.md | 250 …he nested record must be specified. However, in this context this name implicitly denotes a `dref`…
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsSignatureDeclaration.cpp | 73 …"Call signature, which lacks return-type annotation, implicitly has an 'any' return type.", Start(… in Check() 77 …"Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.", S… in Check()
|
| D | tsPropertySignature.cpp | 62 checker->ThrowTypeError("Property implicitly has an 'any' type.", Start()); in Check()
|
| D | tsMethodSignature.cpp | 75 …"Method signature, which lacks return-type annotation, implicitly has an 'any' return type.", Star… in Check()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 97 …rowTypeError({"Variable ", declarator->Id()->AsIdentifier()->Name(), " implicitly has an any type.… in CheckSimpleVariableDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | recursiveFunction-expected.txt | 509 TypeError: foo implicitly has return type 'any' because it does not have a return type annotation a…
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 353 …ThrowTypeError({"Variable ", declarator->Id()->AsIdentifier()->Name(), " implicitly has an any typ… in InferSimpleVariableDeclaratorType() 421 … ThrowTypeError({"Parameter ", ident->Name(), " implicitly has an 'any' type."}, ident->Start()); in GetTypeOfVariable()
|
| D | function.cpp | 110 … " implicitly has return type 'any' because it does not have a return type annotation and is " in ThrowReturnTypeCircularityError() 116 …"Function implicitly has return type 'any' because it does not have a return type annotation and i… in ThrowReturnTypeCircularityError() 129 ThrowTypeError({"Parameter ", param->Name(), " implicitly has any type."}, param->Start()); in CheckFunctionIdentifierParameter()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 87 and can be any type of argument. Compound arguments implicitly have default value `false` and user …
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_system.h | 66 6. There are special initial and final types, named as Bot and Top, and all types are implicitly re…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | stobj.64.yaml | 524 description: Check that verifier does not allow to convert f64 -> f32 implicitly
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.h | 95 …// prevent accidental calls where e.g. `const CachedClass &` is implicitly converted to `CachedCla…
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 33 …Accumulator is a special register which is implicitly used by instructions as a source and/or dest…
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …implicitly has type 'any' because the global type 'JSX.Element' does not exist."),Property_0_in_ty…
|