Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_runtime/ecmascript/
Djs_function_kind.h37 // BEGIN base constructors
39 // BEGIN class constructors
41 // END base constructors
46 // END class constructors
/arkcompiler/ets_frontend/ets2panda/public/
DignoredAllowed.yaml17 # Which constructors should not be generated
18 constructors:
20 # For classes listed below constructors will not be generated
115 # Method and constructors will not be generated if c++ postfix contains any element listed below
120 # Methods and constructors with arguments listed below will not be generated
206 # Methods and constructors which contains templates with names listed below will not be generated
/arkcompiler/ets_frontend/test262/
Dtest-list-test262-fastverify-qemu-aot-pgo-litecg-intl402-rest-part.txt1 test262/data/test_es2021/intl402/constructors-string-and-single-element-array.js
2 test262/data/test_es2021/intl402/constructors-taint-Object-prototype.js
3 test262/data/test_es2021/intl402/constructors-taint-Object-prototype-2.js
/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/
Dtypedarrayjoin.js15 const constructors = [ variable
29 const constructs = constructors;
40 constructors.forEach(([constructor, arr]) => {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/
Dconstructor_declaration_with_same_signature.ets17 desc: Class constructors declaration with same signatures.
18 assert: It is a compile-time error to declare two constructors whose signatures have the same erasu…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/
Dconstructor_overloading.ets17 desc: Class constructors overloading
18 assert: Overloading of constructors is identical in behavior to overloading of methods. The overloa…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Dconstructor_overload.ets21 All base class constructors are available for call in all derived class constructors.
Dsingle_class_over_generic_1.ets18 …Two instance methods, two static methods with the same name or, two constructors are defined in th…
Dsingle_class_over_generic_2.ets18 …Two instance methods, two static methods with the same name or, two constructors are defined in th…
/arkcompiler/ets_runtime/test/moduletest/intl/
Dintl.js47 let constructors = [ variable
52 for (let {c, f} of constructors) {
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor8-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor8.t…
Dtest-class-constructor17-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor17.…
Dtest-class-constructor9-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor9.t…
Dtest-class-constructor14-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor14.…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/
Dcall_to_this_recursively.ets17 desc: Test calling constructors recursively
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/
Dmembers_that_are_not_inherited_1.ets17 desc: Constructors and class initializers are not members and are not inherited.
Dmembers_that_are_not_inherited.ets17 desc: Constructors and class initializers are not members and are not inherited.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/
Dnegative_class_body_members.ets23Constructors, and
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DobjectLiteralNoParameterlessConstructor.ets22 …nstructor. Declare the parameterless constructor explicitly or remove parametered constructors! */
Dliteral_init_parameterless_constructor.ets30 …onstructor. Declare the parameterless constructor explicitly or remove parametered constructors! */
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D9_classes.rst27 constructors (see :ref:`Constructor Declaration`).
681 - Constructors, and
769 Constructors and initializer blocks are not members, and are not inherited.
842 The desired accessibility of class members and constructors can be explicitly
845 The syntax of *class members or constructors modifiers* is presented below:
1359 *super* class constructors as normal. A :index:`compile-time error` occurs if a field
1998 todo: native constructors
2001 *Constructors* are used to initialize objects that are instances of class. A
2012 Constructors are called by the following:
2025 - Explicit constructor calls from other constructors (see :ref:`Constructor Body`).
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/
Dneg.ets20 …two methods with overload-equivalent signatures or two constructors with overload-equivalent signa…
Dpos.ets20 …two methods with overload-equivalent signatures or two constructors with overload-equivalent signa…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/
Daccess_by_super_in_main.ets17 desc: The forms using the keyword super are valid in instance methods, constructors of a class or i…
Daccess_by_super_in_main_1.ets17 desc: The forms using the keyword super are valid in instance methods, constructors of a class or i…

1234567