MCPcopy Create free account

hub / github.com/PlutoLang/Pluto / functions

Functions1,782 in github.com/PlutoLang/Pluto

↓ 2 callersFunctionlua_getallocf
src/lapi.cpp:1418
↓ 2 callersFunctionlua_getlocal
src/ldebug.cpp:222
↓ 2 callersFunctionlua_istablefrozen
src/lapi.cpp:1043
↓ 2 callersFunctionlua_newthread
src/lstate.cpp:283
↓ 2 callersFunctionlua_number2strx
src/lstrlib.cpp:1120
↓ 2 callersFunctionlua_numbertocstring
src/lapi.cpp:410
↓ 2 callersFunctionlua_pcallk
src/lapi.cpp:1171
↓ 2 callersFunctionlua_setupvalue
src/lapi.cpp:1516
↓ 2 callersFunctionlua_status
src/lapi.cpp:1257
↓ 2 callersFunctionlua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ISO C does not allow the conversion of a pointer to ** function to a 'v
src/lapi.cpp:539
↓ 2 callersFunctionlua_typename
src/lapi.cpp:329
↓ 2 callersFunctionmarkbeingfnz
** mark all objects in list of being-finalized */
src/lgc.cpp:388
↓ 2 callersFunctionmarkmt
** mark metamethods for basic types */
src/lgc.cpp:378
↓ 2 callersFunctionmatch_class
src/lstrlib.cpp:483
↓ 2 callersFunctionneed_value
** check whether list has any jump that do not produce a value ** or produce an inverted value */
src/lcode.cpp:976
↓ 2 callersFunctionnewcheckedkey
** Insert a key in a table where there is space for that key, the ** key is valid, and the value is not nil. */
src/ltable.cpp:932
↓ 2 callersFunctionnewexpr
src/lparser.cpp:3971
↓ 2 callersFunctionnewfuncwrapper
src/lffi.cpp:271
↓ 2 callersFunctionnewlabelentry
** Adds a new label/goto in the corresponding list. */
src/lparser.cpp:1340
↓ 2 callersFunctionnextc
** Add current char to buffer (if not out of space) and read next one */
src/liolib.cpp:534
↓ 2 callersFunctionnextline
src/ldebug.cpp:300
↓ 2 callersFunctionnumarith
src/lobject.cpp:145
↓ 2 callersFunctionnumerror
src/lundump.cpp:353
↓ 2 callersFunctionopencheck
src/liolib.cpp:317
↓ 2 callersMethodparAlloc
src/llex.h:600
↓ 2 callersFunctionparlist
src/lparser.cpp:2530
↓ 2 callersFunctionpatchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
src/lcode.cpp:261
↓ 2 callersFunctionpluto_warning
src/lapi.cpp:1451
↓ 2 callersFunctionpolicycheck
src/liolib.cpp:299
↓ 2 callersFunctionpreassignfield
src/lparser.cpp:1792
↓ 2 callersFunctionpreinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
src/lstate.cpp:235
↓ 2 callersFunctionprepCallInfo
** Allocate and initialize CallInfo structure. At this point, the ** only valid fields in the call status are number of results, ** CIST_C (if it's a
src/ldo.cpp:636
↓ 2 callersFunctionpreviousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
src/lcode.cpp:117
↓ 2 callersFunctionprint_version
src/lua.cpp:176
↓ 2 callersMethodprocessComment
src/llex.h:275
↓ 2 callersFunctionprocess_string_escape
src/llex.cpp:736
↓ 2 callersFunctionpropagatemark
** traverse one gray object, turning it to black. Return an estimate ** of the number of slots traversed. */
src/lgc.cpp:727
↓ 2 callersFunctionpropfuncdesc
src/lparser.cpp:2712
↓ 2 callersFunctionpsetint
src/ltable.cpp:1113
↓ 2 callersFunctionpush_onecapture
** Push the i-th capture on the stack. */
src/lstrlib.cpp:782
↓ 2 callersFunctionpusherror
src/loadlib.cpp:174
↓ 2 callersFunctionpushglobalfuncname
** Search for a name for a function in all loaded modules */
src/lauxlib.cpp:93
↓ 2 callersFunctionpushline
** Prompt the user, read a line, and push it into the Lua stack. */
src/lua.cpp:578
↓ 2 callersFunctionpushmode
src/lbaselib.cpp:240
↓ 2 callersFunctionpushutfchar
src/lutf8lib.cpp:146
↓ 2 callersFunctionread_long_string
src/llex.cpp:629
↓ 2 callersFunctionrecfield
src/lparser.cpp:1819
↓ 2 callersFunctionremovelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
src/lcode.cpp:355
↓ 2 callersFunctionremovevalues
** Traverse a list of tests ensuring no one produces a value */
src/lcode.cpp:279
↓ 2 callersFunctionremovevars
** Close the scope for all variables up to level 'tolevel'. ** (debug info.) */
src/lparser.cpp:1013
↓ 2 callersFunctionrestaccept
src/lsocketlib.cpp:461
↓ 2 callersFunctionrestconnectudp
src/lsocketlib.cpp:99
↓ 2 callersFunctionrestdestructuring
src/lparser.cpp:5480
↓ 2 callersFunctionrestrecv
src/lsocketlib.cpp:180
↓ 2 callersFunctionrethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
src/ldo.cpp:502
↓ 2 callersFunctionretpsetcode
** When a 'pset' cannot be completed, this function returns an encoding ** of its result, to be used by 'luaH_finishset'. */
src/ltable.cpp:1079
↓ 2 callersFunctionsavelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
src/lcode.cpp:331
↓ 2 callersFunctionsearchloop
src/lparser.cpp:1651
↓ 2 callersFunctionsearchpath
src/loadlib.cpp:495
↓ 2 callersFunctionsearchvar
** Look for an active variable with the name 'n' in the ** function 'fs'. If found, initialize 'var' with it and return ** its expression kind; otherw
src/lparser.cpp:1093
↓ 2 callersFunctionseparatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
src/lgc.cpp:1023
↓ 2 callersMethodsetCompatibilityMode
src/lstate.h:456
↓ 2 callersFunctionsetallfields
** Set all fields from structure 'tm' in the table on top of the stack */
src/loslib.cpp:229
↓ 2 callersFunctionsetpath
** Set a path. (If using the default path, assume it is a string ** literal in C and create it as an external string.) */
src/loadlib.cpp:278
↓ 2 callersFunctionsetpause
** Set the "time" to wait before starting a new incremental cycle; ** cycle will start when number of bytes in use hits the threshold of ** approximat
src/lgc.cpp:1122
↓ 2 callersFunctionsetseed
src/lmathlib.cpp:696
↓ 2 callersFunctionsettabsb
src/ldblib.cpp:122
↓ 2 callersFunctionsetvararg
src/lparser.cpp:2429
↓ 2 callersMethodshouldEmitWarning
src/llex.h:568
↓ 2 callersFunctionsinglestep
src/lgc.cpp:1617
↓ 2 callersFunctionsizehash
'node' size in bytes */
src/ltable.cpp:388
↓ 2 callersFunctionskip_over_simpleexp_within_parenlist
keep advancing until we hit ',' or non-nested ')' */
src/lparser.cpp:2476
↓ 2 callersFunctionstack_init
src/lstate.cpp:165
↓ 2 callersFunctionstart_capture
src/lstrlib.cpp:590
↓ 2 callersFunctionstorevartop
Create code to store the "top" register in 'var' */
src/lparser.cpp:2018
↓ 2 callersFunctionstr2K
** Convert a VKSTR to a VK */
src/lcode.cpp:786
↓ 2 callersFunctionstringK
** Add a string to list of constants and return its index. */
src/lcode.cpp:590
↓ 2 callersFunctionstringify_ttype
src/lvm.cpp:1277
↓ 2 callersFunctionsubexpr
** subexpr -> (simpleexp | unop subexpr) { binop subexpr } ** where 'binop' is any binary operator with a priority higher than 'limit' */
src/lparser.cpp:4459
↓ 2 callersFunctionsweeplist
** sweep at most 'countin' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) **
src/lgc.cpp:892
↓ 2 callersFunctionsweeptolive
** sweep a list until a live object (or end of list) */
src/lgc.cpp:915
↓ 2 callersFunctionswitchimpl
src/lparser.cpp:4043
↓ 2 callersFunctiontest_then_block
src/lparser.cpp:5186
↓ 2 callersMethodtoPrimitive
src/lparser.h:423
↓ 2 callersFunctiontogglekeyword
src/lparser.cpp:5938
↓ 2 callersFunctiontonum
src/lstrlib.cpp:313
↓ 2 callersFunctiontouserdata
src/lapi.cpp:511
↓ 2 callersFunctiontraversearray
** Traverse the array part of a table. */
src/lgc.cpp:514
↓ 2 callersFunctiontraverseephemeron
** Traverse an ephemeron table and link it to proper list. Returns true ** iff any object was marked during this traversal (which implies that ** conv
src/lgc.cpp:541
↓ 2 callersFunctiontreatstackoption
** In function 'db_getinfo', the call to 'lua_getinfo' may push ** results on the stack; later it creates the result table to put ** these objects. Fu
src/ldblib.cpp:135
↓ 2 callersFunctiontrivialcopy
** For each key-value pair in the table at -1, assigns it to the table at -2. ** Pops the former table from the stack. */
src/ltablib.cpp:254
↓ 2 callersFunctiontryagain
** In case of allocation fail, this function will do an emergency ** collection to free some memory and then try the allocation again. */
src/lmem.cpp:162
↓ 2 callersFunctiontrydisablekeyword
src/lparser.cpp:444
↓ 2 callersFunctiontryfuncTM
** Check whether 'func' has a '__call' metafield. If so, put it in the ** stack, below original 'func', so that 'luaD_precall' can call it. ** Raise a
src/ldo.cpp:531
↓ 2 callersFunctiontypeerror
** Raise a type error */
src/ldebug.cpp:764
↓ 2 callersFunctionunpackint
** Unpack an integer with 'size' bytes and 'islittle' endianness. ** If size is smaller than the size of a Lua integer and integer ** is signed, must
src/lstrlib.cpp:1869
↓ 2 callersFunctionvalidate_struct
src/lffi.cpp:511
↓ 2 callersFunctionvtToString
src/lparser.h:102
↓ 2 callersFunctionweaklytestudata
src/lffi.cpp:188
↓ 2 callersFunctionyindex
src/lparser.cpp:1766
← previousnext →701–800 of 1,782, ranked by callers