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

Function luaK_stringK

third-party/lua-5.1.5/src/lcode.c:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250int luaK_stringK (FuncState *fs, TString *s) {
251 TValue o;
252 setsvalue(fs->L, &o, s);
253 return addk(fs, &o, &o);
254}
255
256
257int luaK_numberK (FuncState *fs, lua_Number r) {

Callers 2

codestringFunction · 0.70
singlevarFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected