for (var i in this) {
            this[i] = typeof this[i] == "function" ? R._removedFactory(i) : null;
        }