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

Function singlevar

third-party/lua-5.5.0/src/lparser.c:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538static void singlevar (LexState *ls, expdesc *var) {
539 buildvar(ls, str_checkname(ls), var);
540}
541
542
543/*

Callers 2

primaryexpFunction · 0.70
funcnameFunction · 0.70

Calls 2

buildvarFunction · 0.85
str_checknameFunction · 0.70

Tested by

no test coverage detected