Home
last modified time | relevance | path

Searched refs:scopeInfoIdx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2014 int32_t scopeInfoIdx = AddLexicalVarNamesForDebugInfo(scope->GetLexicalVarNameAndTypes()); in NewLexicalEnv() local
2015 NewLexEnvWithScopeInfo(node, num, scopeInfoIdx); in NewLexicalEnv()
2033 void PandaGen::NewLexEnvWithScopeInfo(const ir::AstNode *node, uint32_t num, int32_t scopeInfoIdx) in NewLexEnvWithScopeInfo() argument
2035 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(scopeInfoIdx); in NewLexEnvWithScopeInfo()
H A Dpandagen.h433 void NewLexEnvWithScopeInfo(const ir::AstNode *node, uint32_t num, int32_t scopeInfoIdx);

Completed in 5 milliseconds