MCPcopy Create free account
hub / github.com/crownengine/crown / luaL_loadstring

Function luaL_loadstring

3rdparty/luajit/src/lj_load.c:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152LUALIB_API int luaL_loadstring(lua_State *L, const char *s)
153{
154 return luaL_loadbuffer(L, s, strlen(s), s);
155}
156
157/* -- Dump bytecode ------------------------------------------------------- */
158

Callers 1

execute_stringMethod · 0.85

Calls 2

strlenFunction · 0.85
luaL_loadbufferFunction · 0.70

Tested by

no test coverage detected