Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hubbed committed Nov 12, 2024
1 parent 86d13ad commit bfac06d
Show file tree
Hide file tree
Showing 1,424 changed files with 17,481 additions and 15,320 deletions.
1,098 changes: 585 additions & 513 deletions index.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions nightly.html
Original file line number Diff line number Diff line change
Expand Up @@ -21447,7 +21447,7 @@ <h3>
<div class="fn">function(){
<div class="code">if (2 ** 3 !== 8) { return false; }
try {
function (&quot;-5 ** 2&quot;)();
Function (&quot;-5 ** 2&quot;)();
} catch (e) {
return true;
}</div>}
Expand All @@ -21463,7 +21463,7 @@ <h3>
<div class="fn">function(){
<div class="code">if (2 ** 3 !== 8) { return false; }
try {
function (&quot;-5 ** 2&quot;)();
Function (&quot;-5 ** 2&quot;)();
} catch (e) {
return true;
}</div>}
Expand Down Expand Up @@ -21746,7 +21746,7 @@ <h3>
<div class="fn">function(){
<div class="code">function foo(...a) {}
try {
function (&quot;function bar(...a) {'use strict';}&quot;)();
Function (&quot;function bar(...a) {'use strict';}&quot;)();
} catch (e) {
return true;
}</div>}
Expand All @@ -21762,7 +21762,7 @@ <h3>
<div class="fn">function(){
<div class="code">function foo(...a) {}
try {
function (&quot;function bar(...a) {'use strict';}&quot;)();
Function (&quot;function bar(...a) {'use strict';}&quot;)();
} catch (e) {
return true;
}</div>}
Expand Down Expand Up @@ -22271,7 +22271,7 @@ <h3>
<div class="info">?
<div class="fn">function(){
<div class="code">async function a() {}
try { function (&quot;async\n function a() {await 0}&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;async\n function a() {await 0}&quot;)(); } catch (e) { return true; }</div>}
</div>
</div>
</td>
Expand All @@ -22283,7 +22283,7 @@ <h3>
<td colspan="2">
<div class="fn">function(){
<div class="code">async function a() {}
try { function (&quot;async\n function a() {await 0}&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;async\n function a() {await 0}&quot;)(); } catch (e) { return true; }</div>}
</div>
</td>
</tr>
Expand Down Expand Up @@ -22387,7 +22387,7 @@ <h3>
<div class="info">?
<div class="fn">function(){
<div class="code">async function a() { await Promise.resolve(); }
try { function (&quot;(async function a() { await; }())&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;(async function a() { await; }())&quot;)(); } catch (e) { return true; }</div>}
</div>
</div>
</td>
Expand All @@ -22399,7 +22399,7 @@ <h3>
<td colspan="2">
<div class="fn">function(){
<div class="code">async function a() { await Promise.resolve(); }
try { function (&quot;(async function a() { await; }())&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;(async function a() { await; }())&quot;)(); } catch (e) { return true; }</div>}
</div>
</td>
</tr>
Expand Down Expand Up @@ -22441,7 +22441,7 @@ <h3>
<div class="info">?
<div class="fn">function(){
<div class="code">async function a() { await Promise.resolve(); }
try { function (&quot;(async function a(b = await Promise.resolve()) {}())&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;(async function a(b = await Promise.resolve()) {}())&quot;)(); } catch (e) { return true; }</div>}
</div>
</div>
</td>
Expand All @@ -22453,7 +22453,7 @@ <h3>
<td colspan="2">
<div class="fn">function(){
<div class="code">async function a() { await Promise.resolve(); }
try { function (&quot;(async function a(b = await Promise.resolve()) {}())&quot;)(); } catch (e) { return true; }</div>}
try { Function (&quot;(async function a(b = await Promise.resolve()) {}())&quot;)(); } catch (e) { return true; }</div>}
</div>
</td>
</tr>
Expand Down Expand Up @@ -25649,7 +25649,7 @@ <h3>
<div class="hash" id="ES2020-features-globalThis--globalThis--global-property-is-global-object"></div><a class="anchor" href="#ES2020-features-globalThis--globalThis--global-property-is-global-object">§</a><a href="https://github.com/tc39/proposal-global">&quot;globalThis&quot; global property is global object</a>
<div class="info">?
<div class="fn">function(){
<div class="code">var actualGlobal = function ('return this')();
<div class="code">var actualGlobal = Function ('return this')();
actualGlobal.__system_global_test__ = 42;
return typeof globalThis === 'object' &amp;&amp; globalThis &amp;&amp; globalThis === actualGlobal &amp;&amp; !globalThis.lacksGlobalThis &amp;&amp; globalThis.__system_global_test__ === 42;</div>}
</div>
Expand All @@ -25662,7 +25662,7 @@ <h3>
<td></td>
<td colspan="2">
<div class="fn">function(){
<div class="code">var actualGlobal = function ('return this')();
<div class="code">var actualGlobal = Function ('return this')();
actualGlobal.__system_global_test__ = 42;
return typeof globalThis === 'object' &amp;&amp; globalThis &amp;&amp; globalThis === actualGlobal &amp;&amp; !globalThis.lacksGlobalThis &amp;&amp; globalThis.__system_global_test__ === 42;</div>}
</div>
Expand All @@ -25673,7 +25673,7 @@ <h3>
<div class="hash" id="ES2020-features-globalThis--globalThis--global-property-has-correct-property-descriptor"></div><a class="anchor" href="#ES2020-features-globalThis--globalThis--global-property-has-correct-property-descriptor">§</a><a href="https://github.com/tc39/proposal-global">&quot;globalThis&quot; global property has correct property descriptor</a>
<div class="info">?
<div class="fn">function(){
<div class="code">var actualGlobal = function ('return this')();
<div class="code">var actualGlobal = Function ('return this')();
if (typeof globalThis !== 'object') { return false; }
if (!('globalThis' in actualGlobal)) { return false; }
if (Object.prototype.propertyIsEnumerable.call(actualGlobal, 'globalThis')) { return false; }
Expand All @@ -25690,7 +25690,7 @@ <h3>
<td></td>
<td colspan="2">
<div class="fn">function(){
<div class="code">var actualGlobal = function ('return this')();
<div class="code">var actualGlobal = Function ('return this')();
if (typeof globalThis !== 'object') { return false; }
if (!('globalThis' in actualGlobal)) { return false; }
if (Object.prototype.propertyIsEnumerable.call(actualGlobal, 'globalThis')) { return false; }
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.10.48--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "Unexpected token >",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.10.48--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "Unexpected token >",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.10.48.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "Unexpected token >",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.12.18--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "Unexpected token =>",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.12.18--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "undefined is not a function",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
4 changes: 2 additions & 2 deletions results/v8/0.12.18.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Unexpected token ILLEGAL",
"features›BigInt›DataView.prototype.getBigUint64": "Unexpected token ILLEGAL",
"features›Promise.allSettled": "Unexpected token =>",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down
22 changes: 11 additions & 11 deletions results/v8/10.0.0--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Invalid or unexpected token",
"features›BigInt›DataView.prototype.getBigUint64": "Invalid or unexpected token",
"features›Promise.allSettled": "Promise.allSettled is not a function",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down Expand Up @@ -252,9 +252,9 @@
"misc›template literal revision": true
},
"ES2017": {
"_successful": 60,
"_successful": 63,
"_count": 64,
"_percent": 0.9375,
"_percent": 0.984375,
"features›Object static methods›Object.values": true,
"features›Object static methods›Object.entries": true,
"features›Object static methods›Object.getOwnPropertyDescriptors": true,
Expand All @@ -265,13 +265,13 @@
"features›trailing commas in function syntax›in argument lists": true,
"features›async functions›return": true,
"features›async functions›throw": true,
"features›async functions›no line break between async and function": "Unexpected token (",
"features›async functions›no line break between async and function": true,
"features›async functions›no \"prototype\" property": true,
"features›async functions›await": true,
"features›async functions›await, rejection": true,
"features›async functions›must await a value": "Unexpected token (",
"features›async functions›must await a value": true,
"features›async functions›can await non-Promise values": true,
"features›async functions›cannot await in parameters": "Unexpected token (",
"features›async functions›cannot await in parameters": true,
"features›async functions›async methods, object literals": true,
"features›async functions›async methods, classes": true,
"features›async functions›async arrow functions in methods, classes": true,
Expand Down Expand Up @@ -321,19 +321,19 @@
"annex b›assignments allowed in for-in head in non-strict mode": true
},
"ES2016": {
"_successful": 12,
"_successful": 14,
"_count": 14,
"_percent": 0.8571428571428571,
"_percent": 1,
"features›exponentiation (**) operator›basic support": true,
"features›exponentiation (**) operator›assignment": true,
"features›exponentiation (**) operator›early syntax error for unary negation without parens": "Unexpected token (",
"features›exponentiation (**) operator›early syntax error for unary negation without parens": true,
"features›Array.prototype.includes›Array.prototype.includes": true,
"features›Array.prototype.includes›Array.prototype.includes handles sparse arrays": true,
"features›Array.prototype.includes›Array.prototype.includes is generic": true,
"features›Array.prototype.includes›%TypedArray%.prototype.includes": true,
"misc›generator functions can't be used with \"new\"": true,
"misc›generator throw() caught by inner generator": true,
"misc›strict fn w/ non-strict non-simple params is error": "Unexpected token (",
"misc›strict fn w/ non-strict non-simple params is error": true,
"misc›nested rest destructuring, declarations": true,
"misc›nested rest destructuring, parameters": true,
"misc›Proxy, \"enumerate\" handler removed": true,
Expand Down
22 changes: 11 additions & 11 deletions results/v8/10.0.0--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"features›BigInt›DataView.prototype.getBigInt64": "Invalid or unexpected token",
"features›BigInt›DataView.prototype.getBigUint64": "Invalid or unexpected token",
"features›Promise.allSettled": "Promise.allSettled is not a function",
"features›globalThis›\"globalThis\" global property is global object": "Unexpected string",
"features›globalThis›\"globalThis\" global property has correct property descriptor": "Unexpected string",
"features›globalThis›\"globalThis\" global property is global object": false,
"features›globalThis›\"globalThis\" global property has correct property descriptor": false,
"features›optional chaining operator (?.)›optional property access": "Unexpected token .",
"features›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"features›optional chaining operator (?.)›optional method call": "Unexpected token .",
Expand Down Expand Up @@ -252,9 +252,9 @@
"misc›template literal revision": true
},
"ES2017": {
"_successful": 60,
"_successful": 63,
"_count": 64,
"_percent": 0.9375,
"_percent": 0.984375,
"features›Object static methods›Object.values": true,
"features›Object static methods›Object.entries": true,
"features›Object static methods›Object.getOwnPropertyDescriptors": true,
Expand All @@ -265,13 +265,13 @@
"features›trailing commas in function syntax›in argument lists": true,
"features›async functions›return": true,
"features›async functions›throw": true,
"features›async functions›no line break between async and function": "Unexpected token (",
"features›async functions›no line break between async and function": true,
"features›async functions›no \"prototype\" property": true,
"features›async functions›await": true,
"features›async functions›await, rejection": true,
"features›async functions›must await a value": "Unexpected token (",
"features›async functions›must await a value": true,
"features›async functions›can await non-Promise values": true,
"features›async functions›cannot await in parameters": "Unexpected token (",
"features›async functions›cannot await in parameters": true,
"features›async functions›async methods, object literals": true,
"features›async functions›async methods, classes": true,
"features›async functions›async arrow functions in methods, classes": true,
Expand Down Expand Up @@ -321,19 +321,19 @@
"annex b›assignments allowed in for-in head in non-strict mode": true
},
"ES2016": {
"_successful": 12,
"_successful": 14,
"_count": 14,
"_percent": 0.8571428571428571,
"_percent": 1,
"features›exponentiation (**) operator›basic support": true,
"features›exponentiation (**) operator›assignment": true,
"features›exponentiation (**) operator›early syntax error for unary negation without parens": "Unexpected token (",
"features›exponentiation (**) operator›early syntax error for unary negation without parens": true,
"features›Array.prototype.includes›Array.prototype.includes": true,
"features›Array.prototype.includes›Array.prototype.includes handles sparse arrays": true,
"features›Array.prototype.includes›Array.prototype.includes is generic": true,
"features›Array.prototype.includes›%TypedArray%.prototype.includes": true,
"misc›generator functions can't be used with \"new\"": true,
"misc›generator throw() caught by inner generator": true,
"misc›strict fn w/ non-strict non-simple params is error": "Unexpected token (",
"misc›strict fn w/ non-strict non-simple params is error": true,
"misc›nested rest destructuring, declarations": true,
"misc›nested rest destructuring, parameters": true,
"misc›Proxy, \"enumerate\" handler removed": true,
Expand Down
Loading

0 comments on commit bfac06d

Please sign in to comment.