LUA_ENV
return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";
ls->envn = luaS_new(L, LUA_ENV); /* create env name */