| /arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/ |
| H A D | dynamic_call_test.cpp | 86 auto specifier = Allocator()->New<ir::ImportSpecifier>(aIdent, aIdent); in AddDynImport() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | ETSBinder.h | 34 const ir::AstNode *specifier; member
|
| H A D | ETSBinder.cpp | 418 void ETSBinder::AddDynamicSpecifiersToTopBindings(ir::AstNode *const specifier, in AddDynamicSpecifiersToTopBindings() argument 440 void ETSBinder::InsertForeignBinding(ir::AstNode *const specifier, const ir::ETSImportDeclaration *const import, in InsertForeignBinding() argument 507 ImportAllForeignBindings(ir::AstNode *const specifier, const varbinder::Scope::VariableMap &globalBindings, const parser::Program *const importProgram, const varbinder::GlobalScope *const importGlobalScope, const ir::ETSImportDeclaration *const import) ImportAllForeignBindings() argument 550 AddImportNamespaceSpecifiersToTopBindings(ir::AstNode *const specifier, const varbinder::Scope::VariableMap &globalBindings, const parser::Program *const importProgram, const varbinder::GlobalScope *const importGlobalScope, const ir::ETSImportDeclaration *const import) AddImportNamespaceSpecifiersToTopBindings() argument 709 AddImportSpecifiersToTopBindings(ir::AstNode *const specifier, const varbinder::Scope::VariableMap &globalBindings, const ir::ETSImportDeclaration *const import, const ArenaVector<parser::Program *> &recordRes, std::vector<ir::ETSImportDeclaration *> viewedReExport) AddImportSpecifiersToTopBindings() argument 814 AddSpecifiersToTopBindings(ir::AstNode *const specifier, const ir::ETSImportDeclaration *const import, ir::StringLiteral *path, std::vector<ir::ETSImportDeclaration *> viewedReExport) AddSpecifiersToTopBindings() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | helpers.cpp | 452 CheckImportedName(const ArenaVector<ir::ImportSpecifier *> &specifiers, const ir::ImportSpecifier *specifier, const std::string &fileName) CheckImportedName() argument 478 CheckDefaultImportedName(const ArenaVector<ir::ImportDefaultSpecifier *> &specifiers, const ir::ImportDefaultSpecifier *specifier, const std::string &fileName) CheckDefaultImportedName() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ASparser.cpp | 1360 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); in ParseImportDefaultSpecifier() local
|
| H A D | TSparser.cpp | 2118 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); in ParseImportDefaultSpecifier() local
|
| H A D | statementParser.cpp | 1590 auto *specifier = AllocNode<ir::ExportSpecifier>(local, exported); in ParseExportNamedSpecifiers() local 1712 auto *specifier = AllocNode<ir::ImportNamespaceSpecifier>(local); in ParseNameSpaceImport() local 1759 auto *specifier = AllocNode<ir::ImportSpecifier>(imported, local); in ParseNamedImportSpecifiers() local 1776 auto *specifier in ParseImportDefaultSpecifier() local [all...] |
| H A D | ETSparser.cpp | 1243 auto *specifier = AllocNode<ir::ImportSpecifier>(imported, local); in ParseNamedSpecifiers() local 1254 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(imported); in ParseNamedSpecifiers() local 1292 auto *specifier = AllocNode<ir::ImportNamespaceSpecifier>(local); in ParseNameSpaceSpecifier() local 1301 auto *specifier = AllocNode<ir::ImportNamespaceSpecifier>(local); ParseNameSpaceSpecifier() local 1323 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(imported); ParseImportDefaultSpecifier() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 5377 GateRef specifier = TaggedArgument(PARAM_INDEX(BaselineDeprecatedDynamicimportPrefV8, VREG)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 3348 GateRef specifier = *varAcc;
in DECLARE_ASM_HANDLER() local 3357 GateRef specifier = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 985 JSTaggedValue SlowRuntimeStub::DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedValue currentFunc) in DynamicImport() argument
|
| H A D | interpreter-inl.cpp | 7434 JSTaggedValue specifier = GET_ACC(); in RunInternal() local 7445 JSTaggedValue specifier = GET_VREG_VALUE(v0); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1753 JSTaggedValue RuntimeStubs::RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &specifier, in RuntimeDynamicImport() argument
|
| H A D | runtime_stubs.cpp | 2713 JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2256 void ParserImpl::AddImportEntryItemForImportSpecifier(const ir::StringLiteral *source, const ir::AstNode *specifier, in AddImportEntryItemForImportSpecifier() argument 2273 AddImportEntryItemForImportDefaultOrNamespaceSpecifier(const ir::StringLiteral *source, const ir::AstNode *specifier, bool isType) AddImportEntryItemForImportDefaultOrNamespaceSpecifier() argument 2635 auto *specifier = AllocNode<ir::ExportSpecifier>(local, exported, isTypeOfExportSpecifier); ParseExportNamedSpecifiers() local 2925 auto *specifier = AllocNode<ir::ImportNamespaceSpecifier>(local); ParseNameSpaceImport() local 3010 auto *specifier = AllocNode<ir::ImportSpecifier>(imported, local, isTypeOfImportSpecifier, isLazy); ParseNamedImportSpecifiers() local 3132 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); ParseImportDefaultSpecifier() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 2665 auto specifier = node->AsImportSpecifier(); in ImportNamespaceObjectTypeAddReExportType() local
|