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

Function esccheck

third-party/lua-5.3.5/src/llex.c:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302
303static void esccheck (LexState *ls, int c, const char *msg) {
304 if (!c) {
305 if (ls->current != EOZ)
306 save_and_next(ls); /* add current to buffer for error message */
307 lexerror(ls, msg, TK_STRING);
308 }
309}
310
311
312static int gethexa (LexState *ls) {

Callers 4

gethexaFunction · 0.70
readutf8escFunction · 0.70
readdecescFunction · 0.70
read_stringFunction · 0.70

Calls 1

lexerrorFunction · 0.70

Tested by

no test coverage detected