Searched full:qualified (Results 1 – 25 of 67) sorted by relevance
123
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/namespace_tests/ |
| D | namespace_qualified.ets | 20 return "Qualified Function"; 42 // Test access to deeply qualified namespace members 43 …(QualifiedNamespace.LevelOne.LevelTwo.qualifiedFunction(), "Qualified Function", "Qualified funct… 44 …assertEQ(QualifiedNamespace.LevelOne.LevelTwo.qualifiedValue, 100, "Qualified value access failed… 46 // Test modification of qualified value 48 …assertEQ(QualifiedNamespace.LevelOne.LevelTwo.qualifiedValue, 150, "Qualified value update failed…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_string_constpool_doc.md | 24 …- enumerate all qualified names in the current file (see `ETSChecker::ResolveDynamicCallExpression… 25 - consider these qualified names as arrays of strings 40 …- to retrieve `K`-th string from the qualified name, we load `(classQualifiedNameStart + qualified…
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | identiferUseInValueContext.ts | 30 * If identifier is the right-most name of Property Access chain or Qualified name, 34 // rightmost in AST is rightmost in qualified name chain 39 // rightmost in AST is rightmost in qualified name chain
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_user_annotations_test.cpp | 100 GRAPH_TEST_ABC_DIR "import-qualified.abc"; 1211 ValidateRecord("import-qualified.Namespace1.Anno", R"( 1212 .language ECMAScript.record import-qualified.Namespace1.Anno <external> 1215 ValidateRecord("import-qualified.Namespace1.Anno1", R"( 1216 .language ECMAScript.record import-qualified.Namespace1.Anno1 <external> 1219 ValidateRecord("import-qualified.Namespace1.Namespace2.Namespace3.Anno2", R"( 1220 … .language ECMAScript.record import-qualified.Namespace1.Namespace2.Namespace3.Anno2 <external> 1223 ValidateRecord("import-qualified.Namespace1.Namespace2.Namespace3.Anno3", R"( 1224 … .language ECMAScript.record import-qualified.Namespace1.Namespace2.Namespace3.Anno3 <external> 1227 ValidateMethodAnnotation("import-qualified.#~A=#A", "Limport-qualified.Namespace1.Anno", R"( [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe84.md | 8 (including fully qualified names of functions) to achieve that same behavior.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| D | named_reference_25.ets | 17 desc: The qualified name does not exist, compilation error.
|
| D | named_reference_36.ets | 17 desc: Cross-module variable reference by qualified name.
|
| D | named_reference_23.ets | 17 desc: Qualified name references local module members.
|
| D | named_reference_40.ets | 17 desc: The qualified name is misspelled when the module is imported.
|
| D | named_reference_31.ets | 17 desc: The qualified name is incorrect, the interface is referenced. A compilation error is reported.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 4_names.rst | 32 accessibility of a new entity, and how it can be referred to by its qualified 48 qualified name 65 - *Qualified name* that consists of a sequence of identifiers with the 76 In a qualified name *N.x* (where *N* is a simple name, and ``x`` is an 81 as a result of ``import * as N`` (see :ref:`Bind All with Qualified Access`) 94 qualified access 101 qualified name 226 referred to by their qualified names only: 229 - Entities imported via qualified import; and 246 qualified name [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/ |
| D | namespace_declarations_basics.ets | 19 …A namespace declaration introduces the qualified name to be used as a qualifier for access to each…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/namespace_tests/ |
| D | namespace_access_violation_scope_resolution.ets | 16 // Example of incorrect use of qualified names in namespaces
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/ |
| D | declaration_modules.ets | 19 …A namespace declaration introduces the qualified name to be used as a qualifier for access to each…
|
| D | declaration_usage5.ets | 17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
|
| D | declaration_usage4.ets | 17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
|
| D | declaration_usage6.ets | 17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
|
| D | declaration_usage3.ets | 17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/ |
| D | this_with_t_in_non_generic.ets | 17 desc: A compile-time error occurs if the qualified this expression occurs in a class or interface w…
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | options.yaml | 35 description: Fully qualified class names to verify 43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/ |
| D | overrided_method_access_by_cast.ets | 18 assert: A qualified name or a cast to a superclass type is not effective in attempting to access an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | access_to_hiden_field_by_cast.ets | 18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
|
| D | access_to_static_hiden_field.ets | 18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
|
123