Home
last modified time | relevance | path

Searched refs:LexicalSlots (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.cpp57 pg_->NewLexicalEnv(scope->Node(), scope->LexicalSlots(), scope); in InitVariableContext()
67 auto num = scope_->LexicalSlots(); in CopyPerIterationCtx()
H A Dpandagen.cpp258 NewLexicalEnv(node, topScope_->LexicalSlots(), topScope_); in InitializeLexEnv()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp58 pg_->NewLexEnv(scope_->Node(), scope->LexicalSlots()); in CopyBindings()
H A DregScope.cpp131 pg->NewLexEnv(node, funcScope->LexicalSlots()); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp48 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
H A DforInStatement.cpp46 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp343 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 Dscope.h382 uint32_t LexicalSlots() const in LexicalSlots() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VariableScope
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h558 uint32_t LexicalSlots() const in LexicalSlots() function in VariableScope

Completed in 11 milliseconds