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

Function codestring

freebsd/contrib/openzfs/module/lua/lparser.c:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153static void codestring (LexState *ls, expdesc *e, TString *s) {
154 init_exp(e, VK, luaK_stringK(ls->fs, s));
155}
156
157
158static void checkname (LexState *ls, expdesc *e) {

Callers 4

checknameFunction · 0.70
singlevarFunction · 0.70
funcargsFunction · 0.70
simpleexpFunction · 0.70

Calls 2

init_expFunction · 0.70
luaK_stringKFunction · 0.70

Tested by

no test coverage detected