Searched refs:StoreVar (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | hoisting.cpp | 100 pg->StoreVar(node, {nameSpaceEntry->localName_, pg->TopScope(), 0, var}, true); in HoistNameSpaceImports()
|
H A D | lreference.cpp | 100 pg_->StoreVar(node_, res_, isDeclaration_); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 148 pg_->StoreVar(Node(), Result(), IsDeclaration()); in SetValue() 330 etsg_->StoreVar(Node()->AsIdentifier(), Result()); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 88 void StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration);
|
H A D | pandagen.cpp | 461 void PandaGen::StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar() function in ark::es2panda::compiler::PandaGen
|
H A D | ETSGen.h | 59 void StoreVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result);
|
H A D | ETSGen.cpp | 329 void ETSGen::StoreVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result) in StoreVar() function in ark::es2panda::compiler::ETSGen
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 269 void StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration);
|
H A D | pandagen.cpp | 363 void PandaGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar() function in panda::es2panda::compiler::PandaGen
|
Completed in 16 milliseconds