MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / semerror

Function semerror

src/Chain/libraries/glua/lparser.cpp:69–72  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

67
68/* semantic error */
69static l_noret semerror(LexState *ls, const char *msg) {
70 ls->t.token = 0; /* remove "near <token>" from final message */
71 luaX_syntaxerror(ls, msg);
72}
73
74
75static l_noret error_expected(LexState *ls, int token) {

Callers 3

closegotoFunction · 0.85
undefgotoFunction · 0.85
checkrepeatedFunction · 0.85

Calls 1

luaX_syntaxerrorFunction · 0.85

Tested by

no test coverage detected