Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 25 of 95) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_import_type3-expected.txt37 "imported": {
79 "imported": {
121 "imported": {
Dtest_import_AssertClause6-expected.txt37 "imported": {
122 "imported": {
249 "imported": {
Dtest_import_AssertClause7-expected.txt94 "imported": {
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType) in ImportSpecifier() argument
37 … : Statement(AstNodeType::IMPORT_SPECIFIER), imported_(imported), local_(local), isType_(isType) in ImportSpecifier()
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() argument
27 : Statement(AstNodeType::IMPORT_SPECIFIER), imported_(imported), local_(local) in ImportSpecifier()
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-imported-decl1-expected.txt1 SyntaxError: Variable 'b' has already been declared. [test-imported-decl1.js:22:9]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-imported-decl1-expected.txt1 SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' [test-imported-decl1.j…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D20_implementation.rst31 - If the folder contains ``index.ets`` file, then this file is imported
34 - If the folder contains ``index.ts`` file, then this file is imported
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/
Dimport_several_7-expected.txt38 "imported": {
81 "imported": {
124 "imported": {
167 "imported": {
Dimport_name_alias_1-expected.txt38 "imported": {
81 "imported": {
124 "imported": {
Dimport_name_1-expected.txt38 "imported": {
81 "imported": {
124 "imported": {
Dimport_several_1-expected.txt38 "imported": {
110 "imported": {
182 "imported": {
Dimport_several_2-expected.txt38 "imported": {
81 "imported": {
Dimport_name_alias_2-expected.txt38 "imported": {
81 "imported": {
Dimport_name_2-expected.txt38 "imported": {
81 "imported": {
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dimport_conts-expected.txt38 "imported": {
81 "imported": {
124 "imported": {
167 "imported": {
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp533 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable() argument
537 auto foundVar = globalBindings.find(imported); in FindImportSpecifiersVariable()
540 foundVar = staticMethodBindings.find(imported); in FindImportSpecifiersVariable()
547 foundVar = staticFieldBindings.find(imported); in FindImportSpecifiersVariable()
586 const auto &imported = importSpecifier->Imported()->AsIdentifier()->Name(); in AddImportSpecifiersToTopBindings() local
588 auto *const var = FindImportSpecifiersVariable(imported, globalBindings, recordRes); in AddImportSpecifiersToTopBindings()
590 const auto &localName = [this, importSpecifier, &imported, &importPath]() { in AddImportSpecifiersToTopBindings()
592 auto fnc = [&importPath, &imported](const auto &savedSpecifier) { in AddImportSpecifiersToTopBindings()
593 … return importPath->Str() != savedSpecifier.first && imported == savedSpecifier.second; in AddImportSpecifiersToTopBindings()
596 TopScope()->EraseBinding(imported); in AddImportSpecifiersToTopBindings()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe143.md8 compile-time, not a runtime feature. So asserting correctness of imported APIs
/arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/
Drecipe143.md8 compile-time, not a runtime feature. So asserting correctness of imported APIs
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Ddate-now.ets17 // embedded into implicitly imported modules like std.core
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.modules_and_compilation_units/03.import_declarations/
Dimport.ets20 params: imported logic = {{class}}
Dimport_as.ets21 params: imported logic = {{class}}, identifier = {{word}}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.modules_and_compilation_units/03.import_declarations/02.bind_all_with_qualified_access/
Dimport_all_as.ets21 params: imported logic = {{class}}, identifier = {{word}}
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h89 void SetIsImported(bool imported) in SetIsImported() argument
91 isImported = imported; in SetIsImported()
124 void SetIsImportedDecl(bool imported) in SetIsImportedDecl() argument
126 isImportedDecl = imported; in SetIsImportedDecl()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.modules_and_compilation_units/03.import_declarations/07.import_path/bad/
Dimport_path_bad.ets21 characters—that determines how an imported compilation unit must be placed.

1234