/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test_import_type3-expected.txt | 37 "imported": { 79 "imported": { 121 "imported": {
|
D | test_import_AssertClause6-expected.txt | 37 "imported": { 122 "imported": { 249 "imported": {
|
D | test_import_AssertClause7-expected.txt | 94 "imported": {
|
/arkcompiler/ets_frontend/es2panda/ir/module/ |
D | importSpecifier.h | 36 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/ |
D | importSpecifier.h | 26 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/ |
D | test-imported-decl1-expected.txt | 1 SyntaxError: Variable 'b' has already been declared. [test-imported-decl1.js:22:9]
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-imported-decl1-expected.txt | 1 SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' [test-imported-decl1.j…
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
D | 20_implementation.rst | 31 - 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/ |
D | import_several_7-expected.txt | 38 "imported": { 81 "imported": { 124 "imported": { 167 "imported": {
|
D | import_name_alias_1-expected.txt | 38 "imported": { 81 "imported": { 124 "imported": {
|
D | import_name_1-expected.txt | 38 "imported": { 81 "imported": { 124 "imported": {
|
D | import_several_1-expected.txt | 38 "imported": { 110 "imported": { 182 "imported": {
|
D | import_several_2-expected.txt | 38 "imported": { 81 "imported": {
|
D | import_name_alias_2-expected.txt | 38 "imported": { 81 "imported": {
|
D | import_name_2-expected.txt | 38 "imported": { 81 "imported": {
|
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
D | import_conts-expected.txt | 38 "imported": { 81 "imported": { 124 "imported": { 167 "imported": {
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | ETSBinder.cpp | 533 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/ |
D | recipe143.md | 8 compile-time, not a runtime feature. So asserting correctness of imported APIs
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
D | recipe143.md | 8 compile-time, not a runtime feature. So asserting correctness of imported APIs
|
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
D | date-now.ets | 17 // 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/ |
D | import.ets | 20 params: imported logic = {{class}}
|
D | import_as.ets | 21 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/ |
D | import_all_as.ets | 21 params: imported logic = {{class}}, identifier = {{word}}
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_symbol.h | 89 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/ |
D | import_path_bad.ets | 21 characters—that determines how an imported compilation unit must be placed.
|