Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dprofile.go181 type profFrame struct { struct
182 fn Callable // don't hold this live for too long (prevents GC of lambdas)
183 pc uint32 // program counter (Starlark frames only)
184 pos syntax.Position // position of pc within this frame