return;
}
// Keys match, recurse into the object
path.push(i);
this._diffObject(childEntries, path, prevItem, currItem, entries, itemSchema.sealed);
path.pop();
}
// Handle length changes