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