MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 6 callersFunctionset2
third-party/lua-5.1.5/src/ltablib.c:173
↓ 6 callersFunctionset2
third-party/lua-5.3.5/src/ltablib.c:277
↓ 6 callersFunctionset2
third-party/lua-5.2.4/src/ltablib.c:166
↓ 6 callersMethodset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
third-party/nlohmann/include/nlohmann/byte_container_with_subtype.hpp:61
↓ 6 callersFunctionswapexps
third-party/lua-5.5.0/src/lcode.c:1564
↓ 6 callersFunctionswapexps
third-party/lua-5.4.6/src/lcode.c:1483
↓ 6 callersFunctionswapextra
** If function yielded, its 'func' can be in the 'extra' field. The ** next function restores 'func' to its correct value for debugging ** purposes. (
third-party/lua-5.3.5/src/ldebug.c:62
↓ 6 callersFunctionswapextra
third-party/lua-5.2.4/src/ldebug.c:50
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
third-party/lua-5.5.0/src/liolib.c:456
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
third-party/lua-5.4.6/src/liolib.c:457
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
third-party/lua-5.3.5/src/liolib.c:417
↓ 6 callersFunctiontouch_file
third-party/libuv-1.46.0/test/test-fs-event.c:92
↓ 6 callersFunctionuv__connection_init
third-party/libuv-1.46.0/src/win/stream-inl.h:49
↓ 6 callersFunctionuv__fd_hash_get
third-party/libuv-1.46.0/src/win/fs-fd-hash-inl.h:122
↓ 6 callersFunctionuv__realloc
third-party/libuv-1.46.0/src/uv-common.c:96
↓ 6 callersFunctionuv__reallocf
third-party/libuv-1.46.0/src/uv-common.c:103
↓ 6 callersFunctionuv__work_submit
third-party/libuv-1.46.0/src/threadpool.c:265
↓ 6 callersFunctionuv_cond_wait
third-party/libuv-1.46.0/src/win/thread.c:447
↓ 6 callersFunctionuv_free_interface_addresses
third-party/libuv-1.46.0/src/unix/aix.c:1284
↓ 6 callersFunctionuv_fs_access
third-party/libuv-1.46.0/src/win/fs.c:3500
↓ 6 callersFunctionuv_fs_fstat
third-party/libuv-1.46.0/src/win/fs.c:3416
↓ 6 callersFunctionuv_fs_utime
third-party/libuv-1.46.0/src/win/fs.c:3544
↓ 6 callersFunctionuv_handle_type_name
third-party/libuv-1.46.0/src/uv-data-getter-setters.c:24
↓ 6 callersFunctionuv_key_get
third-party/libuv-1.46.0/src/win/thread.c:477
↓ 6 callersFunctionuv_loop_configure
third-party/libuv-1.46.0/src/uv-common.c:803
↓ 6 callersFunctionuv_os_unsetenv
third-party/libuv-1.46.0/src/win/util.c:1508
↓ 6 callersFunctionuv_pipe
third-party/libuv-1.46.0/src/win/pipe.c:341
↓ 6 callersFunctionuv_pipe_chmod
third-party/libuv-1.46.0/src/win/pipe.c:2650
↓ 6 callersFunctionuv_req_type_name
third-party/libuv-1.46.0/src/uv-data-getter-setters.c:52
↓ 6 callersFunctionuv_rwlock_rdunlock
third-party/libuv-1.46.0/src/win/thread.c:361
↓ 6 callersFunctionuv_rwlock_tryrdlock
third-party/libuv-1.46.0/src/win/thread.c:353
↓ 6 callersFunctionuv_rwlock_trywrlock
third-party/libuv-1.46.0/src/win/thread.c:371
↓ 6 callersFunctionuv_tty_reset_mode
third-party/libuv-1.46.0/src/win/tty.c:2301
↓ 6 callersFunctionuv_udp_set_multicast_loop
third-party/libuv-1.46.0/src/unix/udp.c:1239
↓ 6 callersFunctionuv_udp_set_ttl
third-party/libuv-1.46.0/src/unix/udp.c:1177
↓ 5 callersMethodDeserialize
emmy_debugger/src/proto/proto.cpp:28
↓ 5 callersFunctionDumpString
third-party/lua-5.3.5/src/ldump.c:73
↓ 5 callersFunctionIxor
i1 ^= i2 */
third-party/lua-5.5.0/src/lmathlib.c:435
↓ 5 callersFunctionIxor
i1 ^= i2 */
third-party/lua-5.4.6/src/lmathlib.c:415
↓ 5 callersFunctionLUAI_TRY
third-party/lua-5.5.0/src/ldo.c:81
↓ 5 callersFunctionPrintConstant
third-party/lua-5.1.5/src/print.c:51
↓ 5 callersFunctionRemoteDup
emmy_tool/src/windows/utility.cpp:169
↓ 5 callersMethodSend
emmy_debugger/src/transporter/transporter.cpp:47
↓ 5 callersMethodStart
emmy_debugger/src/debugger/hook_state.cpp:26
↓ 5 callersFunctionaddk
** Add constant 'v' to prototype's list of constants (field 'k'). ** Use scanner's table to cache position of constants in constant list ** and try to
third-party/lua-5.3.5/src/lcode.c:428
↓ 5 callersFunctionaddk
third-party/lua-5.2.4/src/lcode.c:291
↓ 5 callersMethodbinary
third-party/nlohmann/include/nlohmann/detail/input/json_sax.hpp:674
↓ 5 callersFunctionbinopr2op
** Convert a BinOpr to an OpCode (ORDER OPR - ORDER OP) */
third-party/lua-5.5.0/src/lcode.c:1442
↓ 5 callersFunctionbinopr2op
** Convert a BinOpr to an OpCode (ORDER OPR - ORDER OP) */
third-party/lua-5.4.6/src/lcode.c:1361
↓ 5 callersFunctionblock
third-party/lua-5.5.0/src/lparser.c:1419
↓ 5 callersFunctionblock
third-party/lua-5.1.5/src/lparser.c:881
↓ 5 callersFunctioncallTM
third-party/lua-5.2.4/src/lvm.c:93
↓ 5 callersFunctioncheck_next
third-party/lua-5.2.4/src/llex.c:185
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
third-party/lua-5.5.0/src/ldblib.c:36
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
third-party/lua-5.4.6/src/ldblib.c:35
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
third-party/lua-5.3.5/src/ldblib.c:35
↓ 5 callersFunctioncheckstack
third-party/lua-5.2.4/src/ldblib.c:24
↓ 5 callersFunctioncleanup
third-party/libuv-1.46.0/test/test-fs-open-flags.c:122
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
third-party/lua-5.5.0/src/lgc.c:209
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
third-party/lua-5.4.6/src/lgc.c:171
↓ 5 callersFunctioncodeABRK
third-party/lua-5.4.6/src/lcode.c:1040
↓ 5 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
third-party/lua-5.3.5/src/lcode.c:158
↓ 5 callersFunctioncreate_udp_socket
third-party/libuv-1.46.0/test/test-udp-open.c:49
↓ 5 callersFunctiondocall
third-party/lua-5.1.5/src/lua.c:96
↓ 5 callersFunctiondocall
third-party/lua-5.2.4/src/lua.c:172
↓ 5 callersFunctiondumpString
third-party/lua-5.4.6/src/ldump.c:92
↓ 5 callersFunctionescape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
third-party/nlohmann/include/nlohmann/detail/string_escape.hpp:42
↓ 5 callersFunctionexplist
third-party/lua-5.4.6/src/lparser.c:1011
↓ 5 callersFunctionexplist
third-party/lua-5.3.5/src/lparser.c:804
↓ 5 callersFunctionexplist
third-party/lua-5.2.4/src/lparser.c:810
↓ 5 callersFunctionexplist1
third-party/lua-5.1.5/src/lparser.c:596
↓ 5 callersFunctionfatal
third-party/lua-5.5.0/src/luac.c:43
↓ 5 callersFunctionfatal
third-party/lua-5.4.6/src/luac.c:42
↓ 5 callersFunctionfatal
third-party/lua-5.3.5/src/luac.c:38
↓ 5 callersFunctionfatal
third-party/lua-5.2.4/src/luac.c:35
↓ 5 callersFunctionfillidxk
auxiliary function to define indexing expressions */
third-party/lua-5.5.0/src/lcode.c:1345
↓ 5 callersFunctionfilterpc
third-party/lua-5.2.4/src/ldebug.c:347
↓ 5 callersFunctionfs_event_unlink_files
third-party/libuv-1.46.0/test/test-fs-event.c:163
↓ 5 callersFunctiongetDebugSource
emmy_debugger/src/api/lua_api_loader.cpp:208
↓ 5 callersMethodget_character
third-party/nlohmann/include/nlohmann/detail/input/input_adapters.hpp:54
↓ 5 callersFunctiongetgeneric
** "Generic" get version. (Not that generic: not valid for integers, ** which may be in array part, nor for floats with integral values.) ** See expla
third-party/lua-5.5.0/src/ltable.c:291
↓ 5 callersFunctiongethooktable
third-party/lua-5.1.5/src/ldblib.c:245
↓ 5 callersFunctiongetjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
third-party/lua-5.3.5/src/lcode.c:90
↓ 5 callersFunctiongetjump
third-party/lua-5.2.4/src/lcode.c:100
↓ 5 callersFunctiongetlocvar
third-party/lua-5.2.4/src/lparser.c:198
↓ 5 callersFunctiongot_eagain
third-party/libuv-1.46.0/test/test-poll.c:89
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
third-party/lua-5.5.0/src/llex.c:165
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
third-party/lua-5.4.6/src/llex.c:156
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
third-party/lua-5.3.5/src/llex.c:151
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
third-party/lua-5.2.4/src/llex.c:148
↓ 5 callersFunctioninp_uint16
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:148
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
third-party/nlohmann/include/nlohmann/detail/iterators/primitive_iterator.hpp:51
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
third-party/lua-5.5.0/src/lgc.c:223
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
third-party/lua-5.4.6/src/lgc.c:185
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
third-party/lua-5.3.5/src/lgc.c:139
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
third-party/lua-5.2.4/src/lgc.c:121
↓ 5 callersFunctionkname
** Find a "name" for the constant 'c'. */
third-party/lua-5.4.6/src/ldebug.c:485
↓ 5 callersFunctionluaC_runtilstate
** Advances the garbage collector until it reaches the given state. ** (The option 'fast' is only for testing; in normal code, 'fast' ** here is alway
third-party/lua-5.5.0/src/lgc.c:1694
↓ 5 callersFunctionluaD_call
** Call a function (C or Lua). The function to be called is at *func. ** The arguments are on the stack, right after the function. ** When returns, al
third-party/lua-5.3.5/src/ldo.c:495
↓ 5 callersFunctionluaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call */
third-party/lua-5.3.5/src/ldo.c:507
← previousnext →901–1,000 of 8,365, ranked by callers