MCPcopy Create free account

hub / github.com/Shopify/go-lua / functions

Functions673 in github.com/Shopify/go-lua

FunctionTableOpen
TableOpen opens the table library. Usually passed to Require.
table.go:167
FunctionTestAllHeaderNoFun
(t *testing.T)
undump_test.go:13
FunctionTestCanRemoveNilObjectFromStack
(t *testing.T)
vm_test.go:212
FunctionTestConcurrentNext
(t *testing.T)
vm_test.go:378
FunctionTestCorruptTail
(t *testing.T)
undump_test.go:39
FunctionTestDumpThenUndumpReturnsTheSameFunction
(t *testing.T)
dump_test.go:61
FunctionTestEmptyString
(t *testing.T)
parser_test.go:40
FunctionTestError
(t *testing.T)
vm_test.go:302
FunctionTestErrorf
(t *testing.T)
vm_test.go:325
FunctionTestIsControl
(t *testing.T)
go_test.go:30
FunctionTestLoadFileSyntaxError
(t *testing.T)
auxiliary_test.go:5
FunctionTestLoadStringSyntaxError
(t *testing.T)
auxiliary_test.go:23
FunctionTestLocIsCorrectOnError
(t *testing.T)
vm_test.go:444
FunctionTestLocIsCorrectOnFuncCall
(t *testing.T)
vm_test.go:423
FunctionTestLocIsCorrectOnRegisteredFuncCall
(t *testing.T)
vm_test.go:401
FunctionTestLua
(t *testing.T)
vm_test.go:54
FunctionTestNormalCall
TestNoTailCall tests for failures when neither callee nor caller make a tailcall.
vm_test.go:197
FunctionTestPairsSplit
(t *testing.T)
vm_test.go:354
FunctionTestParseFloat
(t *testing.T)
go_test.go:68
FunctionTestParser
(t *testing.T)
parser_test.go:19
FunctionTestParserExhaustively
(t *testing.T)
parser_test.go:48
FunctionTestPow
(t *testing.T)
go_test.go:59
FunctionTestProtectedCall
(t *testing.T)
vm_test.go:42
FunctionTestPushFStringPointer
(t *testing.T)
lua_test.go:8
FunctionTestReslicing
(t *testing.T)
go_test.go:40
FunctionTestScanner
(t *testing.T)
scanner_test.go:14
FunctionTestStringCompare
(t *testing.T)
go_test.go:15
FunctionTestStringLength
(t *testing.T)
go_test.go:23
FunctionTestTableEqualityNil
(t *testing.T)
vm_test.go:270
FunctionTestTableNext
(t *testing.T)
vm_test.go:278
FunctionTestTableUserdataEquality
(t *testing.T)
vm_test.go:226
FunctionTestTailCallRecursive
TestTailCallRecursive tests for failures where both the callee and caller are making a tailcall.
vm_test.go:170
FunctionTestTailCallRecursiveDiffFn
TestTailCallRecursiveDiffFn tests for failures where only the caller is making a tailcall.
vm_test.go:180
FunctionTestTailCallSameFn
TestTailCallSameFn tests for failures where only the callee is making a tailcall.
vm_test.go:187
FunctionTestToBooleanOutOfRange
(t *testing.T)
lua_test.go:19
FunctionTestUndump
(t *testing.T)
undump_test.go:45
FunctionTestUndumpThenDumpReturnsTheSameFunction
(t *testing.T)
dump_test.go:13
FunctionTestUnsigned
(t *testing.T)
go_test.go:74
FunctionTestUserDataEqualityNil
(t *testing.T)
vm_test.go:250
FunctionTestVarArgMeta
(t *testing.T)
vm_test.go:203
FunctionTestWrongEndian
(t *testing.T)
undump_test.go:17
FunctionTestWrongNumberSize
(t *testing.T)
undump_test.go:33
FunctionTestWrongVersion
(t *testing.T)
undump_test.go:27
MethodToGoFunction
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
FunctionUpValue
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
FunctionVersion
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
Methodarg
(pos, size uint)
instructions.go:137
Functionclock
(l *State)
os_windows.go:3
Functionclock
(l *State)
unix.go:9
Methodclose
()
stack.go:70
FunctiondontClose
(l *State)
io.go:293
MethodexecuteSwitch
()
vm.go:971
MethodframeIndex
(stackSlot int)
stack.go:158
Functioninit
()
undump.go:256
Functioninit
()
vm.go:305
FunctionintPairs
(l *State)
base.go:40
FunctioninternalHook
(l *State, d Debug)
debug.go:424
Methodjump
(offset int)
stack.go:148
Functionnext
(l *State)
base.go:11
FunctionpairAsStrings
(p1, p2 value)
types.go:320
FunctionprotectedCallContinuation
(l *State)
base.go:64
FunctionreadLine
(l *State)
io.go:136
FunctionreadNumber
(l *State, f *os.File)
io.go:107
FunctionsearcherLua
(l *State)
load.go:52
FunctionsearcherPreload
(l *State)
load.go:61
MethodsetAx
(arg int)
instructions.go:162
MethodsetBx
(arg int)
instructions.go:161
MethodsetUpValue
(i int, v value)
stack.go:48
MethodsetUpValue
(i int, v value)
stack.go:59
MethodupValue
(f, n int)
lua.go:1291
MethodupValue
(i int)
stack.go:40
MethodupValue
(i int)
stack.go:58
MethodupValueCount
()
stack.go:60
← previous601–673 of 673, ranked by callers