Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe21.md7 ArkTS allows type notation using the ``this`` keyword only for a return type
Drecipe34.md7 ArkTS allows to omit generic type parameters if it is possible to infer
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D21_TS_compatibility.rst152 |LANG| allows generating highly efficient code that relies on an objects'
192 |TS| allows more relaxed assignments into variables of function type. While
253 that corresponds to the number of the parameters. |TS|, in some cases, allows
278 |TS| allows overriding class fields with the field in the subclass with
323 |TS| allows overriding class type version of the primitive type into a pure
349 |TS| allows calling functions stored in function type variables with more
350 arguments than they were declared with. |LANG| allows no such calls.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.type_compatibility/
Dtuple_enum_and_object_literal.sts20 that allows converting type T1 to type T2.
Dclass_and_interface.sts20 that allows converting type T1 to type T2.
Dclasses_compatibility.sts20 that allows converting type T1 to type T2.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/11.union_types/union_types_normalization/
Dnorm.sts19 Union types normalization allows minimizing the number of types and literals
Dnorm_n.sts19 Union types normalization allows minimizing the number of types and literals
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/04.Names_Declarations_and_Scopes/4.8.5.Rest_Parameter/
DBadTypeError.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DIssue14111.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CallNoArgs.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassSingleArg.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassEmptyObjectLiteral.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.trailing_lambda/
Dtrlambda_static_met.sts19 The trailing lambda mechanism allows using a special form of function
Dtrlambda_func.sts19 The trailing lambda mechanism allows using a special form of function
Dtrlambda_met.sts19 The trailing lambda mechanism allows using a special form of function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/09.function_overload_signatures/
Doverload_neg.sts19 The ArkTS language allows specifying a function that can be called in
Doverload.sts19 The ArkTS language allows specifying a function that can be called in
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/
Drest_parameter_neg.sts19 A rest parameter allows to make a function or method that take an unbounded
Drest_parameter.sts19 A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml41 1 means same as 0 but allows Ark Inliner to perform inlining
131 to specify amount of parallel compilation threads. Value 0 allows to check available
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/
Dclass_type_parameter_default.sts20 allows dropping a type argument when a particular type of instantiation is used.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/
Dinterface_type_parameter_default.sts20 allows dropping a type argument when a particular type of instantiation is used.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/
Dmethod_type_parameter_default.sts20 allows dropping a type argument when a particular type of instantiation is used.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/
Dfunction_type_parameter_default.sts20 allows dropping a type argument when a particular type of instantiation is used.

123456