Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
142
type
callFrameStack
interface
{
143
Push(v callFrame)
144
Pop() *callFrame
145
Last() *callFrame
146
147
SetSp(sp int)
Callers
15
CallMeta
Method · 0.65
ToStringMeta
Method · 0.65
ipairsaux
Function · 0.65
baseLoad
Function · 0.65
pairsaux
Function · 0.65
loRequire
Function · 0.65
Less
Method · 0.65
switchToParentThread
Function · 0.65
callGFunction
Function · 0.65
init
Function · 0.65
objectArith
Function · 0.65
stringConcat
Function · 0.65
Implementers
2
fixedCallFrameStack
state.go
autoGrowingCallFrameStack
state.go
Calls
no outgoing calls
Tested by
7
BenchmarkCallFrameStackPushPopAutoGrow
Function · 0.52
BenchmarkCallFrameStackPushPopFixed
Function · 0.52
BenchmarkCallFrameStackPushPopShallowAutoGrow
Function · 0.52
BenchmarkCallFrameStackPushPopShallowFixed
Function · 0.52
BenchmarkCallFrameStackPushPopFixedNoInterface
Function · 0.52
BenchmarkRegistryPushPopAutoGrow
Function · 0.52
BenchmarkRegistryPushPopFixed
Function · 0.52