MCPcopy Create free account

hub / github.com/airtrack/luna / functions

Functions539 in github.com/airtrack/luna

↓ 1 callersMethodCheckRunGC
Check and run GC
luna/State.h:111
↓ 1 callersFunctionCloseFile
For close userdata file
luna/LibIO.cpp:15
↓ 1 callersFunctionCodeGenerate
luna/CodeGenerate.cpp:1712
↓ 1 callersFunctionConcat
luna/LibTable.cpp:24
↓ 1 callersMethodDoString
luna/State.cpp:85
↓ 1 callersFunctionExecuteFile
luna/Luna.cpp:33
↓ 1 callersFunctionFreeGlobal
unittests/GCTest.cpp:287
↓ 1 callersMethodGetBool
luna/LibAPI.cpp:56
↓ 1 callersMethodGetCFunction
luna/LibAPI.cpp:92
↓ 1 callersMethodGetChildFunction
luna/Function.cpp:144
↓ 1 callersMethodGetClosure
luna/LibAPI.cpp:65
↓ 1 callersMethodGetConstValue
luna/Function.cpp:172
↓ 1 callersMethodGetErrors
unittests/UnitTest.cpp:77
↓ 1 callersMethodGetInstructionLine
luna/Function.cpp:177
↓ 1 callersMethodGetLexModule
Get current lex module name.
luna/Lex.h:28
↓ 1 callersMethodGetLine
Get line of function define
luna/Function.h:116
↓ 1 callersMethodGetModuleClosure
luna/ModuleManager.cpp:25
↓ 1 callersMethodGetResult
unittests/TestCommon.h:68
↓ 1 callersMethodGetState
unittests/TestCommon.h:39
↓ 1 callersMethodGetUpvalueCount
Get upvalue count
luna/Function.h:104
↓ 1 callersMethodHasVararg
luna/Function.cpp:62
↓ 1 callersMethodIsEOF
unittests/TestCommon.h:28
↓ 1 callersFunctionIsHexChar
luna/Lex.cpp:33
↓ 1 callersFunctionIsKeyWord
luna/Lex.cpp:19
↓ 1 callersMethodIsLoaded
luna/ModuleManager.cpp:19
↓ 1 callersMethodIsModuleLoaded
luna/State.cpp:61
↓ 1 callersMethodIsOpen
luna/TextInStream.h:19
↓ 1 callersMethodIsString
luna/LibAPI.h:79
↓ 1 callersMethodIsTestOK
unittests/UnitTest.cpp:82
↓ 1 callersMethodLoadString
luna/ModuleManager.cpp:47
↓ 1 callersMethodMarkDestroyed
luna/UserData.h:30
↓ 1 callersFunctionMinorRoot
unittests/GCTest.cpp:43
↓ 1 callersFunctionNewObjInGlobal
unittests/GCTest.cpp:195
↓ 1 callersMethodNewUpvalue
luna/GC.cpp:156
↓ 1 callersFunctionParse
luna/Parser.cpp:910
↓ 1 callersMethodParse
luna/Parser.cpp:26
↓ 1 callersFunctionRandomLoop
unittests/GCTest.cpp:324
↓ 1 callersFunctionReadByFormat
Read by format for userdata file
luna/LibIO.cpp:45
↓ 1 callersFunctionReadBytes
Read by bytes for userdata file
luna/LibIO.cpp:29
↓ 1 callersFunctionRegisterLibBase
luna/LibBase.cpp:201
↓ 1 callersFunctionRegisterLibIO
luna/LibIO.cpp:327
↓ 1 callersFunctionRegisterLibMath
luna/LibMath.cpp:227
↓ 1 callersFunctionRegisterLibString
luna/LibString.cpp:178
↓ 1 callersFunctionRegisterLibTable
luna/LibTable.cpp:173
↓ 1 callersMethodRegisterMetatable
luna/LibAPI.cpp:229
↓ 1 callersFunctionRepl
luna/Luna.cpp:10
↓ 1 callersMethodResetDeleter
luna/GC.h:105
↓ 1 callersMethodRunAllTestCase
unittests/UnitTest.cpp:21
↓ 1 callersFunctionRunScope
unittests/GCTest.cpp:219
↓ 1 callersMethodSearchLocalVar
luna/Function.cpp:149
↓ 1 callersMethodSetDestroyer
luna/UserData.h:25
↓ 1 callersMethodSetHasVararg
luna/Function.cpp:57
↓ 1 callersMethodSetInputString
luna/TextInStream.cpp:27
↓ 1 callersMethodSetSuperior
luna/Function.cpp:87
↓ 1 callersFunctionTouchGlobalTable
unittests/GCTest.cpp:239
MethodABCCode
luna/OpCode.h:105
MethodABCode
luna/OpCode.h:110
MethodABxCode
luna/OpCode.h:125
MethodACode
luna/OpCode.h:115
FunctionASTFind
unittests/TestCommon.h:358
MethodASTFinder
unittests/TestCommon.h:65
MethodAccept
luna/Function.cpp:12
MethodAccept
luna/UserData.cpp:11
MethodAccept
luna/Value.cpp:10
MethodAccept
luna/String.h:21
MethodAccept
luna/Upvalue.cpp:5
MethodAccessTableField
luna/CodeGenerate.cpp:634
MethodAddConstValue
luna/Function.cpp:108
MethodAddLoopJumpInfo
Add one LoopJumpInfo, the instruction will be refilled when the loop AST complete
luna/CodeGenerate.cpp:265
MethodAddUpvalue
Add upvalue
luna/Function.h:176
MethodAdjustThreshold
luna/GC.cpp:388
MethodAppendAndMergeFromHashToArray
luna/Table.cpp:216
MethodAppendToArray
luna/Table.cpp:222
MethodArgCountError
luna/LibAPI.cpp:182
MethodAsBxCode
luna/OpCode.h:120
MethodAssignmentStatement
luna/SyntaxTree.h:344
MethodBinaryExpression
luna/SyntaxTree.h:389
MethodBlock
luna/SyntaxTree.h:66
MethodBreakStatement
luna/SyntaxTree.h:92
FunctionByte
luna/LibString.cpp:11
MethodCFunctionError
luna/State.h:39
MethodCall
luna/VM.cpp:314
MethodCallCFuncException
luna/Exception.h:102
MethodCallCFunction
luna/State.cpp:291
MethodCallClosure
luna/State.cpp:254
MethodCallInfo
luna/Runtime.cpp:22
FunctionChar
luna/LibString.cpp:47
MethodCheckArithType
luna/VM.cpp:570
FunctionCheckBarrier
GC object barrier checker
luna/GC.h:83
MethodCheckCFunctionError
luna/State.cpp:336
MethodCheckInequalityType
luna/VM.cpp:579
MethodCheckTableType
luna/VM.cpp:590
MethodCheckType
luna/VM.cpp:564
MethodChunk
luna/SyntaxTree.h:50
MethodClearCFunctionError
For call c function
luna/State.h:100
FunctionClose
luna/LibIO.cpp:121
MethodClosure
luna/Function.cpp:182
MethodCodeGenerateException
luna/Exception.h:92
MethodCodeGenerateVisitor
luna/CodeGenerate.cpp:112
MethodConcat
luna/VM.cpp:438
← previousnext →101–200 of 539, ranked by callers