Home
last modified time | relevance | path

Searched defs:local (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/function/
Dfunction_no_para.ts16 function local() { function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp56 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local
79 binder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local
104 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportDefaultSpecifier.h36 …explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFI… in ImportDefaultSpecifier()
DimportNamespaceSpecifier.h36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.h110 void SetLocalVolatile(bool local, bool is_volatile) in SetLocalVolatile()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2318 auto *local = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseExportNamedSpecifiers() local
2534 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseNameSpaceImport() local
2565 auto *local = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImport() local
2582 ir::Identifier *local = nullptr; in ParseNamedImportSpecifiers() local
2652 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseImportDefaultSpecifier() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1009 std::unique_ptr<RemoteObject> local = std::make_unique<RemoteObject>(); in GetLocalScopeChain() local