extensions/sandbox_test: Add names

This commit is contained in:
Perttu Ahola 2014-10-02 13:42:04 +03:00
parent 3c14e2d13b
commit a14d0e1b46

View File

@ -30,6 +30,7 @@ local bad_names = {
".call",
".set",
"tolua_ubox",
"userdata",
-- Used by buildat itself in metatables
"unsafe",
-- Dunno, but sounds unsafe
@ -69,6 +70,7 @@ local function_blacklist = {
"send_packet",
"disconnect",
"sub_tick",
"__gc",
}
local bad_names_set = {}