| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function_kind.h | 37 // BEGIN base constructors 39 // BEGIN class constructors 41 // END base constructors 46 // END class constructors
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | ignoredAllowed.yaml | 17 # 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/ |
| D | test-list-test262-fastverify-qemu-aot-pgo-litecg-intl402-rest-part.txt | 1 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/ |
| D | typedarrayjoin.js | 15 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/ |
| D | constructor_declaration_with_same_signature.ets | 17 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/ |
| D | constructor_overloading.ets | 17 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/ |
| D | constructor_overload.ets | 21 All base class constructors are available for call in all derived class constructors.
|
| D | single_class_over_generic_1.ets | 18 …Two instance methods, two static methods with the same name or, two constructors are defined in th…
|
| D | single_class_over_generic_2.ets | 18 …Two instance methods, two static methods with the same name or, two constructors are defined in th…
|
| /arkcompiler/ets_runtime/test/moduletest/intl/ |
| D | intl.js | 47 let constructors = [ variable 52 for (let {c, f} of constructors) {
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-constructor8-expected.txt | 1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor8.t…
|
| D | test-class-constructor17-expected.txt | 1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor17.…
|
| D | test-class-constructor9-expected.txt | 1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor9.t…
|
| D | test-class-constructor14-expected.txt | 1 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/ |
| D | call_to_this_recursively.ets | 17 desc: Test calling constructors recursively
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/ |
| D | members_that_are_not_inherited_1.ets | 17 desc: Constructors and class initializers are not members and are not inherited.
|
| D | members_that_are_not_inherited.ets | 17 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/ |
| D | negative_class_body_members.ets | 23 • Constructors, and
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | objectLiteralNoParameterlessConstructor.ets | 22 …nstructor. Declare the parameterless constructor explicitly or remove parametered constructors! */
|
| D | literal_init_parameterless_constructor.ets | 30 …onstructor. Declare the parameterless constructor explicitly or remove parametered constructors! */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 9_classes.rst | 27 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/ |
| D | neg.ets | 20 …two methods with overload-equivalent signatures or two constructors with overload-equivalent signa…
|
| D | pos.ets | 20 …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/ |
| D | access_by_super_in_main.ets | 17 desc: The forms using the keyword super are valid in instance methods, constructors of a class or i…
|
| D | access_by_super_in_main_1.ets | 17 desc: The forms using the keyword super are valid in instance methods, constructors of a class or i…
|