Home
last modified time | relevance | path

Searched defs:CallFrame (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/starlark/
Deval.go115 func (thread *Thread) CallFrame(depth int) CallFrame { func
239 type CallFrame struct { struct
240 Name string
241 Pos syntax.Position