MCPcopy Create free account
hub / github.com/F-Stack/f-stack / semerror

Function semerror

freebsd/contrib/openzfs/module/lua/lparser.c: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 to' 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.70

Tested by

no test coverage detected