MCPcopy Create free account

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

Functions673 in github.com/Shopify/go-lua

↓ 2 callersMethodIsGoFunction
IsGoFunction verifies that the value at index is a Go function. http://www.lua.org/manual/5.2/manual.html#lua_iscfunction
lua.go:672
↓ 2 callersMethodLen
()
table.go:14
↓ 2 callersFunctionLoadBuffer
(l *State, b, name, mode string)
auxiliary.go:527
↓ 2 callersMethodMakeGoto
(name string, line, pc int)
code.go:169
↓ 2 callersMethodMakeLabel
(name string, line int)
code.go:174
↓ 2 callersMethodNewTable
NewTable creates a new empty table and pushes it onto the stack. It is equivalent to l.CreateTable(0, 0). http://www.lua.org/manual/5.2/manual.html#l
lua.go:1480
↓ 2 callersFunctionOptNumber
(l *State, index int, def float64)
auxiliary.go:342
↓ 2 callersMethodRawSet
RawSet is similar to SetTable, but does a raw assignment (without metamethods). http://www.lua.org/manual/5.2/manual.html#lua_rawset
lua.go:1108
↓ 2 callersMethodRead
(b []byte)
base.go:90
↓ 2 callersMethodSetReturn
(e exprDesc)
code.go:587
↓ 2 callersFunctionTestUserData
(l *State, index int, name string)
auxiliary.go:269
↓ 2 callersFunctionToStringMeta
ToStringMeta converts any Lua value at the given index to a Go string in a reasonable format. The resulting string is pushed onto the stack and also r
auxiliary.go:223
↓ 2 callersFunctionTraceback
Traceback creates and pushes a traceback of the stack l1. If message is not nil it is appended at the beginning of the traceback. The level parameter
auxiliary.go:48
↓ 2 callersFunctionWhere
Where pushes onto the stack a string identifying the current position of the control at level in the call stack. Typically this string has the followi
auxiliary.go:190
↓ 2 callersMethodadjustResults
(resultCount int)
lua.go:284
↓ 2 callersFunctionandHelper
(l *State)
bit32.go:48
↓ 2 callersMethodatString
(k string)
tables.go:17
↓ 2 callersFunctionbenchmarkSort
(b *testing.B, program string)
vm_test.go:119
↓ 2 callersFunctioncached
(p *prototype, upValues []*upValue, base int)
stack.go:237
↓ 2 callersMethodcallGo
(f value, function int, resultCount int)
stack.go:251
↓ 2 callersMethodcheckResults
(argCount, resultCount int)
lua.go:310
↓ 2 callersMethodcloseGoto
(i int, l label)
code.go:179
↓ 2 callersFunctioncloseHelper
(l *State)
io.go:77
↓ 2 callersFunctioncompareClosures
(t *testing.T, a, b *luaClosure)
parser_test.go:105
↓ 2 callersMethodcondition
()
parser.go:476
↓ 2 callersMethodconstructor
()
parser.go:82
↓ 2 callersFunctioncreateABC
(op opCode, a, b, c int)
instructions.go:165
↓ 2 callersMethodcurrentLine
(ci *callInfo)
debug.go:16
↓ 2 callersMethoddischargeToAnyRegister
(e exprDesc)
code.go:642
↓ 2 callersMethoddischargeToRegister
(e exprDesc, r int)
code.go:616
↓ 2 callersMethoddumpFunction
(p *prototype)
dump.go:131
↓ 2 callersMethodencodeComparison
(op opCode, cond int, e1, e2 exprDesc)
code.go:918
↓ 2 callersMethodencodeExtraArg
(a int)
code.go:337
↓ 2 callersMethodencodeLabel
(a, b, jump int)
code.go:650
↓ 2 callersMethodenterLevel
()
parser.go:48
↓ 2 callersMethodequalTagMethod
(mt1, mt2 *table, event tm)
vm.go:88
↓ 2 callersMethoderrorExpected
(t rune)
scanner.go:82
↓ 2 callersMethoderrorMessage
()
debug.go:121
↓ 2 callersMethodfield
(tableRegister, a, h, pending int, e exprDesc)
parser.go:60
↓ 2 callersFunctionfieldArguments
(l *State, fieldIndex int)
bit32.go:53
↓ 2 callersMethodfindLabel
(i int)
code.go:189
↓ 2 callersFunctionflags
(m string)
io.go:175
↓ 2 callersFunctionfloat8FromInt
Converts an integer to a "floating point byte", represented as (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if eeeee != 0 and (xxx) othe
types.go:209
↓ 2 callersMethodforBody
(base, line, n int, isNumeric bool)
parser.go:341
↓ 2 callersFunctionforceOpen
(l *State, name, mode string)
io.go:50
↓ 2 callersMethodfunctionArguments
(f exprDesc, line int)
parser.go:100
↓ 2 callersMethodgotoStatement
(pc int)
parser.go:484
↓ 2 callersMethodgrowStack
(n int)
stack.go:469
↓ 2 callersMethodindex
()
parser.go:312
↓ 2 callersMethodinvertJump
(pc int)
code.go:769
↓ 2 callersFunctionioFileHelper
(name, mode string)
io.go:61
↓ 2 callersMethodisInStackAt
(level int)
stack.go:78
↓ 2 callersFunctionisPseudoIndex
(i int)
lua.go:1386
↓ 2 callersMethodjumpOnCondition
(e exprDesc, cond int)
code.go:775
↓ 2 callersMethodleaveLevel
()
parser.go:47
↓ 2 callersMethodlength
()
tables.go:196
↓ 2 callersFunctionloadHelper
(l *State, s error, e int)
base.go:69
↓ 2 callersMethodloadNil
(from, n int)
code.go:355
↓ 2 callersMethodlocalName
(index int, pc pc)
types.go:195
↓ 2 callersMethodmakeUpValue
(name string, e exprDesc)
code.go:1020
↓ 2 callersFunctionmask
(n uint)
bit32.go:10
↓ 2 callersFunctionmax
(a, b int)
code.go:261
↓ 2 callersMethodmetaTable
(o value)
lua.go:256
↓ 2 callersMethodmove
(dest int, src value)
lua.go:598
↓ 2 callersMethodneedValue
(list int)
code.go:442
↓ 2 callersMethodnewClosure
(p *prototype, upValues []*upValue, base int)
stack.go:224
↓ 2 callersFunctionnewStream
(l *State, f *os.File, close Function)
io.go:30
↓ 2 callersFunctionnot
(b int)
code.go:275
↓ 2 callersFunctionnumberToString
(f float64)
types.go:298
↓ 2 callersMethodorderError
(left, right value)
debug.go:88
↓ 2 callersFunctionpairs
(method string, isZero bool, iter Function)
base.go:21
↓ 2 callersMethodparse
(r io.ByteReader, name string)
parser.go:655
↓ 2 callersMethodpatchTestRegister
(node, register int)
code.go:452
↓ 2 callersMethodpop
()
stack.go:10
↓ 2 callersMethodprotect
(f func())
stack.go:405
↓ 2 callersFunctionpushGlobalFunctionName
(l *State, f Frame)
auxiliary.go:163
↓ 2 callersMethodput
(l *State, k, v value)
tables.go:118
↓ 2 callersMethodreadFunction
()
undump.go:211
↓ 2 callersMethodreadHexNumber
(x float64)
scanner.go:215
↓ 2 callersMethodreadMultiLine
(comment bool, sep int)
scanner.go:167
↓ 2 callersMethodreadNumber
()
scanner.go:235
↓ 2 callersMethodreadPC
()
undump.go:47
↓ 2 callersMethodreallocStack
(newSize int)
stack.go:455
↓ 2 callersFunctionreduce
(f func(float64, float64) float64)
math.go:24
↓ 2 callersMethodremoveValues
(list int)
code.go:463
↓ 2 callersMethodresetHookCount
()
debug.go:12
↓ 2 callersFunctionrotate
(l *State, i int)
bit32.go:31
↓ 2 callersFunctionsearchPath
(l *State, name, path, sep, dirSep string)
load.go:89
↓ 2 callersMethodsetIndexToValue
(index int, v value)
lua.go:518
↓ 2 callersMethodsetReturns
(e exprDesc, resultCount int)
code.go:577
↓ 2 callersMethodsingleVariable
()
parser.go:46
↓ 2 callersFunctionsingleVariableHelper
(f *function, name string, base bool)
code.go:1026
↓ 2 callersMethodskipEmptyStatements
()
parser.go:493
↓ 2 callersFunctionstack
(s []value)
types.go:55
↓ 2 callersFunctiontestStringHelper
(t *testing.T, s string, trace bool)
vm_test.go:27
↓ 2 callersFunctiontestTMode
(m opCode)
instructions.go:225
↓ 2 callersMethodtestThenBlock
(escapes int)
parser.go:401
↓ 2 callersFunctiontoString
(r value)
types.go:302
↓ 2 callersFunctiontypeError
(l *State, argCount int, typeName string)
auxiliary.go:176
↓ 2 callersMethodunreachable
()
code.go:292
← previousnext →301–400 of 673, ranked by callers