MCPcopy Create free account

hub / github.com/PlutoLang/Pluto / functions

Functions1,782 in github.com/PlutoLang/Pluto

↓ 1 callersFunctionskip_until
keep advancing until we hit `token` */
src/lparser.cpp:2450
↓ 1 callersFunctionsolvegotos
** Traverse the pending gotos of the finishing block checking whether ** each match some label of that block. Those that do not match are ** "exported
src/lparser.cpp:1398
↓ 1 callersFunctionstackinuse
** Compute how much of the stack is being used, by computing the ** maximum top of all call frames in the stack and the current top. */
src/ldo.cpp:395
↓ 1 callersFunctionswitchexpr
src/lparser.cpp:4210
↓ 1 callersFunctionswitchstat
src/lparser.cpp:4186
↓ 1 callersFunctiontest_eof
src/liolib.cpp:607
↓ 1 callersFunctiontimes5
return i * 5 */
src/lmathlib.cpp:528
↓ 1 callersFunctiontimes9
return i * 9 */
src/lmathlib.cpp:533
↓ 1 callersFunctiontop_to_expdesc
src/lparser.cpp:3148
↓ 1 callersFunctiontostringbuffFloat
** Convert a float to a string, adding it to a buffer. First try with ** a not too large number of digits, to avoid noise (for instance, ** 1.1 going
src/lobject.cpp:459
↓ 1 callersFunctiontraverseCclosure
src/lgc.cpp:661
↓ 1 callersFunctiontraverseLclosure
** Traverse a Lua closure, marking its prototype and its upvalues. ** (Both can be NULL while closure is being created.) */
src/lgc.cpp:672
↓ 1 callersFunctiontraverseproto
** Traverse a prototype. (While a prototype is being build, its ** arrays can be larger than needed; the extra slots are filled with ** NULL, so the u
src/lgc.cpp:646
↓ 1 callersFunctiontraversestrongtable
src/lgc.cpp:576
↓ 1 callersFunctiontraversetable
src/lgc.cpp:608
↓ 1 callersFunctiontraversethread
** Traverse a thread, marking the elements in the stack up to its top ** and cleaning the rest of the stack in the final traversal. That ** ensures th
src/lgc.cpp:695
↓ 1 callersFunctiontraverseudata
src/lgc.cpp:631
↓ 1 callersFunctiontraverseweakvalue
** Traverse a table with weak values and link it to proper list. During ** propagate phase, keep it in 'grayagain' list, to be revisited in the ** ato
src/lgc.cpp:487
↓ 1 callersFunctiontrymt
** To be here, either the first operand was a string or the first ** operand didn't have a corresponding metamethod. (Otherwise, that ** other metamet
src/lstrlib.cpp:333
↓ 1 callersFunctionudata2finalize
** Get the next udata to be finalized from the 'tobefnz' list, and ** link it back into the 'allgc' list. */
src/lgc.cpp:947
↓ 1 callersFunctionundefgoto
** generates an error for an undefined 'goto'. */
src/lparser.cpp:1439
↓ 1 callersFunctionunix_time_to_file_time
src/liolib.cpp:1236
↓ 1 callersFunctionunmakemask
** Convert a bit mask (for 'gethook') into a string mask */
src/ldblib.cpp:358
↓ 1 callersFunctionunopr2op
** Convert a UnOpr to an OpCode (ORDER OPR - ORDER OP) */
src/lcode.cpp:1595
↓ 1 callersFunctionunroll
** Executes "full continuation" (everything in the stack) of a ** previously interrupted coroutine until the stack is empty (or another ** interruptio
src/ldo.cpp:874
↓ 1 callersFunctionusestat
src/lparser.cpp:5948
↓ 1 callersFunctionutf8esc
src/llex.cpp:715
↓ 1 callersFunctionvalidop
** Return false if folding can raise an error. ** Bitwise operations need operands convertible to integers; division ** operations cannot have 0 as di
src/lcode.cpp:1541
↓ 1 callersFunctionvkhasregister
src/lparser.h:79
↓ 1 callersFunctionwarnfcont
** Writes the message and handle 'tocont', finishing the message ** if needed and setting the next warn function. */
src/lauxlib.cpp:1267
↓ 1 callersFunctionwhilestat
src/lparser.cpp:4975
↓ 1 callersMethodwrite
src/lbaselib.cpp:605
↓ 1 callersFunctionyoungcollection
** Does a young collection. First, mark 'OLD1' objects. Then does the ** atomic step. Then, check whether to continue in minor mode. If so, ** sweep a
src/lgc.cpp:1335
Function(luaL_newstate)
** Use the name with parentheses so that headers can redefine it ** as a macro. */
src/lauxlib.cpp:1340
MethodConstexprLibrary
src/lauxlib.h:53
MethodErrorMessage
src/lerrormessage.hpp:19
FunctionFILE* (luaL_fopen)
src/lauxlib.cpp:844
MethodGetBoolKey
Fetch a boolean value from the internal registry.
src/lstate.h:298
MethodGetReg
Lua registry abstration.
src/lstate.h:337
MethodGetStrKey
Fetch a string value from the internal registry.
src/lstate.h:291
MethodHasConnectionTask
src/lhttplib.cpp:190
MethodIsSpecial
src/llex.h:158
MethodLexState
src/llex.h:458
MethodPlutoSingleBlockAllocator
src/lbufferlib.cpp:19
MethodPreloadedLibrary
src/lauxlib.h:61
FunctionPrintFunction
src/luac.cpp:753
MethodRegistry
src/lstate.h:302
MethodSOUP_IF_LIKELY
src/lbufferlib.cpp:28
FunctionSemInfo
src/llex.h:96
MethodSuggestionsState
src/lsuggestions.hpp:24
MethodToken
src/llex.h:107
FunctionTypeDesc
src/lparser.h:199
MethodTypeHint
src/lparser.h:246
MethodWarningConfig
src/llex.cpp:492
MethodWarningConfig
src/llex.h:257
Functionabsolute
src/liolib.cpp:1014
Functionacceptcont
src/lsocketlib.cpp:471
Functionadd
testes/pluto/ffi/lib.cpp:9
MethodaddPrefix
src/llex.h:342
MethodallocateImpl
src/lbufferlib.cpp:24
Functionarith_add
src/lstrlib.cpp:353
Functionarith_div
src/lstrlib.cpp:373
Functionarith_idiv
src/lstrlib.cpp:377
Functionarith_mod
src/lstrlib.cpp:365
Functionarith_mul
src/lstrlib.cpp:361
Functionarith_pow
src/lstrlib.cpp:369
Functionarith_sub
src/lstrlib.cpp:357
Functionarith_unm
src/lstrlib.cpp:381
Functionaux_flush
src/liolib.cpp:836
Functionawait_task
src/lhttplib.cpp:49
Functionawait_task_cont
src/lhttplib.cpp:39
Functionbigint_abs
src/lbigint.cpp:112
Functionbigint_add
src/lbigint.cpp:33
Functionbigint_binary
src/lbigint.cpp:102
Functionbigint_bitlength
src/lbigint.cpp:107
Functionbigint_div
src/lbigint.cpp:48
Functionbigint_div_mm
src/lbigint.cpp:55
Functionbigint_eq
src/lbigint.cpp:75
Functionbigint_export
src/lbigint.cpp:129
Functionbigint_gcd
src/lbigint.cpp:117
Functionbigint_hex
src/lbigint.cpp:97
Functionbigint_import
src/lbigint.cpp:141
Functionbigint_isprobableprime
src/lbigint.cpp:122
Functionbigint_le
src/lbigint.cpp:85
Functionbigint_lt
src/lbigint.cpp:80
Functionbigint_mod
src/lbigint.cpp:60
Functionbigint_mul
src/lbigint.cpp:43
Functionbigint_new
src/lbigint.cpp:21
Functionbigint_pow
src/lbigint.cpp:65
Functionbigint_sub
src/lbigint.cpp:38
Functionbigint_tostring
src/lbigint.cpp:70
Functionbigint_unm
src/lbigint.cpp:90
Functionboxgc
src/lauxlib.cpp:536
Functionbuffer_append
src/lbufferlib.cpp:101
Functionbuffer_new
src/lbufferlib.cpp:78
Functionbuffer_test
testes/pluto/ffi/lib.cpp:36
Functionbuffer_tostring
src/lbufferlib.cpp:116
Functionbyteoffset
** offset(s, n, [i]) -> indices where n-th character counting from ** position 'i' starts and ends; 0 means character at 'i'. */
src/lutf8lib.cpp:178
Functioncall_cb
testes/pluto/ffi/lib.cpp:54
Functioncall_cb_async
testes/pluto/ffi/lib.cpp:61
← previousnext →1,201–1,300 of 1,782, ranked by callers