Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ pop
Method
pop
engine/lua/src/cs/dmsdk/lua/lua.cs:62–65 ·
view source on GitHub ↗
(State* L, int n)
Source
from the content-addressed store, hash-verified
60
*/
61
62
public static void pop(State* L, int n)
63
{
64
settop(L, -(n)-1);
65
}
66
67
public static void newtable(State* L)
68
{
Callers
15
library_profile.js
File · 0.45
get_args
Function · 0.45
get_args
Function · 0.45
csRunTestsLua
Method · 0.45
h
Function · 0.45
Pt
Function · 0.45
Ue
Function · 0.45
$e
Function · 0.45
or
Function · 0.45
Ir
Function · 0.45
Kr
Function · 0.45
iu
Function · 0.45
Calls
no outgoing calls
Tested by
1
csRunTestsLua
Method · 0.36