Searched defs:profFrame (Results 1 – 1 of 1) sorted by relevance
181 type profFrame struct { struct182 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