mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Merge pull request #280 from pvginkel/master
S15.4.4.4_A4.1 length enumerable should be checked on Array.prototype.concat
This commit is contained in:
commit
0360d749d2
@ -14,7 +14,7 @@ if (Array.prototype.concat.propertyIsEnumerable('length') !== false) {
|
|||||||
|
|
||||||
//CHECK#2
|
//CHECK#2
|
||||||
var result = true;
|
var result = true;
|
||||||
for (var p in Array.concat){
|
for (var p in Array.prototype.concat){
|
||||||
if (p === "length") {
|
if (p === "length") {
|
||||||
result = false;
|
result = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user