List<LuaObject> findVarArgs() { final arg = findVar('arg'); return arg?.fields?.values.nonNulls.toList() ?? []; }