Skip to content

Commit fc58db8

Browse files
committed
Fix ~82 javascript.builtins standard-track exceptions
1 parent 1c7509e commit fc58db8

31 files changed

Lines changed: 82 additions & 82 deletions

javascript/builtins/AggregateError.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"__compat": {
141141
"description": "`AggregateError` is serializable",
142142
"mdn_url": "https://developer.mozilla.org/docs/Glossary/Serializable_object",
143+
"spec_url": "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects",
143144
"tags": [
144145
"web-features:promise-any"
145146
],

javascript/builtins/Array.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,7 @@
18671867
"stable_sorting": {
18681868
"__compat": {
18691869
"description": "Stable sorting",
1870+
"spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort",
18701871
"tags": [
18711872
"web-features:stable-array-sort",
18721873
"web-features:snapshot:ecmascript-2019"
@@ -2024,6 +2025,7 @@
20242025
"locales_parameter": {
20252026
"__compat": {
20262027
"description": "`locales` parameter",
2028+
"spec_url": "https://tc39.es/ecma402/#sup-array.prototype.tolocalestring",
20272029
"tags": [
20282030
"web-features:intl"
20292031
],
@@ -2087,6 +2089,7 @@
20872089
"options_parameter": {
20882090
"__compat": {
20892091
"description": "`options` parameter",
2092+
"spec_url": "https://tc39.es/ecma402/#sup-array.prototype.tolocalestring",
20902093
"tags": [
20912094
"web-features:intl"
20922095
],

javascript/builtins/Atomics.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"Atomic_operations_on_non_shared_buffers": {
5252
"__compat": {
5353
"description": "Atomic operations on non-shared `ArrayBuffer` objects",
54+
"spec_url": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object",
5455
"tags": [
5556
"web-features:snapshot:ecmascript-2021",
5657
"web-features:shared-memory"

javascript/builtins/BigInt.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
"locales_parameter": {
228228
"__compat": {
229229
"description": "`locales` parameter",
230+
"spec_url": "https://tc39.es/ecma402/#sup-bigint.prototype.tolocalestring",
230231
"tags": [
231232
"web-features:intl"
232233
],
@@ -280,6 +281,7 @@
280281
"options_parameter": {
281282
"__compat": {
282283
"description": "`options` parameter",
284+
"spec_url": "https://tc39.es/ecma402/#sup-bigint.prototype.tolocalestring",
283285
"tags": [
284286
"web-features:intl"
285287
],

javascript/builtins/DataView.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"sharedarraybuffer_support": {
116116
"__compat": {
117117
"description": "`SharedArrayBuffer` accepted as buffer",
118+
"spec_url": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor",
118119
"tags": [
119120
"web-features:snapshot:ecmascript-2017",
120121
"web-features:shared-memory"

javascript/builtins/Date.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"optional_monthIndex": {
167167
"__compat": {
168168
"description": "`monthIndex` defaults to 0",
169+
"spec_url": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc",
169170
"tags": [
170171
"web-features:snapshot:ecmascript-2017",
171172
"web-features:date"
@@ -1346,6 +1347,7 @@
13461347
"iso_8601": {
13471348
"__compat": {
13481349
"description": "ISO 8601 format",
1350+
"spec_url": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format",
13491351
"tags": [
13501352
"web-features:snapshot:ecmascript-5",
13511353
"web-features:date"
@@ -2536,6 +2538,7 @@
25362538
"iana_time_zone_names": {
25372539
"__compat": {
25382540
"description": "IANA time zone names in `timeZone` option",
2541+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaledatestring",
25392542
"tags": [
25402543
"web-features:intl"
25412544
],
@@ -2583,6 +2586,7 @@
25832586
"locales_parameter": {
25842587
"__compat": {
25852588
"description": "`locales` parameter",
2589+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaledatestring",
25862590
"tags": [
25872591
"web-features:intl"
25882592
],
@@ -2649,6 +2653,7 @@
26492653
"options_parameter": {
26502654
"__compat": {
26512655
"description": "`options` parameter",
2656+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaledatestring",
26522657
"tags": [
26532658
"web-features:intl"
26542659
],
@@ -2756,6 +2761,7 @@
27562761
"iana_time_zone_names": {
27572762
"__compat": {
27582763
"description": "IANA time zone names in `timeZone` option",
2764+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocalestring",
27592765
"tags": [
27602766
"web-features:intl"
27612767
],
@@ -2803,6 +2809,7 @@
28032809
"locales_parameter": {
28042810
"__compat": {
28052811
"description": "`locales` parameter",
2812+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocalestring",
28062813
"tags": [
28072814
"web-features:intl"
28082815
],
@@ -2869,6 +2876,7 @@
28692876
"options_parameter": {
28702877
"__compat": {
28712878
"description": "`options` parameter",
2879+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocalestring",
28722880
"tags": [
28732881
"web-features:intl"
28742882
],
@@ -2976,6 +2984,7 @@
29762984
"iana_time_zone_names": {
29772985
"__compat": {
29782986
"description": "IANA time zone names in `timeZone` option",
2987+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaletimestring",
29792988
"tags": [
29802989
"web-features:intl"
29812990
],
@@ -3023,6 +3032,7 @@
30233032
"locales_parameter": {
30243033
"__compat": {
30253034
"description": "`locales` parameter",
3035+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaletimestring",
30263036
"tags": [
30273037
"web-features:intl"
30283038
],
@@ -3089,6 +3099,7 @@
30893099
"options_parameter": {
30903100
"__compat": {
30913101
"description": "`options` parameter",
3102+
"spec_url": "https://tc39.es/ecma402/#sup-date.prototype.tolocaletimestring",
30923103
"tags": [
30933104
"web-features:intl"
30943105
],

javascript/builtins/FinalizationRegistry.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"symbol_as_target": {
139139
"__compat": {
140140
"description": "Non-registered symbol as target",
141+
"spec_url": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register",
141142
"tags": [
142143
"web-features:snapshot:ecmascript-2023",
143144
"web-features:weak-references"
@@ -227,6 +228,7 @@
227228
"symbol_as_target": {
228229
"__compat": {
229230
"description": "Non-registered symbol as target",
231+
"spec_url": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister",
230232
"tags": [
231233
"web-features:snapshot:ecmascript-2023",
232234
"web-features:weak-references"

javascript/builtins/Float32Array.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"constructor_without_parameters": {
120120
"__compat": {
121121
"description": "Constructor without parameters",
122+
"spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors",
122123
"tags": [
123124
"web-features:typed-arrays",
124125
"web-features:snapshot:ecmascript-2015"
@@ -172,6 +173,7 @@
172173
"iterable_allowed": {
173174
"__compat": {
174175
"description": "`new Float32Array(iterable)`",
176+
"spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors",
175177
"tags": [
176178
"web-features:typed-arrays",
177179
"web-features:snapshot:ecmascript-2015"

javascript/builtins/Float64Array.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"constructor_without_parameters": {
120120
"__compat": {
121121
"description": "Constructor without parameters",
122+
"spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors",
122123
"tags": [
123124
"web-features:typed-arrays",
124125
"web-features:snapshot:ecmascript-2015"
@@ -172,6 +173,7 @@
172173
"iterable_allowed": {
173174
"__compat": {
174175
"description": "`new Float64Array(iterable)`",
176+
"spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors",
175177
"tags": [
176178
"web-features:typed-arrays",
177179
"web-features:snapshot:ecmascript-2015"

javascript/builtins/Function.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"generic_arrays_as_arguments": {
198198
"__compat": {
199199
"description": "ES 5.1: generic array-like object as `arguments`",
200+
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply",
200201
"tags": [
201202
"web-features:snapshot:ecmascript-5",
202203
"web-features:functions"
@@ -558,6 +559,7 @@
558559
"configurable_true": {
559560
"__compat": {
560561
"description": "Configurable: true",
562+
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length",
561563
"tags": [
562564
"web-features:snapshot:ecmascript-2015",
563565
"web-features:functions"
@@ -655,6 +657,7 @@
655657
"configurable_true": {
656658
"__compat": {
657659
"description": "Configurable: true",
660+
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name",
658661
"tags": [
659662
"web-features:snapshot:ecmascript-2015",
660663
"web-features:functions"
@@ -701,6 +704,7 @@
701704
"inferred_names": {
702705
"__compat": {
703706
"description": "Inferred names on anonymous functions",
707+
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name",
704708
"tags": [
705709
"web-features:snapshot:ecmascript-2015",
706710
"web-features:functions"
@@ -809,6 +813,7 @@
809813
"toString_revision": {
810814
"__compat": {
811815
"description": "Implements `Function.prototype.toString` revision",
816+
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring",
812817
"tags": [
813818
"web-features:snapshot:ecmascript-2019",
814819
"web-features:functions"

0 commit comments

Comments
 (0)