Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ functions
Functions
8,365 in github.com/EmmyLua/EmmyLuaDebugger
⨍
Functions
8,365
◇
Types & classes
1,383
↓ 3 callers
Function
isneg
third-party/lua-5.3.5/src/lobject.c:169
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
third-party/lua-5.5.0/src/lua.c:111
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
third-party/lua-5.4.6/src/lua.c:110
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
third-party/lua-5.3.5/src/lua.c:155
↓ 3 callers
Function
ll_append
emmy_hook/src/libpe/llist.cpp:38
↓ 3 callers
Function
ll_init
emmy_hook/src/libpe/llist.cpp:31
↓ 3 callers
Function
ll_loadfunc
third-party/lua-5.1.5/src/loadlib.c:294
↓ 3 callers
Function
ll_loadfunc
third-party/lua-5.2.4/src/loadlib.c:286
↓ 3 callers
Function
load_aux
third-party/lua-5.1.5/src/lbaselib.c:266
↓ 3 callers
Function
loaderror
third-party/lua-5.1.5/src/loadlib.c:374
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
third-party/lua-5.5.0/src/loadlib.c:384
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
third-party/lua-5.4.6/src/loadlib.c:381
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
third-party/lua-5.3.5/src/loadlib.c:372
↓ 3 callers
Function
luaC_changemode
** Change collector mode to 'newmode'. */
third-party/lua-5.5.0/src/lgc.c:1440
↓ 3 callers
Function
luaC_changemode
** Change collector mode to 'newmode'. */
third-party/lua-5.4.6/src/lgc.c:1360
↓ 3 callers
Function
luaC_forcestep
** performs a basic GC step */
third-party/lua-5.2.4/src/lgc.c:1163
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
third-party/lua-5.5.0/src/lgc.c:1786
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
third-party/lua-5.4.6/src/lgc.c:1730
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
third-party/lua-5.3.5/src/lgc.c:1159
↓ 3 callers
Function
luaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
third-party/lua-5.5.0/src/ldo.c:1059
↓ 3 callers
Function
luaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
third-party/lua-5.4.6/src/ldo.c:935
↓ 3 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
third-party/lua-5.5.0/src/ldo.c:1081
↓ 3 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
third-party/lua-5.4.6/src/ldo.c:957
↓ 3 callers
Function
luaD_pcall
third-party/lua-5.1.5/src/ldo.c:456
↓ 3 callers
Function
luaD_pcall
third-party/lua-5.3.5/src/ldo.c:721
↓ 3 callers
Function
luaD_pcall
third-party/lua-5.2.4/src/ldo.c:595
↓ 3 callers
Function
luaD_poscall
third-party/lua-5.1.5/src/ldo.c:343
↓ 3 callers
Function
luaD_reallocstack
third-party/lua-5.3.5/src/ldo.c:177
↓ 3 callers
Function
luaD_reallocstack
third-party/lua-5.2.4/src/ldo.c:161
↓ 3 callers
Function
luaD_seterrorobj
third-party/lua-5.1.5/src/ldo.c:51
↓ 3 callers
Function
luaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
third-party/lua-5.5.0/src/ldo.c:411
↓ 3 callers
Function
luaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
third-party/lua-5.4.6/src/ldo.c:307
↓ 3 callers
Function
luaD_shrinkstack
third-party/lua-5.3.5/src/ldo.c:221
↓ 3 callers
Function
luaD_shrinkstack
third-party/lua-5.2.4/src/ldo.c:205
↓ 3 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
third-party/lua-5.5.0/src/lfunc.c:197
↓ 3 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
third-party/lua-5.4.6/src/lfunc.c:193
↓ 3 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
third-party/lua-5.5.0/src/lfunc.c:303
↓ 3 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
third-party/lua-5.4.6/src/lfunc.c:283
↓ 3 callers
Function
luaF_newLclosure
third-party/lua-5.5.0/src/lfunc.c:35
↓ 3 callers
Function
luaF_newLclosure
third-party/lua-5.4.6/src/lfunc.c:35
↓ 3 callers
Function
luaF_newLclosure
third-party/lua-5.3.5/src/lfunc.c:33
↓ 3 callers
Function
luaF_newproto
third-party/lua-5.1.5/src/lfunc.c:115
↓ 3 callers
Function
luaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
third-party/lua-5.5.0/src/lfunc.c:172
↓ 3 callers
Function
luaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
third-party/lua-5.4.6/src/lfunc.c:168
↓ 3 callers
Function
luaG_findlocal
third-party/lua-5.5.0/src/ldebug.c:198
↓ 3 callers
Function
luaG_findlocal
third-party/lua-5.4.6/src/ldebug.c:199
↓ 3 callers
Function
luaH_get
** main search function */
third-party/lua-5.5.0/src/ltable.c:1020
↓ 3 callers
Function
luaH_get
** main search function */
third-party/lua-5.1.5/src/ltable.c:469
↓ 3 callers
Function
luaH_get
** main search function */
third-party/lua-5.3.5/src/ltable.c:589
↓ 3 callers
Function
luaH_getstr
** search function for short strings */
third-party/lua-5.2.4/src/ltable.c:466
↓ 3 callers
Function
luaH_newkey
third-party/lua-5.5.0/src/ltable.c:914
↓ 3 callers
Function
luaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
third-party/lua-5.3.5/src/ltable.c:461
↓ 3 callers
Function
luaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
third-party/lua-5.2.4/src/ltable.c:405
↓ 3 callers
Function
luaH_set
** beware: when using this function you probably need to check a GC ** barrier and invalidate the TM cache. */
third-party/lua-5.4.6/src/ltable.c:839
↓ 3 callers
Function
luaH_setint
third-party/lua-5.4.6/src/ltable.c:845
↓ 3 callers
Function
luaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
third-party/lua-5.5.0/src/lcode.c:476
↓ 3 callers
Function
luaK_code
third-party/lua-5.1.5/src/lcode.c:789
↓ 3 callers
Function
luaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
third-party/lua-5.3.5/src/lcode.c:293
↓ 3 callers
Function
luaK_code
third-party/lua-5.2.4/src/lcode.c:212
↓ 3 callers
Function
luaK_codeABx
** Format and emit an 'iABx' instruction. */
third-party/lua-5.3.5/src/lcode.c:324
↓ 3 callers
Function
luaK_codeABx
third-party/lua-5.2.4/src/lcode.c:236
↓ 3 callers
Function
luaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
third-party/lua-5.5.0/src/lcode.c:461
↓ 3 callers
Function
luaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
third-party/lua-5.4.6/src/lcode.c:452
↓ 3 callers
Function
luaK_codek
third-party/lua-5.2.4/src/lcode.c:250
↓ 3 callers
Function
luaK_codevABCk
third-party/lua-5.5.0/src/lcode.c:407
↓ 3 callers
Function
luaK_exp2K
** Try to make 'e' a K expression with an index in the range of R/K ** indices. Return true iff succeeded. */
third-party/lua-5.4.6/src/lcode.c:1000
↓ 3 callers
Function
luaK_exp2anyregup
** Ensures final expression result is either in a register, ** in an upvalue, or it is the vararg parameter. */
third-party/lua-5.5.0/src/lcode.c:1033
↓ 3 callers
Function
luaK_exp2anyregup
** Ensures final expression result is either in a register ** or in an upvalue. */
third-party/lua-5.4.6/src/lcode.c:978
↓ 3 callers
Function
luaK_exp2val
third-party/lua-5.1.5/src/lcode.c:436
↓ 3 callers
Function
luaK_exp2val
** Ensures final expression result is either in a register or it is ** a constant. */
third-party/lua-5.3.5/src/lcode.c:744
↓ 3 callers
Function
luaK_exp2val
third-party/lua-5.2.4/src/lcode.c:520
↓ 3 callers
Function
luaK_fixline
third-party/lua-5.1.5/src/lcode.c:784
↓ 3 callers
Function
luaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
third-party/lua-5.4.6/src/lcode.c:1135
↓ 3 callers
Function
luaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
third-party/lua-5.3.5/src/lcode.c:857
↓ 3 callers
Function
luaK_goiftrue
third-party/lua-5.2.4/src/lcode.c:621
↓ 3 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. */
third-party/lua-5.3.5/src/lcode.c:946
↓ 3 callers
Function
luaK_indexed
third-party/lua-5.2.4/src/lcode.c:703
↓ 3 callers
Function
luaK_intK
** Add an integer to list of constants and return its index. ** Integers use userdata as keys to avoid collision with floats with ** same value; conve
third-party/lua-5.3.5/src/lcode.c:471
↓ 3 callers
Function
luaK_numberK
third-party/lua-5.1.5/src/lcode.c:257
↓ 3 callers
Function
luaK_numberK
third-party/lua-5.2.4/src/lcode.c:326
↓ 3 callers
Function
luaK_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
third-party/lua-5.5.0/src/lcode.c:308
↓ 3 callers
Function
luaK_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
third-party/lua-5.3.5/src/lcode.c:263
↓ 3 callers
Function
luaK_patchlist
third-party/lua-5.2.4/src/lcode.c:169
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
third-party/lua-5.5.0/src/lcode.c:1892
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
third-party/lua-5.4.6/src/lcode.c:1811
↓ 3 callers
Function
luaK_setlist
third-party/lua-5.1.5/src/lcode.c:819
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
third-party/lua-5.3.5/src/lcode.c:1189
↓ 3 callers
Function
luaK_setlist
third-party/lua-5.2.4/src/lcode.c:867
↓ 3 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
third-party/lua-5.3.5/src/lcode.c:782
↓ 3 callers
Function
luaK_storevar
third-party/lua-5.2.4/src/lcode.c:558
↓ 3 callers
Function
luaL_addgsub
third-party/lua-5.5.0/src/lauxlib.c:1026
↓ 3 callers
Function
luaL_addgsub
third-party/lua-5.4.6/src/lauxlib.c:1003
↓ 3 callers
Function
luaL_addstring
third-party/lua-5.3.5/src/lauxlib.c:537
↓ 3 callers
Function
luaL_addstring
third-party/lua-5.2.4/src/lauxlib.c:466
↓ 3 callers
Function
luaL_getmetafield
third-party/lua-5.1.5/src/lauxlib.c:203
↓ 3 callers
Function
luaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
third-party/lua-5.3.5/src/lauxlib.c:951
↓ 3 callers
Function
luaL_gsub
third-party/lua-5.5.0/src/lauxlib.c:1039
↓ 3 callers
Function
luaL_gsub
third-party/lua-5.4.6/src/lauxlib.c:1016
↓ 3 callers
Function
luaL_makeseed
third-party/lua-5.5.0/src/lauxlib.c:1174
↓ 3 callers
Function
luaL_optlstring
third-party/lua-5.5.0/src/lauxlib.c:415
← previous
next →
1,701–1,800 of 8,365, ranked by callers