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
↓ 5 callers
Function
luaD_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
third-party/lua-5.5.0/src/ldo.c:439
↓ 5 callers
Function
luaD_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
third-party/lua-5.4.6/src/ldo.c:335
↓ 5 callers
Function
luaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which triggers this ** function, can
third-party/lua-5.3.5/src/ldo.c:253
↓ 5 callers
Function
luaD_hook
third-party/lua-5.2.4/src/ldo.c:217
↓ 5 callers
Function
luaD_inctop
third-party/lua-5.5.0/src/ldo.c:426
↓ 5 callers
Function
luaD_inctop
third-party/lua-5.3.5/src/ldo.c:240
↓ 5 callers
Function
luaD_rawrunprotected
third-party/lua-5.4.6/src/ldo.c:135
↓ 5 callers
Function
luaD_rawrunprotected
third-party/lua-5.2.4/src/ldo.c:125
↓ 5 callers
Function
luaD_seterrorobj
third-party/lua-5.5.0/src/ldo.c:112
↓ 5 callers
Function
luaD_seterrorobj
third-party/lua-5.4.6/src/ldo.c:91
↓ 5 callers
Function
luaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant */
third-party/lua-5.2.4/src/lstate.c:106
↓ 5 callers
Function
luaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
third-party/lua-5.5.0/src/ldebug.c:757
↓ 5 callers
Function
luaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
third-party/lua-5.4.6/src/ldebug.c:762
↓ 5 callers
Function
luaH_get
** main search function */
third-party/lua-5.2.4/src/ltable.c:481
↓ 5 callers
Function
luaH_getint
third-party/lua-5.5.0/src/ltable.c:959
↓ 5 callers
Function
luaH_getshortstr
** search function for short strings */
third-party/lua-5.4.6/src/ltable.c:773
↓ 5 callers
Function
luaH_getshortstr
** search function for short strings */
third-party/lua-5.3.5/src/ltable.c:539
↓ 5 callers
Function
luaH_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
third-party/lua-5.4.6/src/ltable.c:553
↓ 5 callers
Function
luaH_resize
third-party/lua-5.3.5/src/ltable.c:347
↓ 5 callers
Function
luaH_resize
third-party/lua-5.2.4/src/ltable.c:304
↓ 5 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.5.0/src/ltable.c:1195
↓ 5 callers
Function
luaH_set
third-party/lua-5.1.5/src/ltable.c:494
↓ 5 callers
Function
luaH_setnum
third-party/lua-5.1.5/src/ltable.c:508
↓ 5 callers
Function
luaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
third-party/lua-5.5.0/src/lcode.c:399
↓ 5 callers
Function
luaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
third-party/lua-5.4.6/src/lcode.c:398
↓ 5 callers
Function
luaK_codeABx
** Format and emit an 'iABx' instruction. */
third-party/lua-5.4.6/src/lcode.c:409
↓ 5 callers
Function
luaK_fixline
third-party/lua-5.2.4/src/lcode.c:862
↓ 5 callers
Function
luaK_getlabel
** returns current `pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
third-party/lua-5.1.5/src/lcode.c:94
↓ 5 callers
Function
luaK_getlabel
** returns current `pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
third-party/lua-5.2.4/src/lcode.c:94
↓ 5 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
third-party/lua-5.5.0/src/lcode.c:1105
↓ 5 callers
Function
luaL_buffinitsize
third-party/lua-5.5.0/src/lauxlib.c:670
↓ 5 callers
Function
luaL_buffinitsize
third-party/lua-5.4.6/src/lauxlib.c:642
↓ 5 callers
Function
luaL_buffinitsize
third-party/lua-5.3.5/src/lauxlib.c:577
↓ 5 callers
Function
luaL_buffinitsize
third-party/lua-5.2.4/src/lauxlib.c:504
↓ 5 callers
Function
luaL_checkoption
third-party/lua-5.5.0/src/lauxlib.c:366
↓ 5 callers
Function
luaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
third-party/lua-5.4.6/src/lauxlib.c:963
↓ 5 callers
Function
luaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
third-party/lua-5.2.4/src/lauxlib.c:866
↓ 5 callers
Function
luaL_loadstring
third-party/lua-5.5.0/src/lauxlib.c:876
↓ 5 callers
Function
luaL_optinteger
third-party/lua-5.1.5/src/lauxlib.c:197
↓ 5 callers
Function
luaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
third-party/lua-5.2.4/src/lauxlib.c:437
↓ 5 callers
Function
luaL_pushresultsize
third-party/lua-5.5.0/src/lauxlib.c:635
↓ 5 callers
Function
luaL_pushresultsize
third-party/lua-5.4.6/src/lauxlib.c:607
↓ 5 callers
Function
luaL_pushresultsize
third-party/lua-5.3.5/src/lauxlib.c:552
↓ 5 callers
Function
luaL_pushresultsize
third-party/lua-5.2.4/src/lauxlib.c:479
↓ 5 callers
Function
luaO_ceillog2
** Computes ceil(log2(x)), which is the smallest integer n such that ** x <= (1 << n). */
third-party/lua-5.5.0/src/lobject.c:37
↓ 5 callers
Function
luaT_callTM
third-party/lua-5.3.5/src/ltm.c:102
↓ 5 callers
Function
luaV_settable
third-party/lua-5.1.5/src/lvm.c:134
↓ 5 callers
Function
luaV_settable
third-party/lua-5.2.4/src/lvm.c:136
↓ 5 callers
Function
luaX_newstring
** creates a new string and anchors it in function's table so that ** it will not be collected until the end of the function's compilation ** (by that
third-party/lua-5.2.4/src/llex.c:124
↓ 5 callers
Function
lua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.5.0/src/lapi.c:167
↓ 5 callers
Function
lua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.4.6/src/lapi.c:169
↓ 5 callers
Function
lua_checkstack
third-party/lua-5.1.5/src/lapi.c:95
↓ 5 callers
Function
lua_concat
third-party/lua-5.5.0/src/lapi.c:1294
↓ 5 callers
Function
lua_concat
third-party/lua-5.4.6/src/lapi.c:1285
↓ 5 callers
Function
lua_error
third-party/lua-5.5.0/src/lapi.c:1252
↓ 5 callers
Function
lua_error
third-party/lua-5.4.6/src/lapi.c:1238
↓ 5 callers
Function
lua_freeline
third-party/lua-5.5.0/src/lua.c:488
↓ 5 callers
Function
lua_gc
third-party/lua-5.1.5/src/lapi.c:899
↓ 5 callers
Function
lua_gc
third-party/lua-5.2.4/src/lapi.c:1021
↓ 5 callers
Function
lua_getglobal
third-party/lua-5.3.5/src/lapi.c:605
↓ 5 callers
Function
lua_getlocal
third-party/lua-5.5.0/src/ldebug.c:222
↓ 5 callers
Function
lua_getmetatable
third-party/lua-5.4.6/src/lapi.c:775
↓ 5 callers
Function
lua_getmetatable
third-party/lua-5.2.4/src/lapi.c:686
↓ 5 callers
Function
lua_iscfunction
third-party/lua-5.1.5/src/lapi.c:254
↓ 5 callers
Function
lua_isstring
third-party/lua-5.5.0/src/lapi.c:314
↓ 5 callers
Function
lua_isstring
third-party/lua-5.4.6/src/lapi.c:316
↓ 5 callers
Function
lua_isstring
third-party/lua-5.3.5/src/lapi.c:283
↓ 5 callers
Function
lua_pushcclosure
third-party/lua-5.4.6/src/lapi.c:579
↓ 5 callers
Function
lua_pushcclosure
third-party/lua-5.3.5/src/lapi.c:532
↓ 5 callers
Function
lua_pushcclosure
third-party/lua-5.2.4/src/lapi.c:555
↓ 5 callers
Function
lua_pushlightuserdata
third-party/lua-5.4.6/src/lapi.c:616
↓ 5 callers
Function
lua_rawget
third-party/lua-5.4.6/src/lapi.c:732
↓ 5 callers
Function
lua_rawget
third-party/lua-5.2.4/src/lapi.c:639
↓ 5 callers
Function
lua_rawgetp
third-party/lua-5.3.5/src/lapi.c:670
↓ 5 callers
Function
lua_readline
third-party/lua-5.5.0/src/lua.c:470
↓ 5 callers
Function
lua_setwarnf
third-party/lua-5.5.0/src/lapi.c:1337
↓ 5 callers
Function
lua_setwarnf
third-party/lua-5.4.6/src/lapi.c:1327
↓ 5 callers
Function
lua_tothread
third-party/lua-5.5.0/src/lapi.c:479
↓ 5 callers
Function
lua_yield
third-party/lua-5.1.5/src/ldo.c:444
↓ 5 callers
Function
mainposition
** returns the `main' position of an element in a table (that is, the index ** of its hash value) */
third-party/lua-5.1.5/src/ltable.c:100
↓ 5 callers
Function
mainposition
** returns the 'main' position of an element in a table (that is, the index ** of its hash value) */
third-party/lua-5.3.5/src/ltable.c:117
↓ 5 callers
Function
mainposition
** returns the `main' position of an element in a table (that is, the index ** of its hash value) */
third-party/lua-5.2.4/src/ltable.c:97
↓ 5 callers
Function
packI
build a new Rand64 value */
third-party/lua-5.5.0/src/lmathlib.c:421
↓ 5 callers
Function
packI
build a new Rand64 value */
third-party/lua-5.4.6/src/lmathlib.c:401
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
third-party/nlohmann/include/nlohmann/detail/input/parser.hpp:85
↓ 5 callers
Function
peOpenFile
emmy_hook/src/libpe/libpe.cpp:406
↓ 5 callers
Function
peRawOffsetByVA
emmy_hook/src/libpe/libpe.cpp:187
↓ 5 callers
Function
posrelat
third-party/lua-5.1.5/src/lstrlib.c:36
↓ 5 callers
Function
posrelat
translate a relative string position: negative means back from end */
third-party/lua-5.2.4/src/lstrlib.c:46
↓ 5 callers
Function
posrelatI
** translate a relative initial string position ** (negative means back from end): clip result to [1, inf). ** The length of any string in Lua must fi
third-party/lua-5.5.0/src/lstrlib.c:56
↓ 5 callers
Function
posrelatI
** translate a relative initial string position ** (negative means back from end): clip result to [1, inf). ** The length of any string in Lua must fi
third-party/lua-5.4.6/src/lstrlib.c:71
↓ 5 callers
Function
propagateall
third-party/lua-5.5.0/src/lgc.c:743
↓ 5 callers
Function
propagateall
third-party/lua-5.4.6/src/lgc.c:676
↓ 5 callers
Function
propagateall
third-party/lua-5.3.5/src/lgc.c:603
↓ 5 callers
Function
propagateall
third-party/lua-5.2.4/src/lgc.c:566
↓ 5 callers
Function
removeentry
** If key is not marked, mark its entry as dead. This allows key to be ** collected, but keeps its entry in the table. A dead node is needed ** when
third-party/lua-5.3.5/src/lgc.c:125
↓ 5 callers
Function
removeentry
** if key is not marked, mark its entry as dead (therefore removing it ** from the table) */
third-party/lua-5.2.4/src/lgc.c:107
↓ 5 callers
Function
report
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. */
third-party/lua-5.5.0/src/lua.c:121
↓ 5 callers
Function
report
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. */
third-party/lua-5.4.6/src/lua.c:120
↓ 5 callers
Function
report
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. It assumes that the error object ** is a string,
third-party/lua-5.3.5/src/lua.c:166
← previous
next →
1,001–1,100 of 8,365, ranked by callers