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

Function luaK_stringK

third-party/lua-5.2.4/src/lcode.c:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319int luaK_stringK (FuncState *fs, TString *s) {
320 TValue o;
321 setsvalue(fs->ls->L, &o, s);
322 return addk(fs, &o, &o);
323}
324
325
326int luaK_numberK (FuncState *fs, lua_Number r) {

Callers 1

codestringFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected