Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
Dlreference.ts166 let decls = realNode.declarations; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp539 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
552 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl() local
558 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts94 protected decls: Decl[] = []; property in Scope
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts426 const decls = leftHandSymbol.getDeclarations(); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Denum.cpp498 ArenaVector<ir::VariableDeclarator *> decls(Allocator()->Adapter()); in CreateEnumValueOfMethod() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp345 const auto &decls = scope->Decls(); in ScopeEncloseVariable() local
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts694 const decls = leftHandSymbol.getDeclarations(); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument