Searched defs:CallFrame (Results 1 – 1 of 1) sorted by relevance
115 func (thread *Thread) CallFrame(depth int) CallFrame { func239 type CallFrame struct { struct240 Name string241 Pos syntax.Position