Home
last modified time | relevance | path

Searched defs:specifier (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp86 auto specifier = Allocator()->New<ir::ImportSpecifier>(aIdent, aIdent); in AddDynImport() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h34 const ir::AstNode *specifier; member
H A DETSBinder.cpp418 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 Dhelpers.cpp452 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 DASparser.cpp1360 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); in ParseImportDefaultSpecifier() local
H A DTSparser.cpp2118 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); in ParseImportDefaultSpecifier() local
H A DstatementParser.cpp1590 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 DETSparser.cpp1243 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 Dbaseline_stubs.cpp5377 GateRef specifier = TaggedArgument(PARAM_INDEX(BaselineDeprecatedDynamicimportPrefV8, VREG)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp3348 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 Dslow_runtime_stub.cpp985 JSTaggedValue SlowRuntimeStub::DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedValue currentFunc) in DynamicImport() argument
H A Dinterpreter-inl.cpp7434 JSTaggedValue specifier = GET_ACC(); in RunInternal() local
7445 JSTaggedValue specifier = GET_VREG_VALUE(v0); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1753 JSTaggedValue RuntimeStubs::RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &specifier, in RuntimeDynamicImport() argument
H A Druntime_stubs.cpp2713 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 DstatementParser.cpp2256 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 Dhelpers.cpp2665 auto specifier = node->AsImportSpecifier(); in ImportNamespaceObjectTypeAddReExportType() local

Completed in 97 milliseconds