MCPcopy Index your code
hub / github.com/Shopify/go-lua / PushNil

Method PushNil

lua.go:1432–1432  ·  view source on GitHub ↗

PushNil pushes a nil value onto the stack. http://www.lua.org/manual/5.2/manual.html#lua_pushnil

()

Source from the content-addressed store, hash-verified

1430//
1431// http://www.lua.org/manual/5.2/manual.html#lua_pushnil
1432func (l *State) PushNil() { l.apiPush(nil) }
1433
1434// PushNumber pushes a number onto the stack.
1435//

Callers 15

TestTableNextFunction · 0.95
internalHookFunction · 0.80
debug.goFile · 0.80
nextFunction · 0.80
pairsFunction · 0.80
loadHelperFunction · 0.80
base.goFile · 0.80
findHelperFunction · 0.80
table.goFile · 0.80
readNumberFunction · 0.80
readFunction · 0.80

Calls 1

apiPushMethod · 0.95

Tested by 2

TestTableNextFunction · 0.76