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

Method upValue

stack.go:20–20  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

18
19type closure interface {
20 upValue(i int) value
21 setUpValue(i int, v value)
22 upValueCount() int
23}

Callers 5

UpValueFunction · 0.65
UpValueIdFunction · 0.65
UpValueJoinFunction · 0.65
initFunction · 0.65
executeSwitchMethod · 0.65

Implementers 2

luaClosurestack.go
goClosurestack.go

Calls

no outgoing calls

Tested by

no test coverage detected