Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/go-lua
/ functions
Functions
673 in github.com/Shopify/go-lua
⨍
Functions
673
◇
Types & classes
50
Function
TableOpen
TableOpen opens the table library. Usually passed to Require.
table.go:167
Function
TestAllHeaderNoFun
(t *testing.T)
undump_test.go:13
Function
TestCanRemoveNilObjectFromStack
(t *testing.T)
vm_test.go:212
Function
TestConcurrentNext
(t *testing.T)
vm_test.go:378
Function
TestCorruptTail
(t *testing.T)
undump_test.go:39
Function
TestDumpThenUndumpReturnsTheSameFunction
(t *testing.T)
dump_test.go:61
Function
TestEmptyString
(t *testing.T)
parser_test.go:40
Function
TestError
(t *testing.T)
vm_test.go:302
Function
TestErrorf
(t *testing.T)
vm_test.go:325
Function
TestIsControl
(t *testing.T)
go_test.go:30
Function
TestLoadFileSyntaxError
(t *testing.T)
auxiliary_test.go:5
Function
TestLoadStringSyntaxError
(t *testing.T)
auxiliary_test.go:23
Function
TestLocIsCorrectOnError
(t *testing.T)
vm_test.go:444
Function
TestLocIsCorrectOnFuncCall
(t *testing.T)
vm_test.go:423
Function
TestLocIsCorrectOnRegisteredFuncCall
(t *testing.T)
vm_test.go:401
Function
TestLua
(t *testing.T)
vm_test.go:54
Function
TestNormalCall
TestNoTailCall tests for failures when neither callee nor caller make a tailcall.
vm_test.go:197
Function
TestPairsSplit
(t *testing.T)
vm_test.go:354
Function
TestParseFloat
(t *testing.T)
go_test.go:68
Function
TestParser
(t *testing.T)
parser_test.go:19
Function
TestParserExhaustively
(t *testing.T)
parser_test.go:48
Function
TestPow
(t *testing.T)
go_test.go:59
Function
TestProtectedCall
(t *testing.T)
vm_test.go:42
Function
TestPushFStringPointer
(t *testing.T)
lua_test.go:8
Function
TestReslicing
(t *testing.T)
go_test.go:40
Function
TestScanner
(t *testing.T)
scanner_test.go:14
Function
TestStringCompare
(t *testing.T)
go_test.go:15
Function
TestStringLength
(t *testing.T)
go_test.go:23
Function
TestTableEqualityNil
(t *testing.T)
vm_test.go:270
Function
TestTableNext
(t *testing.T)
vm_test.go:278
Function
TestTableUserdataEquality
(t *testing.T)
vm_test.go:226
Function
TestTailCallRecursive
TestTailCallRecursive tests for failures where both the callee and caller are making a tailcall.
vm_test.go:170
Function
TestTailCallRecursiveDiffFn
TestTailCallRecursiveDiffFn tests for failures where only the caller is making a tailcall.
vm_test.go:180
Function
TestTailCallSameFn
TestTailCallSameFn tests for failures where only the callee is making a tailcall.
vm_test.go:187
Function
TestToBooleanOutOfRange
(t *testing.T)
lua_test.go:19
Function
TestUndump
(t *testing.T)
undump_test.go:45
Function
TestUndumpThenDumpReturnsTheSameFunction
(t *testing.T)
dump_test.go:13
Function
TestUnsigned
(t *testing.T)
go_test.go:74
Function
TestUserDataEqualityNil
(t *testing.T)
vm_test.go:250
Function
TestVarArgMeta
(t *testing.T)
vm_test.go:203
Function
TestWrongEndian
(t *testing.T)
undump_test.go:17
Function
TestWrongNumberSize
(t *testing.T)
undump_test.go:33
Function
TestWrongVersion
(t *testing.T)
undump_test.go:27
Method
ToGoFunction
ToGoFunction converts a value at index into a Go function. That value must be a Go function, otherwise it returns nil. http://www.lua.org/manual/5.2
lua.go:829
Function
UpValue
UpValue returns the name of the upvalue at index away from function, where index cannot be greater than the number of upvalues. Returns an empty stri
lua.go:1258
Function
Version
Version returns the address of the version number stored in the Lua core. http://www.lua.org/manual/5.2/manual.html#lua_version
lua.go:1379
Method
arg
(pos, size uint)
instructions.go:137
Function
clock
(l *State)
os_windows.go:3
Function
clock
(l *State)
unix.go:9
Method
close
()
stack.go:70
Function
dontClose
(l *State)
io.go:293
Method
executeSwitch
()
vm.go:971
Method
frameIndex
(stackSlot int)
stack.go:158
Function
init
()
undump.go:256
Function
init
()
vm.go:305
Function
intPairs
(l *State)
base.go:40
Function
internalHook
(l *State, d Debug)
debug.go:424
Method
jump
(offset int)
stack.go:148
Function
next
(l *State)
base.go:11
Function
pairAsStrings
(p1, p2 value)
types.go:320
Function
protectedCallContinuation
(l *State)
base.go:64
Function
readLine
(l *State)
io.go:136
Function
readNumber
(l *State, f *os.File)
io.go:107
Function
searcherLua
(l *State)
load.go:52
Function
searcherPreload
(l *State)
load.go:61
Method
setAx
(arg int)
instructions.go:162
Method
setBx
(arg int)
instructions.go:161
Method
setUpValue
(i int, v value)
stack.go:48
Method
setUpValue
(i int, v value)
stack.go:59
Method
upValue
(f, n int)
lua.go:1291
Method
upValue
(i int)
stack.go:40
Method
upValue
(i int)
stack.go:58
Method
upValueCount
()
stack.go:60
← previous
601–673 of 673, ranked by callers