Home
last modified time | relevance | path

Searched full:qualified (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/namespace_tests/
Dnamespace_qualified.ets20 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/
Dinterop_string_constpool_doc.md24 …- 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/
DidentiferUseInValueContext.ts30 * 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/
Ddisassembler_user_annotations_test.cpp100 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/
Drecipe84.md8 (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/
Dqualified_name.params.yaml14 --- # All possible qualified names
Dnamed_reference_25.ets17 desc: The qualified name does not exist, compilation error.
Dnamed_reference_36.ets17 desc: Cross-module variable reference by qualified name.
Dnamed_reference_23.ets17 desc: Qualified name references local module members.
Dnamed_reference_40.ets17 desc: The qualified name is misspelled when the module is imported.
Dnamed_reference_31.ets17 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/
Dqualified_name.params.yaml14 --- # All possible qualified names
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D4_names.rst32 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/
Dnamespace_declarations_basics.ets19 …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/
Dnamespace_access_violation_scope_resolution.ets16 // 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/
Ddeclaration_modules.ets19 …A namespace declaration introduces the qualified name to be used as a qualifier for access to each…
Ddeclaration_usage5.ets17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
Ddeclaration_usage4.ets17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
Ddeclaration_usage6.ets17 desc: A namespace declaration introduces the qualified name to be used as a qualifier
Ddeclaration_usage3.ets17 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/
Dthis_with_t_in_non_generic.ets17 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/
Doptions.yaml35 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/
Doverrided_method_access_by_cast.ets18 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/
Daccess_to_hiden_field_by_cast.ets18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
Daccess_to_static_hiden_field.ets18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…

123