mirror of https://github.com/tc39/test262.git
Use spaces instead of tabs
This commit is contained in:
parent
63e81baf5b
commit
d09ecdb57b
|
@ -33,8 +33,8 @@ var child = new Con();
|
|||
|
||||
Object.defineProperty(child, "toString", {
|
||||
value: function() {
|
||||
toStringAccessed = true;
|
||||
return '1';
|
||||
toStringAccessed = true;
|
||||
return '1';
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -37,8 +37,8 @@ function callbackfn(prevVal, curVal, idx, obj) {
|
|||
|
||||
Object.defineProperty(child, "toString", {
|
||||
value: function() {
|
||||
toStringAccessed = true;
|
||||
return '1';
|
||||
toStringAccessed = true;
|
||||
return '1';
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue