Home
last modified time | relevance | path

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

12345678

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/
Dleast_upper_bound.sts17 desc: The type of a nullish-coalescing expression is the least upper bound (see Least Upper Bound) …
Dtype_of_null_coalescing_1.sts18 assert: The type of null-coalescing expression is the least upper bound of the non-nullable variant…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton16-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
Dtest-class-definiton6-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
Dtest-class-definiton15-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmain.cpp21 "at least 1 argv provide, you can also extend to include <filename.heapsnapshot>, "
26 // 2: at least 1 argv provide, including <filename.rawheap> in Main()
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DInvalidStatements1.sts72 /* @@? 42:1 Error SyntaxError: A try statement should contain either finally clause or at least one…
74 /* @@? 40:1 Error SyntaxError: A try statement should contain either finally clause or at least one…
Denum3.sts20 /* @@@ label Error SyntaxError: An enum must have at least one enum constant */
DtryBlockOnly.sts22 /* @@@ label Error SyntaxError: A try statement should contain either finally clause or at least on…
/arkcompiler/runtime_core/static_core/compiler/docs/
Descape_analysis.md26 … end of all the predecessing blocks. If the object was materialized in at least one predecessor th…
31 * set of objects whose allocation could be either eliminated, or at least moved to some other place;
67 if inst has virtual state in at least one block's predecessor:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/11.enumerations/
Dempty_enum.sts17 desc: A enum must have at least one enum constant
/arkcompiler/runtime_core/static_core/verification/models/
DREADME.md3 …ection of reg supertypes during context merge, instead of (more complex) set of least upper bounds.
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-definiton6.ts21 /* @@@ label Error SyntaxError: A get accessor must be at least as accessible as the setter */
Dtest-class-definiton15.ts21 /* @@@ label Error SyntaxError: A get accessor must be at least as accessible as the setter */
Dtest-class-definiton16.ts21 /* @@@ label Error SyntaxError: A get accessor must be at least as accessible as the setter */
DInvalidParserImpl.ts32 /* @@? 19:17 Error SyntaxError: A get accessor must be at least as accessible as the setter */
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp81 if (argsCount < 2) { // 2: at least have two arguments in AssertEqual()
82 std::string errStr = "Assertion failed: At least have two arguments."; in AssertEqual()
107 std::string errStr = "Assertion failed: At least have one argument."; in AssertTrue()
194 if (argc < 2) { // 2: at least have two arguments in Main()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_overload_signatures/
Ddifferent_access_modifiers.sts20 …A compile-time error occurs if at least two different overload signatures or implementation signat…
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DfunctionCall_5.ts22 /* @@@ label Error TypeError: Expected at least 2 arguments, but got 0. */
DfunctionCall_15.ts20 /* @@@ label Error TypeError: Expected at least 1 arguments, but got 0. */
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.h66 …* Creates a new frame with at least given number of local references which can be created in this …
83 * Ensure that capacity in current frame can contain at least `size` references.
85 * @return true if current frame can store at least `size` references, false otherwise.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/least_upper_bound/
Dnegative_cases.sts19 …The notion of the least upper bound (LUB) is used where a single type must be found that is a comm…
Dpositive_cases.sts19 …The notion of the least upper bound (LUB) is used where a single type must be found that is a comm…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/
Dtry_n.sts19 A try statement must contain either a finally clause, or at least one catch clause.
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe43.md8 contents. However, a compile-time error occurs if there is at least one

12345678