MCPcopy Create free account

hub / github.com/PlutoLang/Pluto / functions

Functions1,782 in github.com/PlutoLang/Pluto

↓ 6 callersFunctionluaD_call
** External interface for 'ccall' */
src/ldo.cpp:783
↓ 6 callersFunctionluaE_warning
src/lstate.cpp:536
↓ 6 callersFunctionluaH_getint
src/ltable.cpp:989
↓ 6 callersFunctionluaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
src/ltable.cpp:715
↓ 6 callersFunctionluaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
src/lcode.cpp:476
↓ 6 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
src/lcode.cpp:399
↓ 6 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
src/lcode.cpp:418
↓ 6 callersFunctionluaK_codevABCk
src/lcode.cpp:407
↓ 6 callersFunctionluaK_exp2anyregup
** Ensures final expression result is either in a register, ** in an upvalue, or it is the vararg parameter. */
src/lcode.cpp:1054
↓ 6 callersFunctionluaK_exp2reg
src/lcode.cpp:2189
↓ 6 callersFunctionluaK_isalwaysfalse
src/lcode.cpp:1301
↓ 6 callersFunctionluaK_isalwaystrue
src/lcode.cpp:1283
↓ 6 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
src/lauxlib.cpp:1124
↓ 6 callersFunctionluaT_trybinTM
src/ltm.cpp:157
↓ 6 callersFunctionluaX_token2str_noq
Converts a token into a string, same as luaX_token2str, but doesn't quote the token. */
src/llex.cpp:143
↓ 6 callersFunctionlua_error
src/lapi.cpp:1352
↓ 6 callersFunctionlua_getinfo
src/ldebug.cpp:413
↓ 6 callersFunctionlua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
src/lapi.cpp:239
↓ 6 callersFunctionlua_setwarnf
src/lapi.cpp:1436
↓ 6 callersMethodparRealloc
src/llex.h:604
↓ 6 callersFunctionpush_ffi_value
src/lffi.cpp:87
↓ 6 callersFunctionrfl_type_to_ffi_type
src/lffi.cpp:54
↓ 6 callersFunctionsave
src/llex.cpp:110
↓ 6 callersFunctionset2
src/ltablib.cpp:339
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
src/liolib.cpp:550
↓ 6 callersMethodtoCpp
src/lobject.cpp:765
↓ 6 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
src/lcode.cpp:57
↓ 5 callersFunctionIxor
i1 ^= i2 */
src/lmathlib.cpp:514
↓ 5 callersMethodaddPrivateField
src/llex.h:332
↓ 5 callersMethodaddProtectedField
src/llex.h:337
↓ 5 callersFunctionbinopr2op
** Convert a BinOpr to an OpCode (ORDER OPR - ORDER OP) */
src/lcode.cpp:1584
↓ 5 callersFunctionbuildvar
** Find a variable with the given name 'n', handling global variables ** too. */
src/lparser.cpp:1235
↓ 5 callersFunctioncheck_compiler
()
scripts/common.php:18
↓ 5 callersFunctioncheck_constexpr_call
src/lparser.cpp:3246
↓ 5 callersFunctioncheck_ffi_type
src/lffi.cpp:36
↓ 5 callersFunctioncheckregex
src/lregex.cpp:7
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
src/ldblib.cpp:36
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
src/lgc.cpp:209
↓ 5 callersFunctionclose_func
src/lparser.cpp:1534
↓ 5 callersFunctionexplist
src/lparser.cpp:2886
↓ 5 callersFunctionfatal
src/luac.cpp:50
↓ 5 callersFunctionfillidxk
auxiliary function to define indexing expressions */
src/lcode.cpp:1487
↓ 5 callersFunctionfuncargs
src/lparser.cpp:2912
↓ 5 callersFunctionfuncfield
src/lparser.cpp:1928
↓ 5 callersFunctiongetgeneric
** "Generic" get version. (Not that generic: not valid for integers, ** which may be in array part, nor for floats with integral values.) ** See expla
src/ltable.cpp:291
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
src/llex.cpp:265
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
src/lgc.cpp:223
↓ 5 callersFunctionluaC_runtilstate
** Advances the garbage collector until it reaches the given state. ** (The option 'fast' is only for testing; in normal code, 'fast' ** here is alway
src/lgc.cpp:1694
↓ 5 callersFunctionluaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which trigger this ** function, can
src/ldo.cpp:447
↓ 5 callersFunctionluaD_inctop
src/ldo.cpp:434
↓ 5 callersFunctionluaD_seterrorobj
src/ldo.cpp:112
↓ 5 callersFunctionluaG_addinfo
add src:line information to 'msg' */
src/ldebug.cpp:844
↓ 5 callersFunctionluaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
src/ldebug.cpp:775
↓ 5 callersFunctionluaH_set
** beware: when using this function you probably need to check a GC ** barrier and invalidate the TM cache. */
src/ltable.cpp:1226
↓ 5 callersFunctionluaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
src/lcode.cpp:1322
↓ 5 callersFunctionluaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
src/lcode.cpp:308
↓ 5 callersFunctionluaL_buffinitsize
src/lauxlib.cpp:703
↓ 5 callersFunctionluaL_optlstring
src/lauxlib.cpp:434
↓ 5 callersFunctionluaL_pushresultsize
src/lauxlib.cpp:668
↓ 5 callersFunctionluaO_ceillog2
** Computes ceil(log2(x)), which is the smallest integer n such that ** x <= (1 << n). */
src/lobject.cpp:37
↓ 5 callersFunctionluaY_checklimit
src/lparser.cpp:326
↓ 5 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
src/lapi.cpp:168
↓ 5 callersFunctionlua_concat
src/lapi.cpp:1393
↓ 5 callersFunctionlua_getglobal
src/lapi.cpp:754
↓ 5 callersFunctionlua_rawset
src/lapi.cpp:1007
↓ 5 callersFunctionopen_func
src/lparser.cpp:1502
↓ 5 callersFunctionpackI
build a new Rand64 value */
src/lmathlib.cpp:500
↓ 5 callersFunctionpropagateall
src/lgc.cpp:743
↓ 5 callersFunctionpushnumint
src/lmathlib.cpp:102
↓ 5 callersMethodrecvLoop
src/lsocketlib.cpp:31
↓ 5 callersFunctionreport
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. */
src/lua.cpp:128
↓ 5 callersFunctionsort_comp
** Return true iff value at stack index 'a' is less than the value at ** index 'b' (according to the order of the sort). */
src/ltablib.cpp:349
↓ 5 callersFunctionswapexps
src/lcode.cpp:1706
↓ 5 callersFunctionsweepgen
** Sweep for generational mode. Delete dead objects. (Because the ** collection is not incremental, there are no "new white" objects ** during the swe
src/lgc.cpp:1172
↓ 5 callersFunctionu_posrelat
from strlib */ translate a relative string position: negative means back from end */
src/lutf8lib.cpp:38
↓ 5 callersFunctionweaklycheckudata
src/lffi.cpp:204
↓ 4 callersFunctionI2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
src/lmathlib.cpp:618
↓ 4 callersFunctionInt2I
convert a 'lua_Unsigned' to a 'Rand64' */
src/lmathlib.cpp:623
↓ 4 callersMethodIsNonCompatible
src/llex.h:153
↓ 4 callersFunctionaddprototype
** adds a new prototype into list of prototypes */
src/lparser.cpp:1471
↓ 4 callersFunctioncheck_assignment
src/lparser.cpp:2318
↓ 4 callersFunctioncheck_ffi_value
src/lffi.cpp:134
↓ 4 callersFunctioncheckforshadowing
src/lparser.cpp:850
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
src/lgc.cpp:1046
↓ 4 callersFunctionclassname
src/lparser.cpp:2131
↓ 4 callersFunctionclassnametostr
src/lparser.cpp:2145
↓ 4 callersFunctionclear
src/lparser.h:209
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
src/lgc.cpp:808
↓ 4 callersFunctioncloselistfield
src/lparser.cpp:1892
↓ 4 callersFunctioncodeABRK
src/lcode.cpp:1116
↓ 4 callersFunctioncodeclosure
** codes instruction to create new closure in parent function. ** The OP_CLOSURE instruction uses the last available register, ** so that, if it invok
src/lparser.cpp:1495
↓ 4 callersFunctionconcretesize
** Convert an "abstract size" (number of slots in an array) to ** "concrete size" (number of bytes in the array). */
src/ltable.cpp:544
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
src/lcode.cpp:224
↓ 4 callersFunctioncorrectgraylist
** Correct a list of gray objects. Return a pointer to the last element ** left on the list, so that we can link another list to the end of ** this on
src/lgc.cpp:1227
↓ 4 callersFunctioncurrentpc
src/ldebug.cpp:43
↓ 4 callersFunctiondocall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
src/lua.cpp:162
↓ 4 callersFunctiondumpString
** Dump a String. First dump its "size": ** size==0 is followed by an index and means "reuse saved string with ** that index"; index==0 means NULL. **
src/ldump.cpp:145
↓ 4 callersFunctionerror_expected
** This function will throw an exception and terminate the program. */
src/lparser.cpp:270
↓ 4 callersFunctionexpsuffix
src/lparser.cpp:3788
↓ 4 callersMethodfinalize
Pushes the string to the stack for luaD_throw to conveniently pick up.
src/lerrormessage.hpp:151
← previousnext →201–300 of 1,782, ranked by callers