Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ init_exp
Function
init_exp
third-party/lua-5.4.6/src/lparser.c:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
151
152
static void init_exp (expdesc *e, expkind k, int i) {
153
e->f = e->t = NO_JUMP;
154
e->k = k;
155
e->u.info = i;
156
}
157
158
159
static void codestring (expdesc *e, TString *s) {
Callers
7
searchvar
Function · 0.70
singlevaraux
Function · 0.70
codeclosure
Function · 0.70
constructor
Function · 0.70
funcargs
Function · 0.70
simpleexp
Function · 0.70
restassign
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected