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

Function gethexa

third-party/lua-5.4.6/src/llex.c:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328static int gethexa (LexState *ls) {
329 save_and_next(ls);
330 esccheck (ls, lisxdigit(ls->current), "hexadecimal digit expected");
331 return luaO_hexavalue(ls->current);
332}
333
334
335static 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