Searched refs:LexicalSlots (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | envScope.cpp | 57 pg_->NewLexicalEnv(scope->Node(), scope->LexicalSlots(), scope); in InitVariableContext() 67 auto num = scope_->LexicalSlots(); in CopyPerIterationCtx()
|
H A D | pandagen.cpp | 258 NewLexicalEnv(node, topScope_->LexicalSlots(), topScope_); in InitializeLexEnv()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | envScope.cpp | 58 pg_->NewLexEnv(scope_->Node(), scope->LexicalSlots()); in CopyBindings()
|
H A D | regScope.cpp | 131 pg->NewLexEnv(node, funcScope->LexicalSlots()); in FunctionRegScope()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | forOfStatement.cpp | 48 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
|
H A D | forInStatement.cpp | 46 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.cpp | 343 std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::StringView())); in CheckDirectEval() 354 std::vector<varbinder::Variable *> bindings(LexicalSlots()); in CheckDirectEval() 980 slotIndex_ = std::max(slotIndex_, parentVarScope->LexicalSlots()); in ConvertToVariableScope() 1006 slotIndex_ = std::max(slotIndex_, declScope_->LexicalSlots()); in ConvertToVariableScope()
|
H A D | scope.h | 382 uint32_t LexicalSlots() const in LexicalSlots() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VariableScope
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.h | 558 uint32_t LexicalSlots() const in LexicalSlots() function in VariableScope
|
Completed in 11 milliseconds