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

Function str2K

third-party/lua-5.4.6/src/lcode.c:738–742  ·  view source on GitHub ↗

** Convert a VKSTR to a VK */

Source from the content-addressed store, hash-verified

736** Convert a VKSTR to a VK
737*/
738static void str2K (FuncState *fs, expdesc *e) {
739 lua_assert(e->k == VKSTR);
740 e->u.info = stringK(fs, e->u.strval);
741 e->k = VK;
742}
743
744
745/*

Callers 2

discharge2regFunction · 0.70
luaK_indexedFunction · 0.70

Calls 1

stringKFunction · 0.70

Tested by

no test coverage detected