Searched refs:morePatches (Results 1 – 1 of 1) sorted by relevance
80 const morePatches = this.applyAction(action); constant81 patches.length += morePatches.length;82 for (let i = 0; i < morePatches.length; ++i) {83 patches[i + originalLength] = morePatches[i];119 (morePatches, _) => {121 patches.length += morePatches.length;122 for (let i = 0; i < morePatches.length; ++i) {123 patches[i + originalLength] = morePatches[i];