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

Function gethexa

third-party/lua-5.5.0/src/llex.c:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344
345static int gethexa (LexState *ls) {
346 save_and_next(ls);
347 esccheck (ls, lisxdigit(ls->current), "hexadecimal digit expected");
348 return luaO_hexavalue(ls->current);
349}
350
351
352static int readhexaesc (LexState *ls) {

Callers 2

readhexaescFunction · 0.70
readutf8escFunction · 0.70

Calls 2

esccheckFunction · 0.70
luaO_hexavalueFunction · 0.70

Tested by

no test coverage detected