static void assertNotNil(LuaValue l) { assertTrue(l != null && !l.isnil()); }