Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hubbed committed Jul 4, 2023
1 parent a34307c commit 39a4e84
Show file tree
Hide file tree
Showing 1,264 changed files with 15,439 additions and 4,603 deletions.
13,188 changes: 12,009 additions & 1,179 deletions index.html

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions nightly.html
Original file line number Diff line number Diff line change
Expand Up @@ -3551,8 +3551,11 @@ <h3>
<div class="hash" id="ES2015-syntax-destructuring--parameters-duplicate-identifier"></div><a class="anchor" href="#ES2015-syntax-destructuring--parameters-duplicate-identifier">§</a><a href="http://www.ecma-international.org/ecma-262/6.0/#sec-destructuring-assignment">duplicate identifier</a>
<div class="info">?
<div class="fn">function(){
<div class="code">var d = function d([d]) { return d };
if (d([true]) !== true) return false;
<div class="code">try {
eval('var d = function d([d]) { return d };if (d([true]) !== true) return false;');
} catch (e) {
return !(e instanceof SyntaxError);
}

try {
eval('var f = function f([id, id]) { return id }');
Expand All @@ -3570,8 +3573,11 @@ <h3>
<td></td>
<td colspan="2">
<div class="fn">function(){
<div class="code">var d = function d([d]) { return d };
if (d([true]) !== true) return false;
<div class="code">try {
eval('var d = function d([d]) { return d };if (d([true]) !== true) return false;');
} catch (e) {
return !(e instanceof SyntaxError);
}

try {
eval('var f = function f([id, id]) { return id }');
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.10.48--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Unexpected token >",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.10.48--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Unexpected token >",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.10.48.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Unexpected token >",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.12.18--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Unexpected token =>",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.12.18--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Malformed arrow function parameter list",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
2 changes: 1 addition & 1 deletion results/v8/0.12.18.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": "Unexpected token {",
"syntax›destructuring, parameters›aliased defaults, arrow function": "Unexpected token =>",
"syntax›destructuring, parameters›shorthand defaults, arrow function": "Unexpected token =",
"syntax›destructuring, parameters›duplicate identifier": "Unexpected token [",
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in identifiers": "Unexpected token ILLEGAL",
"syntax›Unicode code point escapes›in property key definitions": "Unexpected token ILLEGAL",
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.0.0--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.0.0--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.1.0--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.1.0--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 693,
"_successful": 692,
"_count": 697,
"_percent": 0.994261119081779,
"_percent": 0.9928263988522238,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.10.0--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.10.0--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.10.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.11.0--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.11.0--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
6 changes: 3 additions & 3 deletions results/v8/10.11.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"misc›Proxy internal calls, Array.prototype.includes": true
},
"ES2015": {
"_successful": 694,
"_successful": 693,
"_count": 697,
"_percent": 0.9956958393113343,
"_percent": 0.994261119081779,
"optimisation›proper tail calls (tail call optimisation)›direct recursion": "Maximum call stack size exceeded",
"optimisation›proper tail calls (tail call optimisation)›mutual recursion": "Maximum call stack size exceeded",
"syntax›default function parameters›basic functionality": true,
Expand Down Expand Up @@ -429,7 +429,7 @@
"syntax›destructuring, parameters›defaults, new Function() support": true,
"syntax›destructuring, parameters›aliased defaults, arrow function": true,
"syntax›destructuring, parameters›shorthand defaults, arrow function": true,
"syntax›destructuring, parameters›duplicate identifier": true,
"syntax›destructuring, parameters›duplicate identifier": false,
"syntax›Unicode code point escapes›in strings": true,
"syntax›Unicode code point escapes›in identifiers": true,
"syntax›Unicode code point escapes›in property key definitions": true,
Expand Down
Loading

0 comments on commit 39a4e84

Please sign in to comment.