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

Method Push

_state.go:1339–1341  ·  view source on GitHub ↗
(value LValue)

Source from the content-addressed store, hash-verified

1337}
1338
1339func (ls *LState) Push(value LValue) {
1340 ls.reg.Push(value)
1341}
1342
1343func (ls *LState) Pop(n int) {
1344 for i := 0; i < n; i++ {

Callers 6

ErrorMethod · 0.95
ObjLenMethod · 0.95
PCallMethod · 0.95
GPCallMethod · 0.95
CallByParamMethod · 0.95
YieldMethod · 0.95

Calls 1

PushMethod · 0.65

Tested by

no test coverage detected