MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 4 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
third-party/nlohmann/include/nlohmann/json.hpp:2543
↓ 4 callersFunctioncheck_next
third-party/lua-5.1.5/src/llex.c:163
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
third-party/lua-5.5.0/src/lgc.c:1046
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
third-party/lua-5.4.6/src/lgc.c:997
↓ 4 callersFunctionchunk
third-party/lua-5.1.5/src/lparser.c:1325
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
third-party/lua-5.5.0/src/lgc.c:808
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
third-party/lua-5.4.6/src/lgc.c:744
↓ 4 callersFunctionclearvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
third-party/lua-5.3.5/src/lgc.c:658
↓ 4 callersFunctionclearvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
third-party/lua-5.2.4/src/lgc.c:643
↓ 4 callersFunctioncodeABRK
third-party/lua-5.5.0/src/lcode.c:1095
↓ 4 callersFunctioncodearith
third-party/lua-5.2.4/src/lcode.c:724
↓ 4 callersFunctioncodestring
third-party/lua-5.5.0/src/lparser.c:159
↓ 4 callersFunctioncodestring
third-party/lua-5.4.6/src/lparser.c:159
↓ 4 callersFunctioncodestring
third-party/lua-5.3.5/src/lparser.c:151
↓ 4 callersFunctioncodestring
third-party/lua-5.2.4/src/lparser.c:155
↓ 4 callersFunctionconcretesize
** Convert an "abstract size" (number of slots in an array) to ** "concrete size" (number of bytes in the array). */
third-party/lua-5.5.0/src/ltable.c:544
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
third-party/lua-5.5.0/src/lcode.c:224
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
third-party/lua-5.4.6/src/lcode.c:223
↓ 4 callersFunctioncorrectgraylist
** Correct a list of gray objects. Return a pointer to the last element ** left on the list, so that we can link another list to the end of ** this on
third-party/lua-5.5.0/src/lgc.c:1227
↓ 4 callersFunctioncorrectgraylist
** Correct a list of gray objects. Return pointer to where rest of the ** list should be linked. ** Because this correction is done after sweeping, yo
third-party/lua-5.4.6/src/lgc.c:1172
↓ 4 callersFunctioncurrentpc
third-party/lua-5.5.0/src/ldebug.c:43
↓ 4 callersFunctioncurrentpc
third-party/lua-5.4.6/src/ldebug.c:44
↓ 4 callersFunctioncurrentpc
third-party/lua-5.1.5/src/ldebug.c:36
↓ 4 callersFunctioncurrentpc
third-party/lua-5.3.5/src/ldebug.c:45
↓ 4 callersFunctioncurrentpc
third-party/lua-5.2.4/src/ldebug.c:39
↓ 4 callersFunctiondecode_operand
* decode_operand * * Decodes a single operand. * Returns the type of the operand (UD_NONE if none) */
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:726
↓ 4 callersFunctiondestroy
third-party/nlohmann/include/nlohmann/json.hpp:560
↓ 4 callersFunctiondocall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
third-party/lua-5.5.0/src/lua.c:155
↓ 4 callersFunctiondocall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
third-party/lua-5.4.6/src/lua.c:154
↓ 4 callersFunctiondocall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
third-party/lua-5.3.5/src/lua.c:198
↓ 4 callersFunctiondumpString
** Dump a String. First dump its "size": ** size==0 is followed by an index and means "reuse saved string with ** that index"; index==0 means NULL. **
third-party/lua-5.5.0/src/ldump.c:143
↓ 4 callersMethodemplace
third-party/nlohmann/include/nlohmann/ordered_map.hpp:40
↓ 4 callersFunctionempty
@brief checks whether the container is empty. @sa https://json.nlohmann.me/api/basic_json/empty/
third-party/nlohmann/include/nlohmann/json.hpp:2641
↓ 4 callersFunctionfatal
third-party/lua-5.1.5/src/luac.c:36
↓ 4 callersFunctionfilterpc
third-party/lua-5.3.5/src/ldebug.c:375
↓ 4 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
third-party/lua-5.5.0/src/lcode.c:1488
↓ 4 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
third-party/lua-5.4.6/src/lcode.c:1407
↓ 4 callersFunctionfinishnodeget
third-party/lua-5.5.0/src/ltable.c:951
↓ 4 callersFunctionfitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
third-party/lua-5.5.0/src/lcode.c:679
↓ 4 callersFunctionfitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
third-party/lua-5.4.6/src/lcode.c:660
↓ 4 callersFunctionfixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
third-party/lua-5.5.0/src/lcode.c:168
↓ 4 callersFunctionfixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
third-party/lua-5.4.6/src/lcode.c:168
↓ 4 callersFunctionfreeobj
third-party/lua-5.5.0/src/lgc.c:836
↓ 4 callersFunctionfreeobj
third-party/lua-5.4.6/src/lgc.c:772
↓ 4 callersFunctiongen_operand
----------------------------------------------------------------------------- * gen_operand() - Generates assembly output for each operand. * ------
third-party/EasyHook/DriverShared/Disassembler/libudis86/syn-intel.c:59
↓ 4 callersFunctiongenlink
** Check whether object 'o' should be kept in the 'grayagain' list for ** post-processing by 'correctgraylist'. (It could put all old objects ** in th
third-party/lua-5.5.0/src/lgc.c:470
↓ 4 callersFunctiongetDebugEvent
emmy_debugger/src/api/lua_api_loader.cpp:145
↓ 4 callersFunctionget_arithmetic_value
third-party/nlohmann/include/nlohmann/detail/conversions/from_json.hpp:55
↓ 4 callersMethodget_binary
third-party/nlohmann/include/nlohmann/detail/input/binary_reader.hpp:2425
↓ 4 callersFunctionget_cursor_info
third-party/libuv-1.46.0/test/test-tty-escape-sequence-processing.c:127
↓ 4 callersMethodget_string
third-party/nlohmann/include/nlohmann/detail/input/binary_reader.hpp:2392
↓ 4 callersFunctiongetco
third-party/lua-5.4.6/src/lcorolib.c:21
↓ 4 callersFunctiongetintfromhash
third-party/lua-5.5.0/src/ltable.c:929
↓ 4 callersFunctiongetjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
third-party/lua-5.5.0/src/lcode.c:155
↓ 4 callersFunctiongetjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
third-party/lua-5.4.6/src/lcode.c:155
↓ 4 callersFunctiongetjump
third-party/lua-5.1.5/src/lcode.c:100
↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size of integers. */
third-party/lua-5.5.0/src/lstrlib.c:1470
↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
third-party/lua-5.4.6/src/lstrlib.c:1466
↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
third-party/lua-5.3.5/src/lstrlib.c:1199
↓ 4 callersFunctionhashint
** Hash for integers. To allow a good hash, use the remainder operator ** ('%'). If integer fits as a non-negative int, compute an int ** remainder, w
third-party/lua-5.5.0/src/ltable.c:145
↓ 4 callersFunctionhashkeyisempty
third-party/lua-5.5.0/src/ltable.c:945
↓ 4 callersFunctioniconv_a2e
third-party/libuv-1.46.0/src/unix/ibmi.c:162
↓ 4 callersFunctioninclinenumber
third-party/lua-5.1.5/src/llex.c:129
↓ 4 callersFunctionindex2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
third-party/lua-5.5.0/src/lapi.c:93
↓ 4 callersFunctionindex2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
third-party/lua-5.4.6/src/lapi.c:95
↓ 4 callersFunctioninsert_iterator
third-party/nlohmann/include/nlohmann/json.hpp:3002
↓ 4 callersFunctioninsertkey
** Inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
third-party/lua-5.5.0/src/ltable.c:859
↓ 4 callersFunctionisSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
third-party/lua-5.5.0/src/lcode.c:1300
↓ 4 callersFunctionisSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
third-party/lua-5.4.6/src/lcode.c:1257
↓ 4 callersFunctionis_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
third-party/nlohmann/include/nlohmann/json.hpp:1314
↓ 4 callersFunctionisnumeral
third-party/lua-5.1.5/src/lcode.c:30
↓ 4 callersFunctionisnumeral
third-party/lua-5.2.4/src/lcode.c:32
↓ 4 callersMethodkey
return the key of an object iterator
third-party/nlohmann/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:105
↓ 4 callersFunctionl_message
third-party/lua-5.1.5/src/lua.c:58
↓ 4 callersFunctionl_message
third-party/lua-5.2.4/src/lua.c:129
↓ 4 callersFunctionll_destroy
emmy_hook/src/libpe/llist.cpp:55
↓ 4 callersFunctionloadString
** Load a nullable string into slot 'sl' from prototype 'p'. The ** assignment to the slot and the barrier must be performed before any ** possible GC
third-party/lua-5.5.0/src/lundump.c:145
↓ 4 callersFunctionloadStringN
** Load a nullable string into prototype 'p'. */
third-party/lua-5.4.6/src/lundump.c:110
↓ 4 callersFunctionloadVarint
third-party/lua-5.5.0/src/lundump.c:97
↓ 4 callersFunctionluaC_fix
third-party/lua-5.5.0/src/lgc.c:282
↓ 4 callersFunctionluaC_fix
third-party/lua-5.4.6/src/lgc.c:243
↓ 4 callersFunctionluaC_fix
third-party/lua-5.3.5/src/lgc.c:194
↓ 4 callersFunctionluaC_fullgc
** performs a full GC cycle; if "isemergency", does not call ** finalizers (which could change stack positions) */
third-party/lua-5.2.4/src/lgc.c:1189
↓ 4 callersFunctionluaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
third-party/lua-5.3.5/src/lgc.c:1104
↓ 4 callersFunctionluaD_inctop
third-party/lua-5.4.6/src/ldo.c:322
↓ 4 callersFunctionluaD_poscall
** Finishes a function call: calls hook if necessary, removes CallInfo, ** moves current number of results to proper place; returns 0 iff call ** want
third-party/lua-5.3.5/src/ldo.c:376
↓ 4 callersFunctionluaD_poscall
third-party/lua-5.2.4/src/ldo.c:362
↓ 4 callersFunctionluaD_precall
third-party/lua-5.1.5/src/ldo.c:265
↓ 4 callersFunctionluaD_precall
** Prepares a function call: checks the stack, creates a new CallInfo ** entry, fills in the relevant information, calls hook if needed. ** If functio
third-party/lua-5.3.5/src/ldo.c:413
↓ 4 callersFunctionluaD_precall
** returns true if function has been executed (C function) */
third-party/lua-5.2.4/src/ldo.c:296
↓ 4 callersFunctionluaD_rawrunprotected
third-party/lua-5.1.5/src/ldo.c:111
↓ 4 callersFunctionluaD_reallocCI
third-party/lua-5.1.5/src/ldo.c:152
↓ 4 callersFunctionluaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into it. ** In case of allocation error, raise an error or return false according ** to
third-party/lua-5.5.0/src/ldo.c:322
↓ 4 callersFunctionluaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into it. ** In ISO C, any pointer use after the pointer has been deallocated is ** unde
third-party/lua-5.4.6/src/ldo.c:219
↓ 4 callersFunctionluaD_reallocstack
third-party/lua-5.1.5/src/ldo.c:141
↓ 4 callersFunctionluaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
third-party/lua-5.3.5/src/lfunc.c:140
↓ 4 callersFunctionluaF_getlocalname
** Look for n-th local variable at line `line' in function `func'. ** Returns NULL if not found. */
third-party/lua-5.2.4/src/lfunc.c:150
↓ 4 callersFunctionluaF_newLclosure
third-party/lua-5.2.4/src/lfunc.c:30
↓ 4 callersFunctionluaF_newproto
third-party/lua-5.5.0/src/lfunc.c:243
↓ 4 callersFunctionluaF_newproto
third-party/lua-5.4.6/src/lfunc.c:240
← previousnext →1,201–1,300 of 8,365, ranked by callers