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
luaL_optlstring
third-party/lua-5.4.6/src/lauxlib.c:412
↓ 3 callers
Function
luaL_optlstring
third-party/lua-5.3.5/src/lauxlib.c:397
↓ 3 callers
Function
luaL_setn
third-party/lua-5.1.5/src/lauxlib.c:302
↓ 3 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
third-party/lua-5.5.0/src/lauxlib.c:220
↓ 3 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
third-party/lua-5.4.6/src/lauxlib.c:217
↓ 3 callers
Function
luaL_where
third-party/lua-5.1.5/src/lauxlib.c:73
↓ 3 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
third-party/lua-5.3.5/src/lauxlib.c:205
↓ 3 callers
Function
luaL_where
third-party/lua-5.2.4/src/lauxlib.c:183
↓ 3 callers
Function
luaM_toobig
third-party/lua-5.1.5/src/lmem.c:66
↓ 3 callers
Function
luaO_arith
third-party/lua-5.2.4/src/lobject.c:73
↓ 3 callers
Function
luaO_ceillog2
** Computes ceil(log2(x)) */
third-party/lua-5.4.6/src/lobject.c:35
↓ 3 callers
Function
luaO_chunkid
third-party/lua-5.2.4/src/lobject.c:252
↓ 3 callers
Function
luaO_str2d
third-party/lua-5.1.5/src/lobject.c:90
↓ 3 callers
Function
luaO_str2num
third-party/lua-5.5.0/src/lobject.c:371
↓ 3 callers
Function
luaO_str2num
third-party/lua-5.4.6/src/lobject.c:308
↓ 3 callers
Function
luaO_tostringbuff
** Convert a number object to a string, adding it to a buffer. */
third-party/lua-5.5.0/src/lobject.c:449
↓ 3 callers
Function
luaP_isIT
** Check whether instruction uses top from previous instruction, that is, ** it accepts multiple results. */
third-party/lua-5.5.0/src/lopcodes.c:131
↓ 3 callers
Function
luaS_createlngstrobj
third-party/lua-5.5.0/src/lstring.c:179
↓ 3 callers
Function
luaS_createlngstrobj
third-party/lua-5.4.6/src/lstring.c:157
↓ 3 callers
Function
luaS_createlngstrobj
third-party/lua-5.3.5/src/lstring.c:147
↓ 3 callers
Function
luaS_hash
third-party/lua-5.4.6/src/lstring.c:43
↓ 3 callers
Function
luaS_hash
third-party/lua-5.3.5/src/lstring.c:49
↓ 3 callers
Function
luaS_hash
third-party/lua-5.2.4/src/lstring.c:51
↓ 3 callers
Function
luaS_resize
third-party/lua-5.1.5/src/lstring.c:22
↓ 3 callers
Function
luaS_resize
** resizes the string table */
third-party/lua-5.3.5/src/lstring.c:71
↓ 3 callers
Function
luaS_resize
** resizes the string table */
third-party/lua-5.2.4/src/lstring.c:64
↓ 3 callers
Function
luaT_callorderTM
** Calls an order tag method. */
third-party/lua-5.5.0/src/ltm.c:200
↓ 3 callers
Function
luaT_callorderTM
** Calls an order tag method. ** For lessequal, LUA_COMPAT_LT_LE keeps compatibility with old ** behavior: if there is no '__le', try '__lt', based on
third-party/lua-5.4.6/src/ltm.c:201
↓ 3 callers
Function
luaT_callorderTM
third-party/lua-5.3.5/src/ltm.c:158
↓ 3 callers
Function
luaT_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.3.5/src/ltm.c:90
↓ 3 callers
Function
luaV_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.5.0/src/lvm.c:684
↓ 3 callers
Function
luaV_concat
third-party/lua-5.1.5/src/lvm.c:282
↓ 3 callers
Function
luaV_execute
third-party/lua-5.5.0/src/lvm.c:1198
↓ 3 callers
Function
luaV_execute
third-party/lua-5.4.6/src/lvm.c:1154
↓ 3 callers
Function
luaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be nil). */
third-party/lua-5.3.5/src/lvm.c:160
↓ 3 callers
Function
luaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
third-party/lua-5.5.0/src/lvm.c:818
↓ 3 callers
Function
luaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
third-party/lua-5.4.6/src/lvm.c:780
↓ 3 callers
Function
luaV_tointeger
** try to convert a value to an integer, rounding according to 'mode': ** mode == 0: accepts only integral values ** mode == 1: takes the floor of the
third-party/lua-5.3.5/src/lvm.c:94
↓ 3 callers
Function
luaV_tonumber
third-party/lua-5.1.5/src/lvm.c:35
↓ 3 callers
Function
luaV_tonumber
third-party/lua-5.2.4/src/lvm.c:35
↓ 3 callers
Function
luaX_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.4.6/src/llex.c:134
↓ 3 callers
Function
lua_close
third-party/lua-5.5.0/src/lstate.c:391
↓ 3 callers
Function
lua_close
third-party/lua-5.4.6/src/lstate.c:419
↓ 3 callers
Function
lua_close
third-party/lua-5.1.5/src/lstate.c:199
↓ 3 callers
Function
lua_close
third-party/lua-5.3.5/src/lstate.c:341
↓ 3 callers
Function
lua_close
third-party/lua-5.2.4/src/lstate.c:317
↓ 3 callers
Function
lua_closethread
third-party/lua-5.5.0/src/lstate.c:324
↓ 3 callers
Function
lua_closethread
third-party/lua-5.4.6/src/lstate.c:345
↓ 3 callers
Function
lua_getfenv
third-party/lua-5.1.5/src/lapi.c:616
↓ 3 callers
Function
lua_getupvalue
third-party/lua-5.5.0/src/lapi.c:1394
↓ 3 callers
Function
lua_iscfunction
third-party/lua-5.5.0/src/lapi.c:295
↓ 3 callers
Function
lua_iscfunction
third-party/lua-5.3.5/src/lapi.c:264
↓ 3 callers
Function
lua_iscfunction
third-party/lua-5.2.4/src/lapi.c:261
↓ 3 callers
Function
lua_load
third-party/lua-5.1.5/src/lapi.c:862
↓ 3 callers
Function
lua_newuserdata
third-party/lua-5.1.5/src/lapi.c:1025
↓ 3 callers
Function
lua_newuserdata
third-party/lua-5.3.5/src/lapi.c:1184
↓ 3 callers
Function
lua_next
third-party/lua-5.5.0/src/lapi.c:1267
↓ 3 callers
Function
lua_next
third-party/lua-5.1.5/src/lapi.c:973
↓ 3 callers
Function
lua_next
third-party/lua-5.3.5/src/lapi.c:1123
↓ 3 callers
Function
lua_next
third-party/lua-5.2.4/src/lapi.c:1114
↓ 3 callers
Function
lua_pushexternalstring
third-party/lua-5.5.0/src/lapi.c:555
↓ 3 callers
Function
lua_rawequal
third-party/lua-5.5.0/src/lapi.c:326
↓ 3 callers
Function
lua_rawequal
third-party/lua-5.4.6/src/lapi.c:328
↓ 3 callers
Function
lua_rawequal
third-party/lua-5.1.5/src/lapi.c:279
↓ 3 callers
Function
lua_rawequal
third-party/lua-5.3.5/src/lapi.c:295
↓ 3 callers
Function
lua_rawequal
third-party/lua-5.2.4/src/lapi.c:286
↓ 3 callers
Function
lua_rawlen
third-party/lua-5.2.4/src/lapi.c:407
↓ 3 callers
Function
lua_setglobal
third-party/lua-5.4.6/src/lapi.c:847
↓ 3 callers
Function
lua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
third-party/lua-5.4.6/src/ldebug.c:134
↓ 3 callers
Function
lua_sethook
** this function can be called asynchronous (e.g. during a signal) */
third-party/lua-5.1.5/src/ldebug.c:56
↓ 3 callers
Function
lua_sethook
** This function can be called asynchronously (e.g. during a signal). ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by ** 'resethookcount')
third-party/lua-5.3.5/src/ldebug.c:81
↓ 3 callers
Function
lua_sethook
** this function can be called asynchronous (e.g. during a signal) */
third-party/lua-5.2.4/src/ldebug.c:63
↓ 3 callers
Function
lua_setupvalue
third-party/lua-5.3.5/src/lapi.c:1236
↓ 3 callers
Function
lua_setupvalue
third-party/lua-5.2.4/src/lapi.c:1227
↓ 3 callers
Function
lua_stringtonumber
third-party/lua-5.5.0/src/lapi.c:381
↓ 3 callers
Function
lua_stringtonumber
third-party/lua-5.4.6/src/lapi.c:371
↓ 3 callers
Function
lua_tointeger
emmy_debugger/src/api/lua_api_loader.cpp:250
↓ 3 callers
Function
lua_tointegerx
third-party/lua-5.2.4/src/lapi.c:349
↓ 3 callers
Function
lua_tonumber
emmy_debugger/src/api/lua_api_loader.cpp:259
↓ 3 callers
Function
lua_tothread
third-party/lua-5.4.6/src/lapi.c:462
↓ 3 callers
Function
lua_tothread
third-party/lua-5.3.5/src/lapi.c:423
↓ 3 callers
Function
lua_version
third-party/lua-5.3.5/src/lapi.c:144
↓ 3 callers
Function
lua_version
third-party/lua-5.2.4/src/lapi.c:137
↓ 3 callers
Function
lua_warning
third-party/lua-5.4.6/src/lapi.c:1335
↓ 3 callers
Function
luai_makeseed
third-party/lua-5.4.6/src/lstate.c:71
↓ 3 callers
Function
make_program_args
third-party/libuv-1.46.0/src/win/process.c:530
↓ 3 callers
Function
markold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited in ** the ato
third-party/lua-5.5.0/src/lgc.c:1276
↓ 3 callers
Function
markold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited ** in the ato
third-party/lua-5.4.6/src/lgc.c:1221
↓ 3 callers
Function
matchbracketclass
third-party/lua-5.5.0/src/lstrlib.c:449
↓ 3 callers
Function
matchbracketclass
third-party/lua-5.4.6/src/lstrlib.c:447
↓ 3 callers
Function
matchbracketclass
third-party/lua-5.1.5/src/lstrlib.c:245
↓ 3 callers
Function
matchbracketclass
third-party/lua-5.3.5/src/lstrlib.c:302
↓ 3 callers
Function
matchbracketclass
third-party/lua-5.2.4/src/lstrlib.c:286
↓ 3 callers
Function
maybe_connect_some
third-party/libuv-1.46.0/test/benchmark-pump.c:244
↓ 3 callers
Function
maybe_free_watcher_list
third-party/libuv-1.46.0/src/unix/linux.c:2342
↓ 3 callers
Function
maybe_new_socket
third-party/libuv-1.46.0/src/unix/tcp.c:78
↓ 3 callers
Function
minor2inc
** Shifts from a minor collection to major collections. It starts in ** the "sweep all" state to clear all objects, which are mostly black ** in gener
third-party/lua-5.5.0/src/lgc.c:1306
↓ 3 callers
Method
moved_or_copied
third-party/nlohmann/include/nlohmann/detail/json_ref.hpp:44
↓ 3 callers
Function
new_localvar
** Create a new local variable with the given 'name' and regular kind. */
third-party/lua-5.5.0/src/lparser.c:211
↓ 3 callers
Function
newfenv
third-party/lua-5.1.5/src/liolib.c:530
← previous
next →
1,801–1,900 of 8,365, ranked by callers