MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 4 callersFunctionluaF_newproto
third-party/lua-5.3.5/src/lfunc.c:99
↓ 4 callersFunctionluaF_newproto
third-party/lua-5.2.4/src/lfunc.c:110
↓ 4 callersFunctionluaG_forerror
third-party/lua-5.5.0/src/ldebug.c:776
↓ 4 callersFunctionluaG_forerror
third-party/lua-5.4.6/src/ldebug.c:781
↓ 4 callersFunctionluaG_ordererror
third-party/lua-5.1.5/src/ldebug.c:596
↓ 4 callersFunctionluaH_finishset
** Finish a raw "set table" operation, where 'slot' is where the value ** should have been (the result of a previous "get table"). ** Beware: when usi
third-party/lua-5.4.6/src/ltable.c:826
↓ 4 callersFunctionluaH_get
** main search function */
third-party/lua-5.4.6/src/ltable.c:803
↓ 4 callersFunctionluaH_getstr
** search function for strings */
third-party/lua-5.1.5/src/ltable.c:455
↓ 4 callersFunctionluaK_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.3.5/src/lcode.c:346
↓ 4 callersFunctionluaK_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.5.0/src/lcode.c:1055
↓ 4 callersFunctionluaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
third-party/lua-5.5.0/src/lcode.c:1357
↓ 4 callersFunctionluaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
third-party/lua-5.4.6/src/lcode.c:1280
↓ 4 callersFunctionluaK_patchclose
** Path all jumps in 'list' to close upvalues up to given 'level' ** (The assertion checks that jumps either were closing nothing ** or were closing h
third-party/lua-5.3.5/src/lcode.c:278
↓ 4 callersFunctionluaK_patchclose
third-party/lua-5.2.4/src/lcode.c:179
↓ 4 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
third-party/lua-5.4.6/src/lcode.c:307
↓ 4 callersFunctionluaK_patchlist
third-party/lua-5.1.5/src/lcode.c:169
↓ 4 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
third-party/lua-5.4.6/src/lcode.c:1050
↓ 4 callersFunctionluaK_storevar
third-party/lua-5.1.5/src/lcode.c:472
↓ 4 callersFunctionluaL_addvalue
third-party/lua-5.1.5/src/lauxlib.c:454
↓ 4 callersFunctionluaL_checkoption
third-party/lua-5.4.6/src/lauxlib.c:363
↓ 4 callersFunctionluaL_checkoption
third-party/lua-5.1.5/src/lauxlib.c:99
↓ 4 callersFunctionluaL_checkoption
third-party/lua-5.3.5/src/lauxlib.c:348
↓ 4 callersFunctionluaL_checkoption
third-party/lua-5.2.4/src/lauxlib.c:320
↓ 4 callersFunctionluaL_findtable
third-party/lua-5.1.5/src/lauxlib.c:357
↓ 4 callersFunctionluaL_getmetafield
third-party/lua-5.2.4/src/lauxlib.c:699
↓ 4 callersFunctionluaL_newstate
third-party/lua-5.4.6/src/lauxlib.c:1108
↓ 4 callersFunctionluaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
third-party/lua-5.3.5/src/lauxlib.c:934
↓ 4 callersFunctionluaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
third-party/lua-5.2.4/src/lauxlib.c:848
↓ 4 callersFunctionluaL_tolstring
third-party/lua-5.3.5/src/lauxlib.c:810
↓ 4 callersFunctionluaO_chunkid
third-party/lua-5.1.5/src/lobject.c:182
↓ 4 callersFunctionluaO_hexavalue
third-party/lua-5.5.0/src/lobject.c:197
↓ 4 callersFunctionluaO_hexavalue
third-party/lua-5.4.6/src/lobject.c:135
↓ 4 callersFunctionluaO_hexavalue
third-party/lua-5.3.5/src/lobject.c:163
↓ 4 callersFunctionluaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
third-party/lua-5.4.6/src/lobject.c:480
↓ 4 callersFunctionluaO_pushvfstring
this function handles only `%d', `%c', %f, %p, and `%s' formats */
third-party/lua-5.1.5/src/lobject.c:111
↓ 4 callersFunctionluaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', and '%s' conventional formats, plus Lua-specific '%I' and '%U' */
third-party/lua-5.3.5/src/lobject.c:400
↓ 4 callersFunctionluaO_pushvfstring
this function handles only `%d', `%c', %f, %p, and `%s' formats */
third-party/lua-5.2.4/src/lobject.c:179
↓ 4 callersFunctionluaO_str2num
third-party/lua-5.3.5/src/lobject.c:331
↓ 4 callersFunctionluaS_eqstr
** generic equality for strings */
third-party/lua-5.5.0/src/lstring.c:44
↓ 4 callersFunctionluaS_sizelngstr
third-party/lua-5.5.0/src/lstring.c:149
↓ 4 callersFunctionluaT_callTMres
third-party/lua-5.5.0/src/ltm.c:119
↓ 4 callersFunctionluaT_callTMres
third-party/lua-5.4.6/src/ltm.c:119
↓ 4 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
third-party/lua-5.5.0/src/ltm.c:91
↓ 4 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
third-party/lua-5.4.6/src/ltm.c:91
↓ 4 callersFunctionluaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top.p - total' up to 'L->top.p - 1'. */
third-party/lua-5.4.6/src/lvm.c:646
↓ 4 callersFunctionluaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top - total' up to 'L->top - 1'. */
third-party/lua-5.3.5/src/lvm.c:474
↓ 4 callersFunctionluaV_concat
third-party/lua-5.2.4/src/lvm.c:293
↓ 4 callersFunctionluaV_execute
third-party/lua-5.3.5/src/lvm.c:786
↓ 4 callersFunctionluaV_execute
third-party/lua-5.2.4/src/lvm.c:534
↓ 4 callersFunctionluaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
third-party/lua-5.3.5/src/lvm.c:593
↓ 4 callersFunctionluaV_tointegerns
** try to convert a value to an integer, rounding according to 'mode', ** without string coercion. ** ("Fast track" handled by macro 'tointegerns'.) *
third-party/lua-5.5.0/src/lvm.c:142
↓ 4 callersFunctionluaX_newstring
third-party/lua-5.1.5/src/llex.c:117
↓ 4 callersFunctionluaX_newstring
** creates a new string and anchors it in scanner's table so that ** it will not be collected until the end of the compilation ** (by that time it sho
third-party/lua-5.3.5/src/llex.c:127
↓ 4 callersFunctionluaX_token2str
third-party/lua-5.5.0/src/llex.c:87
↓ 4 callersFunctionluaX_token2str
third-party/lua-5.4.6/src/llex.c:82
↓ 4 callersFunctionluaX_token2str
third-party/lua-5.1.5/src/llex.c:78
↓ 4 callersFunctionluaX_token2str
third-party/lua-5.3.5/src/llex.c:82
↓ 4 callersFunctionluaX_token2str
third-party/lua-5.2.4/src/llex.c:75
↓ 4 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.3.5/src/lapi.c:160
↓ 4 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
third-party/lua-5.2.4/src/lapi.c:153
↓ 4 callersFunctionlua_call
emmy_debugger/src/api/lua_api_loader.cpp:286
↓ 4 callersFunctionlua_compare
third-party/lua-5.5.0/src/lapi.c:349
↓ 4 callersFunctionlua_compare
third-party/lua-5.4.6/src/lapi.c:351
↓ 4 callersFunctionlua_compare
third-party/lua-5.3.5/src/lapi.c:318
↓ 4 callersFunctionlua_error
third-party/lua-5.3.5/src/lapi.c:1114
↓ 4 callersFunctionlua_error
third-party/lua-5.2.4/src/lapi.c:1105
↓ 4 callersFunctionlua_getglobal
third-party/lua-5.4.6/src/lapi.c:666
↓ 4 callersFunctionlua_getglobal
third-party/lua-5.2.4/src/lapi.c:608
↓ 4 callersFunctionlua_load
third-party/lua-5.5.0/src/lapi.c:1120
↓ 4 callersFunctionlua_load
third-party/lua-5.4.6/src/lapi.c:1087
↓ 4 callersFunctionlua_load
third-party/lua-5.3.5/src/lapi.c:992
↓ 4 callersFunctionlua_load
third-party/lua-5.2.4/src/lapi.c:973
↓ 4 callersFunctionlua_newuserdatauv
third-party/lua-5.5.0/src/lapi.c:1353
↓ 4 callersFunctionlua_newuserdatauv
third-party/lua-5.4.6/src/lapi.c:1343
↓ 4 callersFunctionlua_objlen
third-party/lua-5.1.5/src/lapi.c:361
↓ 4 callersFunctionlua_pushlightuserdata
third-party/lua-5.3.5/src/lapi.c:565
↓ 4 callersFunctionlua_pushlightuserdata
third-party/lua-5.2.4/src/lapi.c:585
↓ 4 callersFunctionlua_pushthread
third-party/lua-5.4.6/src/lapi.c:624
↓ 4 callersFunctionlua_pushthread
third-party/lua-5.3.5/src/lapi.c:573
↓ 4 callersFunctionlua_pushthread
third-party/lua-5.2.4/src/lapi.c:593
↓ 4 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. */
third-party/lua-5.3.5/src/lapi.c:207
↓ 4 callersFunctionlua_setglobal
third-party/lua-5.3.5/src/lapi.c:759
↓ 4 callersFunctionlua_setglobal
third-party/lua-5.2.4/src/lapi.c:734
↓ 4 callersFunctionlua_setupvalue
third-party/lua-5.5.0/src/lapi.c:1408
↓ 4 callersFunctionlua_tointegerx
third-party/lua-5.5.0/src/lapi.c:399
↓ 4 callersFunctionlua_tointegerx
third-party/lua-5.4.6/src/lapi.c:389
↓ 4 callersFunctionlua_tointegerx
third-party/lua-5.3.5/src/lapi.c:356
↓ 4 callersFunctionlua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ISO C does not allow the conversion of a pointer to ** function to a 'v
third-party/lua-5.5.0/src/lapi.c:492
↓ 4 callersFunctionlua_tothread
third-party/lua-5.1.5/src/lapi.c:395
↓ 4 callersFunctionlua_tothread
third-party/lua-5.2.4/src/lapi.c:437
↓ 4 callersFunctionlua_typename
third-party/lua-5.5.0/src/lapi.c:288
↓ 4 callersFunctionmainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
third-party/lua-5.5.0/src/ltable.c:188
↓ 4 callersFunctionmainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
third-party/lua-5.4.6/src/ltable.c:151
↓ 4 callersFunctionnewhint
return a border, saving it as a hint for next call */
third-party/lua-5.5.0/src/ltable.c:1283
↓ 4 callersFunctionnextrand
third-party/lua-5.5.0/src/lmathlib.c:348
↓ 4 callersFunctionpatchlistaux
third-party/lua-5.1.5/src/lcode.c:150
↓ 4 callersFunctionpatchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
third-party/lua-5.3.5/src/lcode.c:224
↓ 4 callersFunctionpatchlistaux
third-party/lua-5.2.4/src/lcode.c:150
↓ 4 callersFunctionpeFileExists
emmy_hook/src/libpe/libpe.cpp:159
↓ 4 callersFunctionpinger_write_ping
third-party/libuv-1.46.0/test/test-ping-pong.c:92
← previousnext →1,301–1,400 of 8,365, ranked by callers