MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 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
third-party/lua-5.5.0/src/ldo.c:439
↓ 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
third-party/lua-5.4.6/src/ldo.c:335
↓ 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 triggers this ** function, can
third-party/lua-5.3.5/src/ldo.c:253
↓ 5 callersFunctionluaD_hook
third-party/lua-5.2.4/src/ldo.c:217
↓ 5 callersFunctionluaD_inctop
third-party/lua-5.5.0/src/ldo.c:426
↓ 5 callersFunctionluaD_inctop
third-party/lua-5.3.5/src/ldo.c:240
↓ 5 callersFunctionluaD_rawrunprotected
third-party/lua-5.4.6/src/ldo.c:135
↓ 5 callersFunctionluaD_rawrunprotected
third-party/lua-5.2.4/src/ldo.c:125
↓ 5 callersFunctionluaD_seterrorobj
third-party/lua-5.5.0/src/ldo.c:112
↓ 5 callersFunctionluaD_seterrorobj
third-party/lua-5.4.6/src/ldo.c:91
↓ 5 callersFunctionluaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant */
third-party/lua-5.2.4/src/lstate.c:106
↓ 5 callersFunctionluaG_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 callersFunctionluaG_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 callersFunctionluaH_get
** main search function */
third-party/lua-5.2.4/src/ltable.c:481
↓ 5 callersFunctionluaH_getint
third-party/lua-5.5.0/src/ltable.c:959
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
third-party/lua-5.4.6/src/ltable.c:773
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
third-party/lua-5.3.5/src/ltable.c:539
↓ 5 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
third-party/lua-5.4.6/src/ltable.c:553
↓ 5 callersFunctionluaH_resize
third-party/lua-5.3.5/src/ltable.c:347
↓ 5 callersFunctionluaH_resize
third-party/lua-5.2.4/src/ltable.c:304
↓ 5 callersFunctionluaH_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 callersFunctionluaH_set
third-party/lua-5.1.5/src/ltable.c:494
↓ 5 callersFunctionluaH_setnum
third-party/lua-5.1.5/src/ltable.c:508
↓ 5 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
third-party/lua-5.4.6/src/lcode.c:409
↓ 5 callersFunctionluaK_fixline
third-party/lua-5.2.4/src/lcode.c:862
↓ 5 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
third-party/lua-5.5.0/src/lcode.c:1105
↓ 5 callersFunctionluaL_buffinitsize
third-party/lua-5.5.0/src/lauxlib.c:670
↓ 5 callersFunctionluaL_buffinitsize
third-party/lua-5.4.6/src/lauxlib.c:642
↓ 5 callersFunctionluaL_buffinitsize
third-party/lua-5.3.5/src/lauxlib.c:577
↓ 5 callersFunctionluaL_buffinitsize
third-party/lua-5.2.4/src/lauxlib.c:504
↓ 5 callersFunctionluaL_checkoption
third-party/lua-5.5.0/src/lauxlib.c:366
↓ 5 callersFunctionluaL_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 callersFunctionluaL_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 callersFunctionluaL_loadstring
third-party/lua-5.5.0/src/lauxlib.c:876
↓ 5 callersFunctionluaL_optinteger
third-party/lua-5.1.5/src/lauxlib.c:197
↓ 5 callersFunctionluaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
third-party/lua-5.2.4/src/lauxlib.c:437
↓ 5 callersFunctionluaL_pushresultsize
third-party/lua-5.5.0/src/lauxlib.c:635
↓ 5 callersFunctionluaL_pushresultsize
third-party/lua-5.4.6/src/lauxlib.c:607
↓ 5 callersFunctionluaL_pushresultsize
third-party/lua-5.3.5/src/lauxlib.c:552
↓ 5 callersFunctionluaL_pushresultsize
third-party/lua-5.2.4/src/lauxlib.c:479
↓ 5 callersFunctionluaO_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 callersFunctionluaT_callTM
third-party/lua-5.3.5/src/ltm.c:102
↓ 5 callersFunctionluaV_settable
third-party/lua-5.1.5/src/lvm.c:134
↓ 5 callersFunctionluaV_settable
third-party/lua-5.2.4/src/lvm.c:136
↓ 5 callersFunctionluaX_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 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.5.0/src/lapi.c:167
↓ 5 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.4.6/src/lapi.c:169
↓ 5 callersFunctionlua_checkstack
third-party/lua-5.1.5/src/lapi.c:95
↓ 5 callersFunctionlua_concat
third-party/lua-5.5.0/src/lapi.c:1294
↓ 5 callersFunctionlua_concat
third-party/lua-5.4.6/src/lapi.c:1285
↓ 5 callersFunctionlua_error
third-party/lua-5.5.0/src/lapi.c:1252
↓ 5 callersFunctionlua_error
third-party/lua-5.4.6/src/lapi.c:1238
↓ 5 callersFunctionlua_freeline
third-party/lua-5.5.0/src/lua.c:488
↓ 5 callersFunctionlua_gc
third-party/lua-5.1.5/src/lapi.c:899
↓ 5 callersFunctionlua_gc
third-party/lua-5.2.4/src/lapi.c:1021
↓ 5 callersFunctionlua_getglobal
third-party/lua-5.3.5/src/lapi.c:605
↓ 5 callersFunctionlua_getlocal
third-party/lua-5.5.0/src/ldebug.c:222
↓ 5 callersFunctionlua_getmetatable
third-party/lua-5.4.6/src/lapi.c:775
↓ 5 callersFunctionlua_getmetatable
third-party/lua-5.2.4/src/lapi.c:686
↓ 5 callersFunctionlua_iscfunction
third-party/lua-5.1.5/src/lapi.c:254
↓ 5 callersFunctionlua_isstring
third-party/lua-5.5.0/src/lapi.c:314
↓ 5 callersFunctionlua_isstring
third-party/lua-5.4.6/src/lapi.c:316
↓ 5 callersFunctionlua_isstring
third-party/lua-5.3.5/src/lapi.c:283
↓ 5 callersFunctionlua_pushcclosure
third-party/lua-5.4.6/src/lapi.c:579
↓ 5 callersFunctionlua_pushcclosure
third-party/lua-5.3.5/src/lapi.c:532
↓ 5 callersFunctionlua_pushcclosure
third-party/lua-5.2.4/src/lapi.c:555
↓ 5 callersFunctionlua_pushlightuserdata
third-party/lua-5.4.6/src/lapi.c:616
↓ 5 callersFunctionlua_rawget
third-party/lua-5.4.6/src/lapi.c:732
↓ 5 callersFunctionlua_rawget
third-party/lua-5.2.4/src/lapi.c:639
↓ 5 callersFunctionlua_rawgetp
third-party/lua-5.3.5/src/lapi.c:670
↓ 5 callersFunctionlua_readline
third-party/lua-5.5.0/src/lua.c:470
↓ 5 callersFunctionlua_setwarnf
third-party/lua-5.5.0/src/lapi.c:1337
↓ 5 callersFunctionlua_setwarnf
third-party/lua-5.4.6/src/lapi.c:1327
↓ 5 callersFunctionlua_tothread
third-party/lua-5.5.0/src/lapi.c:479
↓ 5 callersFunctionlua_yield
third-party/lua-5.1.5/src/ldo.c:444
↓ 5 callersFunctionmainposition
** 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 callersFunctionmainposition
** 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 callersFunctionmainposition
** 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 callersFunctionpackI
build a new Rand64 value */
third-party/lua-5.5.0/src/lmathlib.c:421
↓ 5 callersFunctionpackI
build a new Rand64 value */
third-party/lua-5.4.6/src/lmathlib.c:401
↓ 5 callersMethodparse
! @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 callersFunctionpeOpenFile
emmy_hook/src/libpe/libpe.cpp:406
↓ 5 callersFunctionpeRawOffsetByVA
emmy_hook/src/libpe/libpe.cpp:187
↓ 5 callersFunctionposrelat
third-party/lua-5.1.5/src/lstrlib.c:36
↓ 5 callersFunctionposrelat
translate a relative string position: negative means back from end */
third-party/lua-5.2.4/src/lstrlib.c:46
↓ 5 callersFunctionposrelatI
** 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 callersFunctionposrelatI
** 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 callersFunctionpropagateall
third-party/lua-5.5.0/src/lgc.c:743
↓ 5 callersFunctionpropagateall
third-party/lua-5.4.6/src/lgc.c:676
↓ 5 callersFunctionpropagateall
third-party/lua-5.3.5/src/lgc.c:603
↓ 5 callersFunctionpropagateall
third-party/lua-5.2.4/src/lgc.c:566
↓ 5 callersFunctionremoveentry
** 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 callersFunctionremoveentry
** 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 callersFunctionreport
** 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 callersFunctionreport
** 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 callersFunctionreport
** 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
← previousnext →1,001–1,100 of 8,365, ranked by callers