MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 1 callersFunctioncollectvalidlines
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:290
↓ 1 callersFunctioncomputesizes
** Compute the optimal size for the array part of table 't'. 'nums' is a ** "count array" where 'nums[i]' is the number of integers in the table ** be
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:380
↓ 1 callersFunctionconst2exp
** Convert a constant in 'v' into an expression description 'e' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:674
↓ 1 callersFunctioncorrectgraylists
** Correct all gray lists, coalescing them into 'grayagain'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1178
↓ 1 callersFunctioncorrectpointers
** Correct pointers to objects inside 'allgc' list when ** object 'o' is being removed from the list. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:999
↓ 1 callersFunctioncorrectstack
** {================================================================== ** Stack reallocation ** ======================================================
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:160
↓ 1 callersFunctioncreateargtable
** Create the 'arg' table, which stores all arguments from the ** command line ('argv'). It should be aligned so that, at index 0, ** it has 'argv[scr
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:180
↓ 1 callersFunctioncreateclibstable
** create table CLIBS to keep track of loaded C libraries, ** setting a finalizer to close all libraries when closing state. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loadlib.c:730
↓ 1 callersFunctioncreatemeta
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:788
↓ 1 callersFunctioncreatemetatable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1795
↓ 1 callersFunctioncreatesearcherstable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loadlib.c:710
↓ 1 callersFunctiondirty
Plugins/UnLuaExtensions/LuaSocket/Source/src/select.cpp:104
↓ 1 callersFunctiondofilecont
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lbaselib.c:388
↓ 1 callersFunctiondolibrary
** Calls 'require(name)' and stores the result in a global variable ** with the given name. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:213
↓ 1 callersFunctiondot
-------------------------------------------------------------------------*\ * Takes one byte and stuff it if needed. \*-------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/mime.cpp:813
↓ 1 callersFunctiondumpCode
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:100
↓ 1 callersFunctiondumpConstants
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:108
↓ 1 callersFunctiondumpDebug
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:154
↓ 1 callersFunctiondumpHeader
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:197
↓ 1 callersFunctiondumpProtos
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:134
↓ 1 callersFunctiondumpUpvalues
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:143
↓ 1 callersFunctionend_capture
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:548
↓ 1 callersFunctioneolprocess
Plugins/UnLuaExtensions/LuaSocket/Source/src/mime.cpp:763
↓ 1 callersFunctionequalkey
** Check whether key 'k1' is equal to the key in node 'n2'. This ** equality is raw, so there are no metamethods. Floats with integer ** values have b
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:207
↓ 1 callersFunctionerrorlimit
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:74
↓ 1 callersFunctionexprstat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1784
↓ 1 callersFunctionf_close
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:222
↓ 1 callersFunctionfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:891
↓ 1 callersFunctionfilterpc
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:454
↓ 1 callersFunctionfinaltarget
** return the final target of a jump (skipping jumps to jumps) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1769
↓ 1 callersFunctionfindfield
** Search for 'objidx' in table at index -1. ('objidx' must be an ** absolute index.) Return 1 + string at top if it found a good name. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:52
↓ 1 callersFunctionfindindex
** returns the index of a 'key' for table traversals. First goes all ** elements in the array part, then elements in the hash part. The ** beginning o
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:320
↓ 1 callersFunctionfindlast
** find last 'next' field in list 'p' list (to add elements in its end) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:952
↓ 1 callersFunctionfindloader
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loadlib.c:624
↓ 1 callersFunctionfindpcall
** Try to find a suspended protected call (a "recover point") for the ** given thread. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:695
↓ 1 callersFunctionfindsetreg
** Try to find last instruction before 'lastpc' that modified register 'reg'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:464
↓ 1 callersFunctionfindvararg
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:184
↓ 1 callersFunctionfinishCcall
** Completes the execution of a C function interrupted by an yield. ** The interruption must have happened while the function was either ** closing it
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:649
↓ 1 callersFunctionfinishpcallk
** Finish the job of 'lua_pcallk' after it was interrupted by an yield. ** (The caller, 'finishCcall', does the final call to 'adjustresults'.) ** The
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:615
↓ 1 callersFunctionfloatforloop
** Execute a step of a float numerical for loop, returning ** true iff the loop must continue. (The integer case is ** written online with opcode OP_F
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:266
↓ 1 callersFunctionforlimit
** Try to convert a 'for' limit to an integer, preserving the semantics ** of the loop. Return true if the loop must not run; otherwise, '*p' ** gets
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:176
↓ 1 callersFunctionforlist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1580
↓ 1 callersFunctionfornum
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1557
↓ 1 callersFunctionforprep
** Prepare a numerical for loop (opcode OP_FORPREP). ** Return true to skip the loop. Otherwise, ** after preparation, stack will be as follows: **
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:206
↓ 1 callersFunctionforstat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1608
↓ 1 callersFunctionfreeupval
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:757
↓ 1 callersFunctionfullinc
** Perform a full collection in incremental mode. ** Before running the collection, check 'keepinvariant'; if it is true, ** there may be some objects
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1697
↓ 1 callersFunctionfuncinfo
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:256
↓ 1 callersFunctionfuncname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1758
↓ 1 callersFunctionfuncstat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1772
↓ 1 callersFunctiongenstep
** Does a generational "step". ** Usually, this means doing a minor collection and setting the debt to ** make another collection when memory grows 'g
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1414
↓ 1 callersFunctionget_prompt
** Return the string to be used as a prompt by the interpreter. Leave ** the string (or nil, if using the default value) on the stack, to keep ** it a
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:443
↓ 1 callersFunctiongetbaseline
** Get a "base line" to find the line corresponding to an instruction. ** Base lines are regularly placed at MAXIWTHABS intervals, so usually ** an in
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:60
↓ 1 callersFunctiongetbinopr
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1194
↓ 1 callersFunctiongetboolfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loslib.c:252
↓ 1 callersFunctiongetfreepos
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:634
↓ 1 callersFunctiongetfuncname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:312
↓ 1 callersFunctiongetlocalattribute
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1689
↓ 1 callersFunctiongetnextfilename
** Get the next name in '*path' = 'name1;name2;name3;...', changing ** the ending ';' to '\0' to create a zero-terminated string. Return ** NULL when
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loadlib.c:447
↓ 1 callersFunctiongetunopr
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1183
↓ 1 callersFunctiongetupvalname
** Checks whether value 'o' came from an upvalue. (That can only happen ** with instructions OP_GETTABUP/OP_SETTABUP, which operate directly on ** upv
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:664
↓ 1 callersFunctiongotostat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1404
↓ 1 callersFunctiongrowstrtab
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:174
↓ 1 callersFunctionhandle_luainit
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:348
↓ 1 callersFunctionhandle_script
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:240
↓ 1 callersFunctionhasJsonType
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:29
↓ 1 callersFunctionhash_search
** Try to find a boundary in the hash part of table 't'. From the ** caller, we know that 'j' is zero or present and that 'j + 1' is ** present. We wa
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:844
↓ 1 callersFunctionif
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:206
↓ 1 callersFunctionifstat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1663
↓ 1 callersFunctionincomplete
** Check whether 'status' signals a syntax error and the error ** message at the top of the stack ends with the above mark for ** incomplete statement
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:463
↓ 1 callersFunctionincstep
** Performs a basic incremental step. The debt and step size are ** converted from bytes to "units of work"; then the function loops ** running single
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1657
↓ 1 callersFunctioninet_optfamily
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:144
↓ 1 callersFunctioninet_pton
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:520
↓ 1 callersFunctioninet_tryaccept
-------------------------------------------------------------------------*\ * Tries to accept a socket \*---------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:438
↓ 1 callersFunctioninet_trydisconnect
-------------------------------------------------------------------------*\ * "Disconnects" a DGRAM socket \*-----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:365
↓ 1 callersFunctioninit_registry
** Create registry table and its predefined values */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:216
↓ 1 callersFunctioninit_var
** Create an expression representing variable 'vidx' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:266
↓ 1 callersFunctioninternshrstr
** Checks whether short string exists and reuses it or creates a new one. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:188
↓ 1 callersFunctioninterror
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:434
↓ 1 callersFunctionisCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register C */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1219
↓ 1 callersFunctionisinstack
** Check whether pointer 'o' points to some value in the stack ** frame of the current function. Because 'o' may not point to a ** value in this stack
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:649
↓ 1 callersFunctionjumpscopeerror
** Generates an error that a goto jumps into the scope of some ** local variable. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:502
↓ 1 callersFunctionl_checkmode
Check whether 'mode' matches '[rwa]%+?[L_MODEEXT]*' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:40
↓ 1 callersFunctionl_hashfloat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:119
↓ 1 callersFunctionl_print
** Prints (calling the Lua 'print' function) any values on the stack */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:560
↓ 1 callersFunctionl_randomizePivot
** Use 'time' and 'clock' as sources of "randomness". Because we don't ** know the types 'clock_t' and 'time_t', we cannot cast them to ** anything wi
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltablib.c:245
↓ 1 callersFunctionl_str2d
** Convert string 's' to a Lua number (put in 'result') handling the ** current locale. ** This function accepts both the current locale or a dot as t
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:251
↓ 1 callersFunctionl_str2int
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:276
↓ 1 callersFunctionlabelstat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1446
↓ 1 callersFunctionlastlevel
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:116
↓ 1 callersFunctionlastlistfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:868
↓ 1 callersFunctionlessequalothers
** return 'l <= r' for non-numbers. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:542
↓ 1 callersFunctionlessthanothers
** return 'l < r' for non-numbers. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:520
↓ 1 callersFunctionlmemfind
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:673
↓ 1 callersFunctionloadCode
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:144
↓ 1 callersFunctionloadConstants
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:155
↓ 1 callersFunctionloadDebug
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:227
↓ 1 callersFunctionloadProtos
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:191
↓ 1 callersFunctionloadSize
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:83
↓ 1 callersFunctionloadString
** Load a non-nullable string into prototype 'p'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:136
← previousnext →1,501–1,600 of 3,922, ranked by callers