MCPcopy Index your code
hub / github.com/yuin/gopher-lua / Pop

Method Pop

_state.go:144–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142type callFrameStack interface {
143 Push(v callFrame)
144 Pop() *callFrame
145 Last() *callFrame
146
147 SetSp(sp int)

Callers 15

CallMetaMethod · 0.65
ToStringMetaMethod · 0.65
ipairsauxFunction · 0.65
baseLoadFunction · 0.65
pairsauxFunction · 0.65
loRequireFunction · 0.65
LessMethod · 0.65
switchToParentThreadFunction · 0.65
callGFunctionFunction · 0.65
initFunction · 0.65
objectArithFunction · 0.65
stringConcatFunction · 0.65

Implementers 2

Calls

no outgoing calls