MCPcopy Create free account
hub / github.com/Nicholas3388/LuaNode / node_stripdebug

Function node_stripdebug

LuaNode_Esp8266/components/modules/node.c:552–602  ·  view source on GitHub ↗

node.stripdebug([level[, function]]). * level: 1 don't discard debug * 2 discard Local and Upvalue debug info * 3 discard Local, Upvalue and lineno debug info. * function: Function to be stripped as per setfenv except 0 not permitted. * If no arguments then the current default setting is returned. * If function is omitted, this is the default setting for future

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 10

lua_pushlightuserdataFunction · 0.50
lua_gettableFunction · 0.50
lua_pushintegerFunction · 0.50
luaL_argerrorFunction · 0.50
lua_settableFunction · 0.50
lua_settopFunction · 0.50
lua_getstackFunction · 0.50
lua_getinfoFunction · 0.50
lua_iscfunctionFunction · 0.50
luaG_stripdebugFunction · 0.50

Tested by

no test coverage detected