mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
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", {
|
Object.defineProperty(child, "toString", {
|
||||||
value: function() {
|
value: function() {
|
||||||
toStringAccessed = true;
|
toStringAccessed = true;
|
||||||
return '1';
|
return '1';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ function callbackfn(prevVal, curVal, idx, obj) {
|
|||||||
|
|
||||||
Object.defineProperty(child, "toString", {
|
Object.defineProperty(child, "toString", {
|
||||||
value: function() {
|
value: function() {
|
||||||
toStringAccessed = true;
|
toStringAccessed = true;
|
||||||
return '1';
|
return '1';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user