MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / new_localvarliteral_

Function new_localvarliteral_

third-party/lua-5.2.4/src/lparser.c:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190static void new_localvarliteral_ (LexState *ls, const char *name, size_t sz) {
191 new_localvar(ls, luaX_newstring(ls, name, sz));
192}
193
194#define new_localvarliteral(ls,v) \
195 new_localvarliteral_(ls, "" v, (sizeof(v)/sizeof(char))-1)

Callers

nothing calls this directly

Calls 2

new_localvarFunction · 0.70
luaX_newstringFunction · 0.70

Tested by

no test coverage detected