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

Method setUpValue

stack.go:21–21  ·  view source on GitHub ↗
(i int, v value)

Source from the content-addressed store, hash-verified

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

Callers 4

LoadMethod · 0.65
SetUpValueFunction · 0.65
initFunction · 0.65
executeSwitchMethod · 0.65

Implementers 2

luaClosurestack.go
goClosurestack.go

Calls

no outgoing calls

Tested by

no test coverage detected