Searched refs:VariableDebugInfo (Results 1 – 6 of 6) sorted by relevance
17 import { DebugPosInfo, VariableDebugInfo } from "./debuginfo";71 public v: Array<VariableDebugInfo> | undefined; // variables87 vars: Array<VariableDebugInfo> | undefined = undefined,
92 export class VariableDebugInfo { class336 let variableInfo = new VariableDebugInfo(key, "any", "any", (value.getVreg().num));
118 VariableDebugInfo225 private variableDebugInfoArray: VariableDebugInfo[] = [];423 getVariableDebugInfoArray(): VariableDebugInfo[] {427 addDebugVariableInfo(variable: VariableDebugInfo): void {
64 cg_->debugInfo_.VariableDebugInfo().push_back(cg_->scope_); in LocalRegScope()115 cg_->debugInfo_.VariableDebugInfo().push_back(funcScope); in InitializeParams()
46 ArenaVector<const varbinder::Scope *> &VariableDebugInfo() in VariableDebugInfo() function51 const ArenaVector<const varbinder::Scope *> &VariableDebugInfo() const in VariableDebugInfo() function
342 for (const auto *scope : cg_->Debuginfo().VariableDebugInfo()) { in GenVariablesDebugInfo()