mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
chore: change name of argument
This commit is contained in:
parent
92dad8d640
commit
1feafce8ce
@ -26,8 +26,8 @@ compareArray.isSameValue = function(a, b) {
|
|||||||
return a === b;
|
return a === b;
|
||||||
};
|
};
|
||||||
|
|
||||||
compareArray.format = function(spreadable) {
|
compareArray.format = function(thingWithALengthPropertyAndNumericIndices) {
|
||||||
return `[${[].map.call(spreadable, String).join(', ')}]`;
|
return `[${[].map.call(thingWithALengthPropertyAndNumericIndices, String).join(', ')}]`;
|
||||||
};
|
};
|
||||||
|
|
||||||
assert.compareArray = function(actual, expected, message) {
|
assert.compareArray = function(actual, expected, message) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user