diff --git a/tr/css/CSS.json b/tr/css/CSS.json index 5d12fd6008e9..4b3a62e2af73 100644 --- a/tr/css/CSS.json +++ b/tr/css/CSS.json @@ -1580,6 +1580,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/SVG.json b/tr/css/SVG.json index 1a9e786028ad..40991a06b0d7 100644 --- a/tr/css/SVG.json +++ b/tr/css/SVG.json @@ -578,7 +578,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "[ + ]#" diff --git a/tr/css/compat.json b/tr/css/compat.json index de328c43c351..c9c19e91b25e 100644 --- a/tr/css/compat.json +++ b/tr/css/compat.json @@ -593,23 +593,23 @@ ] } }, - "descriptors": { - "-webkit-device-pixel-ratio": [ - { - "name": "-webkit-device-pixel-ratio", - "for": "@media", - "value": "", - "type": "range" - } - ], - "-webkit-transform-3d": [ - { - "name": "-webkit-transform-3d", - "for": "@media", - "value": "", - "acceptsMin/maxPrefixes": "no" - } - ] + "atrules": { + "@media": { + "descriptors": [ + { + "name": "-webkit-device-pixel-ratio", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "-webkit-transform-3d", + "for": "@media", + "value": "", + "acceptsMin/maxPrefixes": "no" + } + ] + } }, "valuespaces": {} } diff --git a/tr/css/compositing.json b/tr/css/compositing.json index 976758386fe3..590058d09ea7 100644 --- a/tr/css/compositing.json +++ b/tr/css/compositing.json @@ -52,7 +52,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "normal | multiply | screen | overlay | darken | lighten | color-dodge |color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity" diff --git a/tr/css/css-align.json b/tr/css/css-align.json index 5c6c7bfc381c..9c4f246726cc 100644 --- a/tr/css/css-align.json +++ b/tr/css/css-align.json @@ -205,7 +205,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "center | start | end | self-start | self-end | flex-start | flex-end" diff --git a/tr/css/css-animations.json b/tr/css/css-animations.json index dca2e0805da5..937af8a7c0e8 100644 --- a/tr/css/css-animations.json +++ b/tr/css/css-animations.json @@ -139,7 +139,12 @@ ] } }, - "descriptors": {}, + "atrules": { + "@keyframes": { + "value": "@keyframes { }", + "descriptors": [] + } + }, "valuespaces": { "": { "value": "infinite | " diff --git a/tr/css/css-backgrounds.json b/tr/css/css-backgrounds.json index ec1802893df2..99f5351f14ad 100644 --- a/tr/css/css-backgrounds.json +++ b/tr/css/css-backgrounds.json @@ -577,7 +577,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": " | none" diff --git a/tr/css/css-box.json b/tr/css/css-box.json index 1fbfbc86a64c..cc4b26bd33c2 100644 --- a/tr/css/css-box.json +++ b/tr/css/css-box.json @@ -168,7 +168,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "content-box | padding-box | border-box" diff --git a/tr/css/css-break.json b/tr/css/css-break.json index 99a764544806..55be6db546e4 100644 --- a/tr/css/css-break.json +++ b/tr/css/css-break.json @@ -108,6 +108,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-cascade-6.json b/tr/css/css-cascade-6.json index 9227673a9888..9c3604df6461 100644 --- a/tr/css/css-cascade-6.json +++ b/tr/css/css-cascade-6.json @@ -4,7 +4,12 @@ "url": "https://www.w3.org/TR/css-cascade-6/" }, "properties": {}, - "descriptors": {}, + "atrules": { + "@scope": { + "value": "@scope () [to ()]? { }", + "descriptors": [] + } + }, "valuespaces": { "": { "prose": "The is a . Each element matched by is a scoping element, creating a scope with itself as the scoping root." diff --git a/tr/css/css-cascade.json b/tr/css/css-cascade.json index eab96c1998ac..daf797b3406a 100644 --- a/tr/css/css-cascade.json +++ b/tr/css/css-cascade.json @@ -19,7 +19,16 @@ ] } }, - "descriptors": {}, + "atrules": { + "@import": { + "value": "@import [ | ] [ layer | layer() ]? [ supports( [ | ] ) ]? ? ;", + "descriptors": [] + }, + "@layer": { + "value": "@layer ? { }", + "descriptors": [] + } + }, "valuespaces": { "": { "value": " [ '.' ]*" diff --git a/tr/css/css-color-5.json b/tr/css/css-color-5.json index 370a5ddae79b..51f4df2c64b6 100644 --- a/tr/css/css-color-5.json +++ b/tr/css/css-color-5.json @@ -4,31 +4,30 @@ "url": "https://www.w3.org/TR/css-color-5/" }, "properties": {}, - "descriptors": { - "src": [ - { - "name": "src", - "for": "@color-profile", - "value": "", - "initial": "n/a" - } - ], - "rendering-intent": [ - { - "name": "rendering-intent", - "for": "@color-profile", - "value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation", - "initial": "relative-colorimetric" - } - ], - "components": [ - { - "name": "components", - "for": "@color-profile", - "value": "#", - "initial": "n/a" - } - ] + "atrules": { + "@color-profile": { + "value": "@color-profile [ | device-cmyk] { }", + "descriptors": [ + { + "name": "src", + "for": "@color-profile", + "value": "", + "initial": "n/a" + }, + { + "name": "rendering-intent", + "for": "@color-profile", + "value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation", + "initial": "relative-colorimetric" + }, + { + "name": "components", + "for": "@color-profile", + "value": "#", + "initial": "n/a" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/css-color-adjust.json b/tr/css/css-color-adjust.json index 451a21699ba0..8c3687d82b45 100644 --- a/tr/css/css-color-adjust.json +++ b/tr/css/css-color-adjust.json @@ -65,6 +65,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-color.json b/tr/css/css-color.json index a87369f9803f..130bc889da66 100644 --- a/tr/css/css-color.json +++ b/tr/css/css-color.json @@ -33,7 +33,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "Colors in CSS are represented by the type:", diff --git a/tr/css/css-conditional-4.json b/tr/css/css-conditional-4.json index bc42cb70410f..85e0639e09d1 100644 --- a/tr/css/css-conditional-4.json +++ b/tr/css/css-conditional-4.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-conditional-4/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": " | " diff --git a/tr/css/css-conditional-5.json b/tr/css/css-conditional-5.json index 5577df8c2ee9..f1f0eedf4487 100644 --- a/tr/css/css-conditional-5.json +++ b/tr/css/css-conditional-5.json @@ -4,7 +4,16 @@ "url": "https://www.w3.org/TR/css-conditional-5/" }, "properties": {}, - "descriptors": {}, + "atrules": { + "@when": { + "value": "@when { }", + "descriptors": [] + }, + "@else": { + "value": "@else ? { }", + "descriptors": [] + } + }, "valuespaces": { "": { "value": " | | | " diff --git a/tr/css/css-conditional.json b/tr/css/css-conditional.json index e6089be5b151..d61e0371b103 100644 --- a/tr/css/css-conditional.json +++ b/tr/css/css-conditional.json @@ -4,7 +4,16 @@ "url": "https://www.w3.org/TR/css-conditional-3/" }, "properties": {}, - "descriptors": {}, + "atrules": { + "@media": { + "value": "@media { }", + "descriptors": [] + }, + "@supports": { + "value": "@supports { }", + "descriptors": [] + } + }, "valuespaces": { "": { "value": "not | [ and ]* | [ or ]*" diff --git a/tr/css/css-contain-3.json b/tr/css/css-contain-3.json index 0513fcd0bbd2..4d5bc31907db 100644 --- a/tr/css/css-contain-3.json +++ b/tr/css/css-contain-3.json @@ -13,12 +13,12 @@ }, "container-type": { "name": "container-type", - "value": "none | style || state || [ size | inline-size | block-size ]", - "initial": "none", + "value": "normal || [ size | inline-size ]", + "initial": "normal", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the keyword none or one or more of size, inline-size, block-size, style, state", + "computedValue": "the keyword normal or one or more of size, inline-size", "canonicalOrder": "per grammar", "animationType": "not animatable", "styleDeclaration": [ @@ -28,12 +28,12 @@ }, "container-name": { "name": "container-name", - "value": "none | [ | ]+", + "value": "none | +", "initial": "none", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "a set of unique identifiers", + "computedValue": "the keyword none, or an ordered list of identifiers", "canonicalOrder": "per grammar", "animationType": "not animatable", "styleDeclaration": [ @@ -43,7 +43,7 @@ }, "container": { "name": "container", - "value": "<'container-type'> [ / <'container-name'> ]?", + "value": "<'container-name'> [ / <'container-type'> ]?", "initial": "see individual properties", "appliesTo": "see individual properties", "inherited": "see individual properties", @@ -56,86 +56,73 @@ ] } }, - "descriptors": { - "width": [ - { - "name": "width", - "for": "@container", - "value": "", - "type": "range" - } - ], - "height": [ - { - "name": "height", - "for": "@container", - "value": "", - "type": "range" - } - ], - "inline-size": [ - { - "name": "inline-size", - "for": "@container", - "value": "", - "type": "range" - } - ], - "block-size": [ - { - "name": "block-size", - "for": "@container", - "value": "", - "type": "range" - } - ], - "aspect-ratio": [ - { - "name": "aspect-ratio", - "for": "@container", - "value": "", - "type": "range" - } - ], - "orientation": [ - { - "name": "orientation", - "for": "@container", - "value": "portrait | landscape", - "type": "discrete" - } - ] + "atrules": { + "@container": { + "value": "@container [ ]? { }", + "descriptors": [ + { + "name": "width", + "for": "@container", + "value": "", + "type": "range" + }, + { + "name": "height", + "for": "@container", + "value": "", + "type": "range" + }, + { + "name": "inline-size", + "for": "@container", + "value": "", + "type": "range" + }, + { + "name": "block-size", + "for": "@container", + "value": "", + "type": "range" + }, + { + "name": "aspect-ratio", + "for": "@container", + "value": "", + "type": "range" + }, + { + "name": "orientation", + "for": "@container", + "value": "portrait | landscape", + "type": "discrete" + } + ] + } }, "valuespaces": { - "": { - "prose": "For each element, the query container to be queried is selected from among the element’s ancestor query containers. The optional filters the set of query containers considered to just those with a matching query container name, and the optional filters the set to just those with a matching container-type. The nearest remaining query container ancestor is selected." - }, - "": { - "prose": "For each element, the query container to be queried is selected from among the element’s ancestor query containers. The optional filters the set of query containers considered to just those with a matching query container name, and the optional filters the set to just those with a matching container-type. The nearest remaining query container ancestor is selected." - }, "": { - "prose": "A container size query (syntactically represented as ) allows querying the size of the query container’s principal box. It is a boolean combination of individual size features () that each query a single, specific dimensional feature of the query container. The syntax of a is the same as for a media feature: a feature name, a comparator, and a value. [mediaqueries-5] The boolean syntax and logic combining size features into a is the same as for CSS feature queries. (See @supports. [CSS-CONDITIONAL-3])" + "prose": "A container size query allows querying the size of the query container’s principal box. It is a boolean combination of individual size features () that each query a single, specific dimensional feature of the query container. The syntax of a is the same as for a media feature: a feature name, a comparator, and a value. [mediaqueries-5] The boolean syntax and logic combining size features into a size query is the same as for CSS feature queries. (See @supports. [CSS-CONDITIONAL-3])" }, "": { - "prose": "A container style query (syntactically represented by ) allows querying the computed values of the query container. It is a boolean combination of individual style features () that each query a single, specific property of the query container. The syntax of a is the same as for a declaration [CSS-SYNTAX-3], and its query is true if the computed value of the given property on the query container matches the given value (which is also computed with respect to the query container), unknown if the property or its value is unsupported, and false otherwise. The boolean syntax and logic combining style features into a is the same as for CSS feature queries. (See @supports. [CSS-CONDITIONAL-3])" + "prose": "A container style query allows querying the computed values of the query container. It is a boolean combination of individual style features () that each query a single, specific property of the query container. The syntax of a is the same as for a declaration [CSS-SYNTAX-3], and its query is true if the computed value of the given property on the query container matches the given value (which is also computed with respect to the query container), unknown if the property or its value is invalid or unsupported, and false otherwise. The boolean syntax and logic combining style features into a style query is the same as for CSS feature queries. (See @supports. [CSS-CONDITIONAL-3])" }, - "": { - "value": "not | [ and ]* | [ or ]*" - }, - "": { - "value": "( ) | size( ) | style( )" + "": { + "value": "" }, - "": { - "value": " | " + "": { + "value": "not | [ [ and ]* | [ or ]* ]" }, - "": { - "value": "not ( ) | ( ) [ and ( ) ]* | ( ) [ or ( ) ]*" + "": { + "value": "( ) | ( ) | style( ) | " }, "": { - "value": " | " + "value": " | " }, "": { - "value": "not ( ) | ( ) [ and ( ) ]* | ( ) [ or ( ) ]*" + "value": "not | [ [ and ]* | [ or ]* ]" + }, + "": { + "value": "( ) | ( ) | " } } } diff --git a/tr/css/css-contain.json b/tr/css/css-contain.json index 6510b0740271..49f89f76af88 100644 --- a/tr/css/css-contain.json +++ b/tr/css/css-contain.json @@ -34,6 +34,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-content.json b/tr/css/css-content.json index 19dd221c18f5..ace1fec403a3 100644 --- a/tr/css/css-content.json +++ b/tr/css/css-content.json @@ -93,7 +93,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "" diff --git a/tr/css/css-counter-styles.json b/tr/css/css-counter-styles.json index 4a642c36df7b..44e06c787523 100644 --- a/tr/css/css-counter-styles.json +++ b/tr/css/css-counter-styles.json @@ -4,87 +4,71 @@ "url": "https://www.w3.org/TR/css-counter-styles-3/" }, "properties": {}, - "descriptors": { - "system": [ - { - "name": "system", - "for": "@counter-style", - "value": "cyclic | numeric | alphabetic | symbolic | additive | [fixed ?] | [ extends ]", - "initial": "symbolic" - } - ], - "negative": [ - { - "name": "negative", - "for": "@counter-style", - "value": " ?", - "initial": "\"\\2D\" (\"-\" hyphen-minus)" - } - ], - "prefix": [ - { - "name": "prefix", - "for": "@counter-style", - "value": "", - "initial": "\"\" (the empty string)" - } - ], - "suffix": [ - { - "name": "suffix", - "for": "@counter-style", - "value": "", - "initial": "\"\\2E\\20\" (\".\" full stop followed by a space)" - } - ], - "range": [ - { - "name": "range", - "for": "@counter-style", - "value": "[ [ | infinite ]{2} ]# | auto", - "initial": "auto" - } - ], - "pad": [ - { - "name": "pad", - "for": "@counter-style", - "value": " && ", - "initial": "0 \"\"" - } - ], - "fallback": [ - { - "name": "fallback", - "for": "@counter-style", - "value": "", - "initial": "decimal" - } - ], - "symbols": [ - { - "name": "symbols", - "for": "@counter-style", - "value": "+", - "initial": "n/a" - } - ], - "additive-symbols": [ - { - "name": "additive-symbols", - "for": "@counter-style", - "value": "[ && ]#", - "initial": "n/a" - } - ], - "speak-as": [ - { - "name": "speak-as", - "for": "@counter-style", - "value": "auto | bullets | numbers | words | spell-out | ", - "initial": "auto" - } - ] + "atrules": { + "@counter-style": { + "descriptors": [ + { + "name": "system", + "for": "@counter-style", + "value": "cyclic | numeric | alphabetic | symbolic | additive | [fixed ?] | [ extends ]", + "initial": "symbolic" + }, + { + "name": "negative", + "for": "@counter-style", + "value": " ?", + "initial": "\"\\2D\" (\"-\" hyphen-minus)" + }, + { + "name": "prefix", + "for": "@counter-style", + "value": "", + "initial": "\"\" (the empty string)" + }, + { + "name": "suffix", + "for": "@counter-style", + "value": "", + "initial": "\"\\2E\\20\" (\".\" full stop followed by a space)" + }, + { + "name": "range", + "for": "@counter-style", + "value": "[ [ | infinite ]{2} ]# | auto", + "initial": "auto" + }, + { + "name": "pad", + "for": "@counter-style", + "value": " && ", + "initial": "0 \"\"" + }, + { + "name": "fallback", + "for": "@counter-style", + "value": "", + "initial": "decimal" + }, + { + "name": "symbols", + "for": "@counter-style", + "value": "+", + "initial": "n/a" + }, + { + "name": "additive-symbols", + "for": "@counter-style", + "value": "[ && ]#", + "initial": "n/a" + }, + { + "name": "speak-as", + "for": "@counter-style", + "value": "auto | bullets | numbers | words | spell-out | ", + "initial": "auto" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/css-device-adapt.json b/tr/css/css-device-adapt.json index b79c893716d7..dd6b8d68b5ee 100644 --- a/tr/css/css-device-adapt.json +++ b/tr/css/css-device-adapt.json @@ -4,170 +4,146 @@ "url": "https://www.w3.org/TR/css-device-adapt-1/" }, "properties": {}, - "descriptors": { - "min-width#descdef-viewport-min-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties": [ - { - "name": "min-width#descdef-viewport-min-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties", - "for": "@viewport", - "value": "", - "initial": "auto", - "percentages": "Refer to the width of the initial viewport", - "media": "visual, continuous", - "computedValue": "auto, an absolute length, or a percentage as specified" - } - ], - "max-width#descdef-viewport-max-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties": [ - { - "name": "max-width#descdef-viewport-max-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties", - "for": "@viewport", - "value": "", - "initial": "auto", - "percentages": "Refer to the width of the initial viewport", - "media": "visual, continuous", - "computedValue": "auto, an absolute length, or a percentage as specified" - } - ], - "width#descdef-viewport-widthReferenced in:5.2. The width shorthand descriptor The width and height properties (2)": [ - { - "name": "width#descdef-viewport-widthReferenced in:5.2. The width shorthand descriptor The width and height properties (2)", - "for": "@viewport", - "value": "{1,2}", - "initial": "See individual descriptors", - "percentages": "See individual descriptors", - "media": "visual, continuous", - "computedValue": "See individual descriptors" - } - ], - "min-height#descdef-viewport-min-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties": [ - { - "name": "min-height#descdef-viewport-min-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties", - "for": "@viewport", - "value": "", - "initial": "auto", - "percentages": "Refer to the height of the initial viewport", - "media": "visual, continuous", - "computedValue": "auto, an absolute length, or a percentage as specified" - } - ], - "max-height#descdef-viewport-max-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties": [ - { - "name": "max-height#descdef-viewport-max-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties", - "for": "@viewport", - "value": "", - "initial": "auto", - "percentages": "Refer to the height of the initial viewport", - "media": "visual, continuous", - "computedValue": "auto, an absolute length, or a percentage as specified" - } - ], - "height#descdef-viewport-heightReferenced in:5.4. The height shorthand descriptor The width and height properties": [ - { - "name": "height#descdef-viewport-heightReferenced in:5.4. The height shorthand descriptor The width and height properties", - "for": "@viewport", - "value": "{1,2}", - "initial": "See individual descriptors", - "percentages": "See individual descriptors", - "media": "visual, continuous", - "computedValue": "See individual descriptors" - } - ], - "zoom#descdef-viewport-zoomReferenced in:5.5. The zoom descriptor (2)5.6. The min-zoom descriptor (2) (3)5.7. The max-zoom descriptor (2) (3) The width and height properties10. Handling auto for zoom (2) (3)Appendix A. Changes": [ - { - "name": "zoom#descdef-viewport-zoomReferenced in:5.5. The zoom descriptor (2)5.6. The min-zoom descriptor (2) (3)5.7. The max-zoom descriptor (2) (3) The width and height properties10. Handling auto for zoom (2) (3)Appendix A. Changes", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "min-zoom#descdef-viewport-min-zoomReferenced in:5.6. The min-zoom descriptor9.3. extend-to-zoom The initial-scale": [ - { - "name": "min-zoom#descdef-viewport-min-zoomReferenced in:5.6. The min-zoom descriptor9.3. extend-to-zoom The initial-scale", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "minimum-scale": [ - { - "name": "minimum-scale", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - }, - { - "name": "minimum-scale", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "and maximum-scale properties (2)": [ - { - "name": "and maximum-scale properties (2)", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "max-zoom#descdef-viewport-max-zoomReferenced in:5.7. The max-zoom descriptor9.3. extend-to-zoom The initial-scale": [ - { - "name": "max-zoom#descdef-viewport-max-zoomReferenced in:5.7. The max-zoom descriptor9.3. extend-to-zoom The initial-scale", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "and maximum-scale properties (2) (3)": [ - { - "name": "and maximum-scale properties (2) (3)", - "for": "@viewport", - "value": "auto | | ", - "initial": "auto", - "percentages": "The zoom factor itself", - "media": "visual, continuous", - "computedValue": "auto, or a non-negative number or percentage as specified" - } - ], - "user-zoom#descdef-viewport-user-zoomReferenced in:5.8. The user-zoom descriptor The user-scalable property": [ - { - "name": "user-zoom#descdef-viewport-user-zoomReferenced in:5.8. The user-zoom descriptor The user-scalable property", - "for": "@viewport", - "value": "zoom | fixed", - "initial": "zoom", - "percentages": "N/A", - "media": "visual, continuous", - "computedValue": "as specified" - } - ], - "orientation#descdef-viewport-orientationReferenced in:5.9. The orientation descriptor": [ - { - "name": "orientation#descdef-viewport-orientationReferenced in:5.9. The orientation descriptor", - "for": "@viewport", - "value": "auto | portrait | landscape", - "initial": "auto", - "percentages": "N/A", - "media": "visual, continuous", - "computedValue": "as specified" - } - ] + "atrules": { + "@viewport": { + "descriptors": [ + { + "name": "min-width#descdef-viewport-min-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties", + "for": "@viewport", + "value": "", + "initial": "auto", + "percentages": "Refer to the width of the initial viewport", + "media": "visual, continuous", + "computedValue": "auto, an absolute length, or a percentage as specified" + }, + { + "name": "max-width#descdef-viewport-max-widthReferenced in:5.1. The min-width and max-width descriptors (2)5.2. The width shorthand descriptor (2) (3) Resolve non-auto lengths to pixel lengths The width and height properties", + "for": "@viewport", + "value": "", + "initial": "auto", + "percentages": "Refer to the width of the initial viewport", + "media": "visual, continuous", + "computedValue": "auto, an absolute length, or a percentage as specified" + }, + { + "name": "width#descdef-viewport-widthReferenced in:5.2. The width shorthand descriptor The width and height properties (2)", + "for": "@viewport", + "value": "{1,2}", + "initial": "See individual descriptors", + "percentages": "See individual descriptors", + "media": "visual, continuous", + "computedValue": "See individual descriptors" + }, + { + "name": "min-height#descdef-viewport-min-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties", + "for": "@viewport", + "value": "", + "initial": "auto", + "percentages": "Refer to the height of the initial viewport", + "media": "visual, continuous", + "computedValue": "auto, an absolute length, or a percentage as specified" + }, + { + "name": "max-height#descdef-viewport-max-heightReferenced in:5.3. The min-height and max-height descriptors Resolve non-auto lengths to pixel lengths The width and height properties", + "for": "@viewport", + "value": "", + "initial": "auto", + "percentages": "Refer to the height of the initial viewport", + "media": "visual, continuous", + "computedValue": "auto, an absolute length, or a percentage as specified" + }, + { + "name": "height#descdef-viewport-heightReferenced in:5.4. The height shorthand descriptor The width and height properties", + "for": "@viewport", + "value": "{1,2}", + "initial": "See individual descriptors", + "percentages": "See individual descriptors", + "media": "visual, continuous", + "computedValue": "See individual descriptors" + }, + { + "name": "zoom#descdef-viewport-zoomReferenced in:5.5. The zoom descriptor (2)5.6. The min-zoom descriptor (2) (3)5.7. The max-zoom descriptor (2) (3) The width and height properties10. Handling auto for zoom (2) (3)Appendix A. Changes", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "min-zoom#descdef-viewport-min-zoomReferenced in:5.6. The min-zoom descriptor9.3. extend-to-zoom The initial-scale", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "minimum-scale", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "minimum-scale", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "and maximum-scale properties (2)", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "max-zoom#descdef-viewport-max-zoomReferenced in:5.7. The max-zoom descriptor9.3. extend-to-zoom The initial-scale", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "and maximum-scale properties (2) (3)", + "for": "@viewport", + "value": "auto | | ", + "initial": "auto", + "percentages": "The zoom factor itself", + "media": "visual, continuous", + "computedValue": "auto, or a non-negative number or percentage as specified" + }, + { + "name": "user-zoom#descdef-viewport-user-zoomReferenced in:5.8. The user-zoom descriptor The user-scalable property", + "for": "@viewport", + "value": "zoom | fixed", + "initial": "zoom", + "percentages": "N/A", + "media": "visual, continuous", + "computedValue": "as specified" + }, + { + "name": "orientation#descdef-viewport-orientationReferenced in:5.9. The orientation descriptor", + "for": "@viewport", + "value": "auto | portrait | landscape", + "initial": "auto", + "percentages": "N/A", + "media": "visual, continuous", + "computedValue": "as specified" + } + ] + } }, "valuespaces": {} } diff --git a/tr/css/css-display.json b/tr/css/css-display.json index 4786883f2e75..91b27f30eb85 100644 --- a/tr/css/css-display.json +++ b/tr/css/css-display.json @@ -48,7 +48,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "block | inline | run-in" diff --git a/tr/css/css-easing.json b/tr/css/css-easing.json index 08f3c7de02de..715a4495ee7c 100644 --- a/tr/css/css-easing.json +++ b/tr/css/css-easing.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-easing-1/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "linear | | " diff --git a/tr/css/css-exclusions.json b/tr/css/css-exclusions.json index 9d374d57f262..0bc91e9e9e22 100644 --- a/tr/css/css-exclusions.json +++ b/tr/css/css-exclusions.json @@ -35,6 +35,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-flexbox.json b/tr/css/css-flexbox.json index 0c9c4b1295a6..9227c30daeb6 100644 --- a/tr/css/css-flexbox.json +++ b/tr/css/css-flexbox.json @@ -190,6 +190,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-fonts-5.json b/tr/css/css-fonts-5.json index a78e90262079..aa95a4b61b97 100644 --- a/tr/css/css-fonts-5.json +++ b/tr/css/css-fonts-5.json @@ -20,79 +20,65 @@ ] } }, - "descriptors": { - "font-size": [ - { - "name": "font-size", - "for": "@font-face", - "value": "auto | []{1,2}", - "initial": "normal" - } - ], - "size-adjust": [ - { - "name": "size-adjust", - "for": "@font-face", - "value": "", - "initial": "100%" - } - ], - "ascent-override": [ - { - "name": "ascent-override", - "for": "@font-face", - "value": "[ normal | ]{1,2}", - "initial": "normal" - } - ], - "descent-override": [ - { - "name": "descent-override", - "for": "@font-face", - "value": "[ normal | ]{1,2}", - "initial": "normal" - } - ], - "line-gap-override": [ - { - "name": "line-gap-override", - "for": "@font-face", - "value": "[ normal | ]{1,2}", - "initial": "normal" - } - ], - "superscript-position-override": [ - { - "name": "superscript-position-override", - "for": "@font-face", - "value": "[ normal | from-font | ]{1,2}", - "initial": "normal" - } - ], - "subscript-position-override": [ - { - "name": "subscript-position-override", - "for": "@font-face", - "value": "[ normal | from-font | ]{1,2}", - "initial": "normal" - } - ], - "superscript-size-override": [ - { - "name": "superscript-size-override", - "for": "@font-face", - "value": "[ normal | from-font | ]{1,2}", - "initial": "normal" - } - ], - "subscript-size-override": [ - { - "name": "subscript-size-override", - "for": "@font-face", - "value": "[ normal | from-font | ]{1,2}", - "initial": "normal" - } - ] + "atrules": { + "@font-face": { + "descriptors": [ + { + "name": "font-size", + "for": "@font-face", + "value": "auto | []{1,2}", + "initial": "normal" + }, + { + "name": "size-adjust", + "for": "@font-face", + "value": "", + "initial": "100%" + }, + { + "name": "ascent-override", + "for": "@font-face", + "value": "[ normal | ]{1,2}", + "initial": "normal" + }, + { + "name": "descent-override", + "for": "@font-face", + "value": "[ normal | ]{1,2}", + "initial": "normal" + }, + { + "name": "line-gap-override", + "for": "@font-face", + "value": "[ normal | ]{1,2}", + "initial": "normal" + }, + { + "name": "superscript-position-override", + "for": "@font-face", + "value": "[ normal | from-font | ]{1,2}", + "initial": "normal" + }, + { + "name": "subscript-position-override", + "for": "@font-face", + "value": "[ normal | from-font | ]{1,2}", + "initial": "normal" + }, + { + "name": "superscript-size-override", + "for": "@font-face", + "value": "[ normal | from-font | ]{1,2}", + "initial": "normal" + }, + { + "name": "subscript-size-override", + "for": "@font-face", + "value": "[ normal | from-font | ]{1,2}", + "initial": "normal" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/css-fonts.json b/tr/css/css-fonts.json index 4e77d0572a64..a198d4a71f92 100644 --- a/tr/css/css-fonts.json +++ b/tr/css/css-fonts.json @@ -381,147 +381,130 @@ ] } }, - "descriptors": { - "font-family": [ - { - "name": "font-family", - "for": "@font-face", - "value": "", - "initial": "N/A" - }, - { - "name": "font-family", - "for": "@font-palette-values", - "value": "<'font-family'>", - "initial": "N/A" - } - ], - "src": [ - { - "name": "src", - "for": "@font-face", - "value": "see prose", - "initial": "N/A" - } - ], - "font-style": [ - { - "name": "font-style", - "for": "@font-face", - "value": "auto | normal | italic | oblique [ {1,2} ]?", - "initial": "auto" - } - ], - "font-weight": [ - { - "name": "font-weight", - "for": "@font-face", - "value": "auto | {1,2}", - "initial": "auto" - } - ], - "font-stretch": [ - { - "name": "font-stretch", - "for": "@font-face", - "value": "auto | <'font-stretch'>{1,2}", - "initial": "auto" - } - ], - "unicode-range": [ - { - "name": "unicode-range", - "for": "@font-face", - "value": "#", - "initial": "U+0-10FFFF" - } - ], - "font-feature-settings": [ - { - "name": "font-feature-settings", - "for": "@font-face", - "value": "normal | #", - "initial": "normal" - } - ], - "font-variation-settings": [ - { - "name": "font-variation-settings", - "for": "@font-face", - "value": "normal | [ ]#", - "initial": "normal" - } - ], - "font-named-instance": [ - { - "name": "font-named-instance", - "for": "@font-face", - "value": "auto | ", - "initial": "auto" - } - ], - "font-display": [ - { - "name": "font-display", - "for": "@font-face", - "value": "auto | block | swap | fallback | optional", - "initial": "auto" - }, - { - "name": "font-display", - "for": "@font-feature-values", - "value": "auto | block | swap | fallback | optional", - "initial": "auto" - } - ], - "font-language-override": [ - { - "name": "font-language-override", - "for": "@font-face", - "value": "normal | ", - "initial": "normal" - } - ], - "ascent-override": [ - { - "name": "ascent-override", - "for": "@font-face", - "value": "normal | ", - "initial": "normal" - } - ], - "descent-override": [ - { - "name": "descent-override", - "for": "@font-face", - "value": "normal | ", - "initial": "normal" - } - ], - "line-gap-override": [ - { - "name": "line-gap-override", - "for": "@font-face", - "value": "normal | ", - "initial": "normal" - } - ], - "base-palette": [ - { - "name": "base-palette", - "for": "@font-palette-values", - "value": "light | dark | ", - "initial": "N/A" - } - ], - "override-colors": [ - { - "name": "override-colors", - "for": "@font-palette-values", - "value": "[ ]#", - "initial": "N/A" - } - ] + "atrules": { + "@font-face": { + "value": "@font-face { }", + "descriptors": [ + { + "name": "font-family", + "for": "@font-face", + "value": "", + "initial": "N/A" + }, + { + "name": "src", + "for": "@font-face", + "value": "see prose", + "initial": "N/A" + }, + { + "name": "font-style", + "for": "@font-face", + "value": "auto | normal | italic | oblique [ {1,2} ]?", + "initial": "auto" + }, + { + "name": "font-weight", + "for": "@font-face", + "value": "auto | {1,2}", + "initial": "auto" + }, + { + "name": "font-stretch", + "for": "@font-face", + "value": "auto | <'font-stretch'>{1,2}", + "initial": "auto" + }, + { + "name": "unicode-range", + "for": "@font-face", + "value": "#", + "initial": "U+0-10FFFF" + }, + { + "name": "font-feature-settings", + "for": "@font-face", + "value": "normal | #", + "initial": "normal" + }, + { + "name": "font-variation-settings", + "for": "@font-face", + "value": "normal | [ ]#", + "initial": "normal" + }, + { + "name": "font-named-instance", + "for": "@font-face", + "value": "auto | ", + "initial": "auto" + }, + { + "name": "font-display", + "for": "@font-face", + "value": "auto | block | swap | fallback | optional", + "initial": "auto" + }, + { + "name": "font-language-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, + { + "name": "ascent-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, + { + "name": "descent-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, + { + "name": "line-gap-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + } + ] + }, + "@font-feature-values": { + "value": "@font-feature-values # { }", + "descriptors": [ + { + "name": "font-display", + "for": "@font-feature-values", + "value": "auto | block | swap | fallback | optional", + "initial": "auto" + } + ] + }, + "@font-palette-values": { + "value": "@font-palette-values { }", + "descriptors": [ + { + "name": "font-family", + "for": "@font-palette-values", + "value": "<'font-family'>", + "initial": "N/A" + }, + { + "name": "base-palette", + "for": "@font-palette-values", + "value": "light | dark | ", + "initial": "N/A" + }, + { + "name": "override-colors", + "for": "@font-palette-values", + "value": "[ ]#", + "initial": "N/A" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/css-gcpm.json b/tr/css/css-gcpm.json index c8213640ec07..839ab71ffffd 100644 --- a/tr/css/css-gcpm.json +++ b/tr/css/css-gcpm.json @@ -113,7 +113,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "content([text | before | after | first-letter ])" diff --git a/tr/css/css-grid.json b/tr/css/css-grid.json index 5b3475d7e2b1..d32c5ca21b59 100644 --- a/tr/css/css-grid.json +++ b/tr/css/css-grid.json @@ -236,7 +236,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form." diff --git a/tr/css/css-highlight-api.json b/tr/css/css-highlight-api.json index a9342f60daa3..f521213c1ece 100644 --- a/tr/css/css-highlight-api.json +++ b/tr/css/css-highlight-api.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-highlight-api-1/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The ::highlight() pseudo-element (also known as the custom highlight pseudo-element) represents the portion of a document that is being contained or partially contained in all the ranges of the registered custom highlight with the custom highlight name , if any. must be a valid CSS ." diff --git a/tr/css/css-images-4.json b/tr/css/css-images-4.json index b3556fb849a4..e0db845a8751 100644 --- a/tr/css/css-images-4.json +++ b/tr/css/css-images-4.json @@ -21,7 +21,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "In addition to linear-gradient(), radial-gradient(), and conic-gradient(), this specification defines repeating-linear-gradient(), repeating-radial-gradient(), and repeating-conic-gradient() values. These notations take the same values and are interpreted the same as their respective non-repeating siblings defined previously." diff --git a/tr/css/css-images.json b/tr/css/css-images.json index 8b45e57233be..c3cafdb9b1cf 100644 --- a/tr/css/css-images.json +++ b/tr/css/css-images.json @@ -65,7 +65,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "Both circle and ellipse gradients accept the following keywords as their :" diff --git a/tr/css/css-inline.json b/tr/css/css-inline.json index d3599d4f7b35..4576c34b2ef9 100644 --- a/tr/css/css-inline.json +++ b/tr/css/css-inline.json @@ -185,6 +185,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-line-grid.json b/tr/css/css-line-grid.json index c983d4e3d57b..0827dbc8629c 100644 --- a/tr/css/css-line-grid.json +++ b/tr/css/css-line-grid.json @@ -50,6 +50,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-lists.json b/tr/css/css-lists.json index 89024ff4f2a1..fd9d363316d5 100644 --- a/tr/css/css-lists.json +++ b/tr/css/css-lists.json @@ -125,7 +125,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "Counters are referred to in CSS syntax using the type, which represents their name as a . A name cannot match the keyword none; such an identifier is invalid as a ." diff --git a/tr/css/css-logical.json b/tr/css/css-logical.json index 4e5758d5afbd..2875aa74df21 100644 --- a/tr/css/css-logical.json +++ b/tr/css/css-logical.json @@ -841,6 +841,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-masking.json b/tr/css/css-masking.json index e8ab38c442b8..79a57adb5d88 100644 --- a/tr/css/css-masking.json +++ b/tr/css/css-masking.json @@ -323,7 +323,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "rect( , , , )" diff --git a/tr/css/css-multicol.json b/tr/css/css-multicol.json index 1bee38348700..87db390f0e0b 100644 --- a/tr/css/css-multicol.json +++ b/tr/css/css-multicol.json @@ -139,6 +139,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-nav.json b/tr/css/css-nav.json index 47a5599579c3..24e97156c4a4 100644 --- a/tr/css/css-nav.json +++ b/tr/css/css-nav.json @@ -50,6 +50,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-nesting.json b/tr/css/css-nesting.json new file mode 100644 index 000000000000..6430afa5db36 --- /dev/null +++ b/tr/css/css-nesting.json @@ -0,0 +1,14 @@ +{ + "spec": { + "title": "CSS Nesting Module", + "url": "https://www.w3.org/TR/css-nesting-1/" + }, + "properties": {}, + "atrules": { + "@nest": { + "value": "@nest { }", + "descriptors": [] + } + }, + "valuespaces": {} +} diff --git a/tr/css/css-overflow-4.json b/tr/css/css-overflow-4.json index 20a888d20242..a84944d39ddf 100644 --- a/tr/css/css-overflow-4.json +++ b/tr/css/css-overflow-4.json @@ -52,6 +52,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-overflow.json b/tr/css/css-overflow.json index 55933e9a92af..0fd7fb5c8351 100644 --- a/tr/css/css-overflow.json +++ b/tr/css/css-overflow.json @@ -214,6 +214,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-overscroll.json b/tr/css/css-overscroll.json index 51c9bd26ef6f..ab325ddcaed4 100644 --- a/tr/css/css-overscroll.json +++ b/tr/css/css-overscroll.json @@ -85,6 +85,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-page-floats.json b/tr/css/css-page-floats.json index 3e1fedc9dab4..1920db33fbc5 100644 --- a/tr/css/css-page-floats.json +++ b/tr/css/css-page-floats.json @@ -78,6 +78,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-page.json b/tr/css/css-page.json index 67b62f2fbe12..f1005c761e74 100644 --- a/tr/css/css-page.json +++ b/tr/css/css-page.json @@ -19,34 +19,97 @@ ] } }, - "descriptors": { - "size": [ - { - "name": "size", - "for": "@page", - "value": "{1,2} | auto | [ || [ portrait | landscape ] ]", - "initial": "auto", - "computedValue": "specified value, with s made absolute." - } - ], - "marks": [ - { - "name": "marks", - "for": "@page", - "value": "none | [ crop || cross ]", - "initial": "none", - "computedValue": "as specified" - } - ], - "bleed": [ - { - "name": "bleed", - "for": "@page", - "value": "auto | ", - "initial": "auto", - "computedValue": "as specified" - } - ] + "atrules": { + "@page": { + "value": "@page ? { }", + "descriptors": [ + { + "name": "size", + "for": "@page", + "value": "{1,2} | auto | [ || [ portrait | landscape ] ]", + "initial": "auto", + "computedValue": "specified value, with s made absolute." + }, + { + "name": "marks", + "for": "@page", + "value": "none | [ crop || cross ]", + "initial": "none", + "computedValue": "as specified" + }, + { + "name": "bleed", + "for": "@page", + "value": "auto | ", + "initial": "auto", + "computedValue": "as specified" + } + ] + }, + "@top-left-corner": { + "value": "@top-left-corner { };", + "descriptors": [] + }, + "@top-left": { + "value": "@top-left { };", + "descriptors": [] + }, + "@top-center": { + "value": "@top-center { };", + "descriptors": [] + }, + "@top-right": { + "value": "@top-right { };", + "descriptors": [] + }, + "@top-right-corner": { + "value": "@top-right-corner { };", + "descriptors": [] + }, + "@bottom-left-corner": { + "value": "@bottom-left-corner { };", + "descriptors": [] + }, + "@bottom-left": { + "value": "@bottom-left { };", + "descriptors": [] + }, + "@bottom-center": { + "value": "@bottom-center { };", + "descriptors": [] + }, + "@bottom-right": { + "value": "@bottom-right { };", + "descriptors": [] + }, + "@bottom-right-corner": { + "value": "@bottom-right-corner { };", + "descriptors": [] + }, + "@left-top": { + "value": "@left-top { };", + "descriptors": [] + }, + "@left-middle": { + "value": "@left-middle { };", + "descriptors": [] + }, + "@left-bottom": { + "value": "@left-bottom { };", + "descriptors": [] + }, + "@right-top": { + "value": "@right-top { };", + "descriptors": [] + }, + "@right-middle": { + "value": "@right-middle { };", + "descriptors": [] + }, + "@right-bottom": { + "value": "@right-bottom { };", + "descriptors": [] + } }, "valuespaces": { "": { diff --git a/tr/css/css-paint-api.json b/tr/css/css-paint-api.json index ef9a21156821..ff837eb113cc 100644 --- a/tr/css/css-paint-api.json +++ b/tr/css/css-paint-api.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-paint-api-1/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "paint( , ? )" diff --git a/tr/css/css-position.json b/tr/css/css-position.json index 0ceae6ab515b..882e7984f373 100644 --- a/tr/css/css-position.json +++ b/tr/css/css-position.json @@ -180,6 +180,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-properties-values-api.json b/tr/css/css-properties-values-api.json index 588dc2470460..fea80b10de9b 100644 --- a/tr/css/css-properties-values-api.json +++ b/tr/css/css-properties-values-api.json @@ -4,31 +4,30 @@ "url": "https://www.w3.org/TR/css-properties-values-api-1/" }, "properties": {}, - "descriptors": { - "syntax": [ - { - "name": "syntax", - "for": "@property", - "value": "", - "initial": "n/a (see prose)" - } - ], - "inherits": [ - { - "name": "inherits", - "for": "@property", - "value": "true | false", - "initial": "n/a (see prose)" - } - ], - "initial-value": [ - { - "name": "initial-value", - "for": "@property", - "value": "", - "initial": "the guaranteed-invalid value (but see prose)" - } - ] + "atrules": { + "@property": { + "value": "@property { }", + "descriptors": [ + { + "name": "syntax", + "for": "@property", + "value": "", + "initial": "n/a (see prose)" + }, + { + "name": "inherits", + "for": "@property", + "value": "true | false", + "initial": "n/a (see prose)" + }, + { + "name": "initial-value", + "for": "@property", + "value": "", + "initial": "the guaranteed-invalid value (but see prose)" + } + ] + } }, "valuespaces": {} } diff --git a/tr/css/css-regions.json b/tr/css/css-regions.json index fb0304b4a007..9cc16dc9d7cd 100644 --- a/tr/css/css-regions.json +++ b/tr/css/css-regions.json @@ -83,6 +83,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-rhythm.json b/tr/css/css-rhythm.json index 86862625f83f..a78fba75c494 100644 --- a/tr/css/css-rhythm.json +++ b/tr/css/css-rhythm.json @@ -101,6 +101,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-round-display.json b/tr/css/css-round-display.json index a152d03b2f10..88f21ae69a06 100644 --- a/tr/css/css-round-display.json +++ b/tr/css/css-round-display.json @@ -37,26 +37,30 @@ ] } }, - "descriptors": { - "shape": [ - { - "name": "shape", - "for": "@media", - "value": "rect | round", - "type": "discrete" - } - ], - "viewport-fit": [ - { - "name": "viewport-fit", - "for": "@viewport", - "value": "auto | contain | cover", - "initial": "auto", - "percentages": "N/A", - "media": "visual, continuous", - "computedValue": "as specified" - } - ] + "atrules": { + "@media": { + "descriptors": [ + { + "name": "shape", + "for": "@media", + "value": "rect | round", + "type": "discrete" + } + ] + }, + "@viewport": { + "descriptors": [ + { + "name": "viewport-fit", + "for": "@viewport", + "value": "auto | contain | cover", + "initial": "auto", + "percentages": "N/A", + "media": "visual, continuous", + "computedValue": "as specified" + } + ] + } }, "valuespaces": {} } diff --git a/tr/css/css-ruby.json b/tr/css/css-ruby.json index 25a7a790d4f6..11fda7248e67 100644 --- a/tr/css/css-ruby.json +++ b/tr/css/css-ruby.json @@ -72,6 +72,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-scoping.json b/tr/css/css-scoping.json new file mode 100644 index 000000000000..49860c796505 --- /dev/null +++ b/tr/css/css-scoping.json @@ -0,0 +1,14 @@ +{ + "spec": { + "title": "CSS Scoping Module Level 1", + "url": "https://www.w3.org/TR/css-scoping-1/" + }, + "properties": {}, + "atrules": { + "@scope": { + "value": "@scope { }", + "descriptors": [] + } + }, + "valuespaces": {} +} diff --git a/tr/css/css-scroll-anchoring.json b/tr/css/css-scroll-anchoring.json index 5e6dd8918bb5..e0be788dda1e 100644 --- a/tr/css/css-scroll-anchoring.json +++ b/tr/css/css-scroll-anchoring.json @@ -20,6 +20,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-scroll-snap.json b/tr/css/css-scroll-snap.json index ea0caa6c7db3..429c34611197 100644 --- a/tr/css/css-scroll-snap.json +++ b/tr/css/css-scroll-snap.json @@ -380,6 +380,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-scrollbars.json b/tr/css/css-scrollbars.json index 90020e4ebb9c..4129f6199de9 100644 --- a/tr/css/css-scrollbars.json +++ b/tr/css/css-scrollbars.json @@ -35,6 +35,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-shadow-parts.json b/tr/css/css-shadow-parts.json index efb27840521a..acd7b2ddfacd 100644 --- a/tr/css/css-shadow-parts.json +++ b/tr/css/css-shadow-parts.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-shadow-parts-1/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "<::part()>": { "value": "::part( )" diff --git a/tr/css/css-shapes.json b/tr/css/css-shapes.json index f4aa2aa93356..09582a35fab5 100644 --- a/tr/css/css-shapes.json +++ b/tr/css/css-shapes.json @@ -47,7 +47,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The type can be specified using basic shape functions. When using this syntax to define shapes, the reference box is defined by each property that uses values. The coordinate system for the shape has its origin on the top-left corner of the reference box with the x-axis running to the right and the y-axis running downwards. All the lengths expressed in percentages are resolved from the used dimensions of the reference box." diff --git a/tr/css/css-sizing-4.json b/tr/css/css-sizing-4.json index a69a78ec2719..eace5178fdf1 100644 --- a/tr/css/css-sizing-4.json +++ b/tr/css/css-sizing-4.json @@ -204,6 +204,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-sizing.json b/tr/css/css-sizing.json index 915434426821..e060b9449ebe 100644 --- a/tr/css/css-sizing.json +++ b/tr/css/css-sizing.json @@ -118,6 +118,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-speech.json b/tr/css/css-speech.json index 9bd52085083a..f388773c8803 100644 --- a/tr/css/css-speech.json +++ b/tr/css/css-speech.json @@ -248,6 +248,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-syntax.json b/tr/css/css-syntax.json index 89cc5492a3a7..31593f941de5 100644 --- a/tr/css/css-syntax.json +++ b/tr/css/css-syntax.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-syntax-3/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The output of tokenization step is a stream of zero or more of the following tokens: , , , , , , , , , , , , , , , , , , <[-token>, <]-token>, <(-token>, <)-token>, <{-token>, and <}-token>." diff --git a/tr/css/css-tables.json b/tr/css/css-tables.json index cf326358b60b..cec752374db0 100644 --- a/tr/css/css-tables.json +++ b/tr/css/css-tables.json @@ -80,6 +80,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-text-4.json b/tr/css/css-text-4.json index 32ff4bcfcdb7..47b93d5cd71a 100644 --- a/tr/css/css-text-4.json +++ b/tr/css/css-text-4.json @@ -484,7 +484,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": " must be a valid CSS or . It represents an IETF BCP 47 language range (see [BCP47]). If the UA does not support word-boundary detection for all languages represented by the specified range, that specified value is invalid (and will cause the declaration to be ignored)." diff --git a/tr/css/css-text-decor-4.json b/tr/css/css-text-decor-4.json index 6f572a09ff62..921e19a16044 100644 --- a/tr/css/css-text-decor-4.json +++ b/tr/css/css-text-decor-4.json @@ -290,6 +290,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-text-decor.json b/tr/css/css-text-decor.json index 850fbf0dcf8d..9282ec1b7982 100644 --- a/tr/css/css-text-decor.json +++ b/tr/css/css-text-decor.json @@ -155,6 +155,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-text.json b/tr/css/css-text.json index aa97cc47b1c0..0a0c901515f0 100644 --- a/tr/css/css-text.json +++ b/tr/css/css-text.json @@ -244,6 +244,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/css-transforms-2.json b/tr/css/css-transforms-2.json index ff2ba4845719..3a484d27ff07 100644 --- a/tr/css/css-transforms-2.json +++ b/tr/css/css-transforms-2.json @@ -107,7 +107,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The value of the transform property is a list of . The set of allowed transform functions is given below. Wherever is used in this specification, a that is equal to zero is also allowed, which is treated the same as an angle of zero degrees. A percentage for horizontal translations is relative to the width of the reference box. A percentage for vertical translations is relative to the height of the reference box. A percentage in a scale function is equivalent to a number, and serializes as a number in specified values. For example, scale3d(50%, 100%, 150%) serializes as scale3d(0.5, 1, 1.5)." diff --git a/tr/css/css-transforms.json b/tr/css/css-transforms.json index c5159d560b87..add34f24732c 100644 --- a/tr/css/css-transforms.json +++ b/tr/css/css-transforms.json @@ -49,7 +49,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The value of the transform property is a list of . The set of allowed transform functions is given below. In the following functions, a behaves the same as 0deg (\"unitless 0\" angles are preserved for legacy compat). A percentage for horizontal translations is relative to the width of the reference box. A percentage for vertical translations is relative to the height of the reference box." diff --git a/tr/css/css-transitions.json b/tr/css/css-transitions.json index 3aebfd1a63d4..0b3c26eaa04f 100644 --- a/tr/css/css-transitions.json +++ b/tr/css/css-transitions.json @@ -80,7 +80,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "all | ;" diff --git a/tr/css/css-ui.json b/tr/css/css-ui.json index 7f533e478485..8f5ee0aff8de 100644 --- a/tr/css/css-ui.json +++ b/tr/css/css-ui.json @@ -271,7 +271,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": " accepts the same values as (CSS Backgrounds 3 §3.2 Line Patterns: the border-style properties) with the same meaning, except that hidden is not a legal outline style. In addition, the outline-style property accepts the value auto. The auto value permits the user agent to render a custom outline style, typically a style which is either a user interface default for the platform, or perhaps a style that is richer than can be described in detail in CSS, e.g. a rounded edge outline with semi-translucent outer pixels that appears to glow. As such, this specification does not define how the outline-color and outline-width are incorporated or used (if at all) when rendering auto style outlines. User agents may treat auto as solid." diff --git a/tr/css/css-values.json b/tr/css/css-values.json index f60610fd8ca4..32fdd2e95c02 100644 --- a/tr/css/css-values.json +++ b/tr/css/css-values.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/css-values-4/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "Interpolation of two values can be represented by the mix() functional notation, whose syntax is defined as follows:" diff --git a/tr/css/css-variables.json b/tr/css/css-variables.json index 4d73b3689095..36f7a4d416ee 100644 --- a/tr/css/css-variables.json +++ b/tr/css/css-variables.json @@ -1,10 +1,10 @@ { "spec": { - "title": "CSS Custom Properties for Cascading Variables Module Level 2", - "url": "https://drafts.csswg.org/css-variables-2/" + "title": "CSS Custom Properties for Cascading Variables Module Level 1", + "url": "https://www.w3.org/TR/css-variables-1/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "A custom property is any property whose name starts with two dashes (U+002D HYPHEN-MINUS), like --foo. The production corresponds to this: it’s defined as any (a valid identifier that starts with two dashes), except -- itself, which is reserved for future use by CSS. Custom properties are solely for use by authors and users; CSS will never give them a meaning beyond what is presented here." diff --git a/tr/css/css-will-change.json b/tr/css/css-will-change.json index a23fb88abe55..26677ef2619e 100644 --- a/tr/css/css-will-change.json +++ b/tr/css/css-will-change.json @@ -20,7 +20,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "scroll-position | contents | " diff --git a/tr/css/css-writing-modes.json b/tr/css/css-writing-modes.json index fbf33198234f..58dbba853b55 100644 --- a/tr/css/css-writing-modes.json +++ b/tr/css/css-writing-modes.json @@ -94,6 +94,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/cssom-view.json b/tr/css/cssom-view.json index 5a638d322ad1..306562911d20 100644 --- a/tr/css/cssom-view.json +++ b/tr/css/cssom-view.json @@ -28,6 +28,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/fill-stroke.json b/tr/css/fill-stroke.json index fdaafb54a52c..faa59a92c950 100644 --- a/tr/css/fill-stroke.json +++ b/tr/css/fill-stroke.json @@ -451,7 +451,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "none | | " diff --git a/tr/css/filter-effects-2.json b/tr/css/filter-effects-2.json index 92f62e728e77..2ad4c6b53fd5 100644 --- a/tr/css/filter-effects-2.json +++ b/tr/css/filter-effects-2.json @@ -21,6 +21,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/filter-effects.json b/tr/css/filter-effects.json index 1b98b82e7f87..e699dd5dd9f3 100644 --- a/tr/css/filter-effects.json +++ b/tr/css/filter-effects.json @@ -84,7 +84,7 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "A filter reference to a filter element. For example url(commonfilters.svg#filter). If the filter references a non-existent object or the referenced object is not a filter element, then the whole filter chain is ignored. No filter is applied to the object." diff --git a/tr/css/html.json b/tr/css/html.json index 9001bb98e9f4..657c9197953e 100644 --- a/tr/css/html.json +++ b/tr/css/html.json @@ -4,7 +4,7 @@ "url": "https://html.spec.whatwg.org/multipage/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "value": "[ # , ]? " diff --git a/tr/css/mediaqueries-5.json b/tr/css/mediaqueries-5.json index 4f3acb0c3e45..01d085912c97 100644 --- a/tr/css/mediaqueries-5.json +++ b/tr/css/mediaqueries-5.json @@ -4,303 +4,237 @@ "url": "https://www.w3.org/TR/mediaqueries-5/" }, "properties": {}, - "descriptors": { - "width": [ - { - "name": "width", - "for": "@media", - "value": "", - "type": "range" - } - ], - "height": [ - { - "name": "height", - "for": "@media", - "value": "", - "type": "range" - } - ], - "aspect-ratio": [ - { - "name": "aspect-ratio", - "for": "@media", - "value": "", - "type": "range" - } - ], - "orientation": [ - { - "name": "orientation", - "for": "@media", - "value": "portrait | landscape", - "type": "discrete" - } - ], - "overflow-block": [ - { - "name": "overflow-block", - "for": "@media", - "value": "none | scroll | paged", - "type": "discrete" - } - ], - "overflow-inline": [ - { - "name": "overflow-inline", - "for": "@media", - "value": "none | scroll", - "type": "discrete" - } - ], - "horizontal-viewport-segments": [ - { - "name": "horizontal-viewport-segments", - "for": "@media", - "value": "", - "type": "range" - } - ], - "vertical-viewport-segments": [ - { - "name": "vertical-viewport-segments", - "for": "@media", - "value": "", - "type": "range" - } - ], - "display-mode": [ - { - "name": "display-mode", - "for": "@media", - "value": "fullscreen | standalone | minimal-ui | browser", - "type": "discrete" - } - ], - "resolution": [ - { - "name": "resolution", - "for": "@media", - "value": " | infinite", - "type": "range" - } - ], - "scan": [ - { - "name": "scan", - "for": "@media", - "value": "interlace | progressive", - "type": "discrete" - } - ], - "grid": [ - { - "name": "grid", - "for": "@media", - "value": "", - "type": "discrete" - } - ], - "update": [ - { - "name": "update", - "for": "@media", - "value": "none | slow | fast", - "type": "discrete" - } - ], - "environment-blending": [ - { - "name": "environment-blending", - "for": "@media", - "value": "opaque | additive | subtractive", - "type": "discrete" - } - ], - "color": [ - { - "name": "color", - "for": "@media", - "value": "", - "type": "range" - } - ], - "color-index": [ - { - "name": "color-index", - "for": "@media", - "value": "", - "type": "range" - } - ], - "monochrome": [ - { - "name": "monochrome", - "for": "@media", - "value": "", - "type": "range" - } - ], - "color-gamut": [ - { - "name": "color-gamut", - "for": "@media", - "value": "srgb | p3 | rec2020", - "type": "discrete" - } - ], - "dynamic-range": [ - { - "name": "dynamic-range", - "for": "@media", - "value": "standard | high", - "type": "discrete" - } - ], - "inverted-colors": [ - { - "name": "inverted-colors", - "for": "@media", - "value": "none | inverted", - "type": "discrete" - } - ], - "pointer": [ - { - "name": "pointer", - "for": "@media", - "value": "none | coarse | fine", - "type": "discrete" - } - ], - "hover": [ - { - "name": "hover", - "for": "@media", - "value": "none | hover", - "type": "discrete" - } - ], - "any-pointer": [ - { - "name": "any-pointer", - "for": "@media", - "value": "none | coarse | fine", - "type": "discrete" - } - ], - "any-hover": [ - { - "name": "any-hover", - "for": "@media", - "value": "none | hover", - "type": "discrete" - } - ], - "nav-controls": [ - { - "name": "nav-controls", - "for": "@media", - "value": "none | back", - "type": "discrete" - } - ], - "video-color-gamut": [ - { - "name": "video-color-gamut", - "for": "@media", - "value": "srgb | p3 | rec2020", - "type": "discrete" - } - ], - "video-dynamic-range": [ - { - "name": "video-dynamic-range", - "for": "@media", - "value": "standard | high", - "type": "discrete" - } - ], - "scripting": [ - { - "name": "scripting", - "for": "@media", - "value": "none | initial-only | enabled", - "type": "discrete" - } - ], - "prefers-reduced-motion": [ - { - "name": "prefers-reduced-motion", - "for": "@media", - "value": "no-preference | reduce", - "type": "discrete" - } - ], - "prefers-reduced-transparency": [ - { - "name": "prefers-reduced-transparency", - "for": "@media", - "value": "no-preference | reduce", - "type": "discrete" - } - ], - "prefers-contrast": [ - { - "name": "prefers-contrast", - "for": "@media", - "value": "no-preference | less | more | custom", - "type": "discrete" - } - ], - "forced-colors": [ - { - "name": "forced-colors", - "for": "@media", - "value": "none | active", - "type": "discrete" - } - ], - "prefers-color-scheme": [ - { - "name": "prefers-color-scheme", - "for": "@media", - "value": "light | dark", - "type": "discrete" - } - ], - "prefers-reduced-data": [ - { - "name": "prefers-reduced-data", - "for": "@media", - "value": "no-preference | reduce", - "type": "discrete" - } - ], - "device-width": [ - { - "name": "device-width", - "for": "@media", - "value": "", - "type": "range" - } - ], - "device-height": [ - { - "name": "device-height", - "for": "@media", - "value": "", - "type": "range" - } - ], - "device-aspect-ratio": [ - { - "name": "device-aspect-ratio", - "for": "@media", - "value": "", - "type": "range" - } - ] + "atrules": { + "@custom-media": { + "value": "@custom-media [ | true | false ] ;", + "descriptors": [] + }, + "@media": { + "descriptors": [ + { + "name": "width", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "height", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "aspect-ratio", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "orientation", + "for": "@media", + "value": "portrait | landscape", + "type": "discrete" + }, + { + "name": "overflow-block", + "for": "@media", + "value": "none | scroll | paged", + "type": "discrete" + }, + { + "name": "overflow-inline", + "for": "@media", + "value": "none | scroll", + "type": "discrete" + }, + { + "name": "horizontal-viewport-segments", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "vertical-viewport-segments", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "display-mode", + "for": "@media", + "value": "fullscreen | standalone | minimal-ui | browser", + "type": "discrete" + }, + { + "name": "resolution", + "for": "@media", + "value": " | infinite", + "type": "range" + }, + { + "name": "scan", + "for": "@media", + "value": "interlace | progressive", + "type": "discrete" + }, + { + "name": "grid", + "for": "@media", + "value": "", + "type": "discrete" + }, + { + "name": "update", + "for": "@media", + "value": "none | slow | fast", + "type": "discrete" + }, + { + "name": "environment-blending", + "for": "@media", + "value": "opaque | additive | subtractive", + "type": "discrete" + }, + { + "name": "color", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "color-index", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "monochrome", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "color-gamut", + "for": "@media", + "value": "srgb | p3 | rec2020", + "type": "discrete" + }, + { + "name": "dynamic-range", + "for": "@media", + "value": "standard | high", + "type": "discrete" + }, + { + "name": "inverted-colors", + "for": "@media", + "value": "none | inverted", + "type": "discrete" + }, + { + "name": "pointer", + "for": "@media", + "value": "none | coarse | fine", + "type": "discrete" + }, + { + "name": "hover", + "for": "@media", + "value": "none | hover", + "type": "discrete" + }, + { + "name": "any-pointer", + "for": "@media", + "value": "none | coarse | fine", + "type": "discrete" + }, + { + "name": "any-hover", + "for": "@media", + "value": "none | hover", + "type": "discrete" + }, + { + "name": "nav-controls", + "for": "@media", + "value": "none | back", + "type": "discrete" + }, + { + "name": "video-color-gamut", + "for": "@media", + "value": "srgb | p3 | rec2020", + "type": "discrete" + }, + { + "name": "video-dynamic-range", + "for": "@media", + "value": "standard | high", + "type": "discrete" + }, + { + "name": "scripting", + "for": "@media", + "value": "none | initial-only | enabled", + "type": "discrete" + }, + { + "name": "prefers-reduced-motion", + "for": "@media", + "value": "no-preference | reduce", + "type": "discrete" + }, + { + "name": "prefers-reduced-transparency", + "for": "@media", + "value": "no-preference | reduce", + "type": "discrete" + }, + { + "name": "prefers-contrast", + "for": "@media", + "value": "no-preference | less | more | custom", + "type": "discrete" + }, + { + "name": "forced-colors", + "for": "@media", + "value": "none | active", + "type": "discrete" + }, + { + "name": "prefers-color-scheme", + "for": "@media", + "value": "light | dark", + "type": "discrete" + }, + { + "name": "prefers-reduced-data", + "for": "@media", + "value": "no-preference | reduce", + "type": "discrete" + }, + { + "name": "device-width", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "device-height", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "device-aspect-ratio", + "for": "@media", + "value": "", + "type": "range" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/mediaqueries.json b/tr/css/mediaqueries.json index d33a97332366..6d6792c758e2 100644 --- a/tr/css/mediaqueries.json +++ b/tr/css/mediaqueries.json @@ -4,175 +4,137 @@ "url": "https://www.w3.org/TR/mediaqueries-4/" }, "properties": {}, - "descriptors": { - "width": [ - { - "name": "width", - "for": "@media", - "value": "", - "type": "range" - } - ], - "height": [ - { - "name": "height", - "for": "@media", - "value": "", - "type": "range" - } - ], - "aspect-ratio": [ - { - "name": "aspect-ratio", - "for": "@media", - "value": "", - "type": "range" - } - ], - "orientation": [ - { - "name": "orientation", - "for": "@media", - "value": "portrait | landscape", - "type": "discrete" - } - ], - "resolution": [ - { - "name": "resolution", - "for": "@media", - "value": " | infinite", - "type": "range" - } - ], - "scan": [ - { - "name": "scan", - "for": "@media", - "value": "interlace | progressive", - "type": "discrete" - } - ], - "grid": [ - { - "name": "grid", - "for": "@media", - "value": "", - "type": "discrete" - } - ], - "update": [ - { - "name": "update", - "for": "@media", - "value": "none | slow | fast", - "type": "discrete" - } - ], - "overflow-block": [ - { - "name": "overflow-block", - "for": "@media", - "value": "none | scroll | paged", - "type": "discrete" - } - ], - "overflow-inline": [ - { - "name": "overflow-inline", - "for": "@media", - "value": "none | scroll", - "type": "discrete" - } - ], - "color": [ - { - "name": "color", - "for": "@media", - "value": "", - "type": "range" - } - ], - "color-index": [ - { - "name": "color-index", - "for": "@media", - "value": "", - "type": "range" - } - ], - "monochrome": [ - { - "name": "monochrome", - "for": "@media", - "value": "", - "type": "range" - } - ], - "color-gamut": [ - { - "name": "color-gamut", - "for": "@media", - "value": "srgb | p3 | rec2020", - "type": "discrete" - } - ], - "pointer": [ - { - "name": "pointer", - "for": "@media", - "value": "none | coarse | fine", - "type": "discrete" - } - ], - "hover": [ - { - "name": "hover", - "for": "@media", - "value": "none | hover", - "type": "discrete" - } - ], - "any-pointer": [ - { - "name": "any-pointer", - "for": "@media", - "value": "none | coarse | fine", - "type": "discrete" - } - ], - "any-hover": [ - { - "name": "any-hover", - "for": "@media", - "value": "none | hover", - "type": "discrete" - } - ], - "device-width": [ - { - "name": "device-width", - "for": "@media", - "value": "", - "type": "range" - } - ], - "device-height": [ - { - "name": "device-height", - "for": "@media", - "value": "", - "type": "range" - } - ], - "device-aspect-ratio": [ - { - "name": "device-aspect-ratio", - "for": "@media", - "value": "", - "type": "range" - } - ] + "atrules": { + "@media": { + "descriptors": [ + { + "name": "width", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "height", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "aspect-ratio", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "orientation", + "for": "@media", + "value": "portrait | landscape", + "type": "discrete" + }, + { + "name": "resolution", + "for": "@media", + "value": " | infinite", + "type": "range" + }, + { + "name": "scan", + "for": "@media", + "value": "interlace | progressive", + "type": "discrete" + }, + { + "name": "grid", + "for": "@media", + "value": "", + "type": "discrete" + }, + { + "name": "update", + "for": "@media", + "value": "none | slow | fast", + "type": "discrete" + }, + { + "name": "overflow-block", + "for": "@media", + "value": "none | scroll | paged", + "type": "discrete" + }, + { + "name": "overflow-inline", + "for": "@media", + "value": "none | scroll", + "type": "discrete" + }, + { + "name": "color", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "color-index", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "monochrome", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "color-gamut", + "for": "@media", + "value": "srgb | p3 | rec2020", + "type": "discrete" + }, + { + "name": "pointer", + "for": "@media", + "value": "none | coarse | fine", + "type": "discrete" + }, + { + "name": "hover", + "for": "@media", + "value": "none | hover", + "type": "discrete" + }, + { + "name": "any-pointer", + "for": "@media", + "value": "none | coarse | fine", + "type": "discrete" + }, + { + "name": "any-hover", + "for": "@media", + "value": "none | hover", + "type": "discrete" + }, + { + "name": "device-width", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "device-height", + "for": "@media", + "value": "", + "type": "range" + }, + { + "name": "device-aspect-ratio", + "for": "@media", + "value": "", + "type": "range" + } + ] + } }, "valuespaces": { "": { diff --git a/tr/css/motion.json b/tr/css/motion.json index 6743d70284fd..bd866912b766 100644 --- a/tr/css/motion.json +++ b/tr/css/motion.json @@ -100,6 +100,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/css/selectors.json b/tr/css/selectors.json index f13e423de9d8..18e56e8f0303 100644 --- a/tr/css/selectors.json +++ b/tr/css/selectors.json @@ -4,7 +4,7 @@ "url": "https://www.w3.org/TR/selectors-4/" }, "properties": {}, - "descriptors": {}, + "atrules": {}, "valuespaces": { "": { "prose": "The production instead parses each selector in the list individually, simply ignoring ones that fail to parse, so the remaining selectors can still be used." diff --git a/tr/css/svg-strokes.json b/tr/css/svg-strokes.json index 4b655e8548ab..a0a95d712ae0 100644 --- a/tr/css/svg-strokes.json +++ b/tr/css/svg-strokes.json @@ -169,6 +169,6 @@ ] } }, - "descriptors": {}, + "atrules": {}, "valuespaces": {} } diff --git a/tr/dfns/FedCM.json b/tr/dfns/FedCM.json index d6f73ad07afb..086b303c5fe0 100644 --- a/tr/dfns/FedCM.json +++ b/tr/dfns/FedCM.json @@ -1733,6 +1733,25 @@ }, "definedIn": "pre" }, + { + "id": "identity-credentials-get", + "href": "https://fedidcg.github.io/FedCM/#identity-credentials-get", + "linkingText": [ + "identity-credentials-get" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "permissions-policy-integration", + "href": "https://fedidcg.github.io/FedCM/#permissions-policy-integration", + "title": "Permissions Policy Integration", + "number": "8" + }, + "definedIn": "prose" + }, { "id": "pull-model", "href": "https://fedidcg.github.io/FedCM/#pull-model", @@ -1748,7 +1767,7 @@ "id": "push-model-mitigation", "href": "https://fedidcg.github.io/FedCM/#push-model-mitigation", "title": "Push Model", - "number": "9.3.3" + "number": "10.3.3" }, "definedIn": "prose" }, @@ -1767,7 +1786,7 @@ "id": "push-model-mitigation", "href": "https://fedidcg.github.io/FedCM/#push-model-mitigation", "title": "Push Model", - "number": "9.3.3" + "number": "10.3.3" }, "definedIn": "prose" } diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json index 0ced60733096..3b0ad74e3518 100644 --- a/tr/dfns/WGSL.json +++ b/tr/dfns/WGSL.json @@ -6355,6 +6355,27 @@ }, "definedIn": "prose" }, + { + "id": "syntax-variable_updating_statement", + "href": "https://www.w3.org/TR/WGSL/#syntax-variable_updating_statement", + "linkingText": [ + "variable_updating_statement" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "statements-summary", + "href": "https://www.w3.org/TR/WGSL/#statements-summary", + "title": "Statements Grammar Summary", + "number": "8.7" + }, + "definedIn": "prose" + }, { "id": "behavior", "href": "https://www.w3.org/TR/WGSL/#behavior", diff --git a/tr/dfns/css-contain-3.json b/tr/dfns/css-contain-3.json index 47549819fa42..8ab1fca6468a 100644 --- a/tr/dfns/css-contain-3.json +++ b/tr/dfns/css-contain-3.json @@ -125,31 +125,10 @@ "definedIn": "dt" }, { - "id": "valdef-container-type-style", - "href": "https://www.w3.org/TR/css-contain-3/#valdef-container-type-style", + "id": "valdef-container-type-normal", + "href": "https://www.w3.org/TR/css-contain-3/#valdef-container-type-normal", "linkingText": [ - "style" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "container-type" - ], - "access": "public", - "informative": false, - "heading": { - "id": "container-type", - "href": "https://www.w3.org/TR/css-contain-3/#container-type", - "title": "Creating Query Containers: the container-type property", - "number": "4.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-container-type-state", - "href": "https://www.w3.org/TR/css-contain-3/#valdef-container-type-state", - "linkingText": [ - "state" + "normal" ], "localLinkingText": [], "type": "value", @@ -246,27 +225,6 @@ }, "definedIn": "dt" }, - { - "id": "valdef-container-name-string", - "href": "https://www.w3.org/TR/css-contain-3/#valdef-container-name-string", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "container-name" - ], - "access": "public", - "informative": false, - "heading": { - "id": "container-name", - "href": "https://www.w3.org/TR/css-contain-3/#container-name", - "title": "Naming Query Containers: the container-name property", - "number": "4.2" - }, - "definedIn": "dt" - }, { "id": "propdef-container", "href": "https://www.w3.org/TR/css-contain-3/#propdef-container", @@ -325,29 +283,10 @@ "definedIn": "prose" }, { - "id": "typedef-container-condition", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-condition", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "container-rule", - "href": "https://www.w3.org/TR/css-contain-3/#container-rule", - "title": "Container Queries: the @container rule", - "number": "4.4" - }, - "definedIn": "pre" - }, - { - "id": "typedef-container-query", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-query", + "id": "typedef-container-name", + "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-name", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -363,10 +302,10 @@ "definedIn": "pre" }, { - "id": "typedef-size-query", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-size-query", + "id": "typedef-container-condition", + "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-condition", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -382,10 +321,10 @@ "definedIn": "pre" }, { - "id": "typedef-size-condition", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-size-condition", + "id": "typedef-query-in-parens", + "href": "https://www.w3.org/TR/css-contain-3/#typedef-query-in-parens", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -439,10 +378,10 @@ "definedIn": "pre" }, { - "id": "typedef-container-name", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-name", + "id": "typedef-style-in-parens", + "href": "https://www.w3.org/TR/css-contain-3/#typedef-style-in-parens", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -455,26 +394,7 @@ "title": "Container Queries: the @container rule", "number": "4.4" }, - "definedIn": "prose" - }, - { - "id": "typedef-container-type", - "href": "https://www.w3.org/TR/css-contain-3/#typedef-container-type", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "container-rule", - "href": "https://www.w3.org/TR/css-contain-3/#container-rule", - "title": "Container Queries: the @container rule", - "number": "4.4" - }, - "definedIn": "prose" + "definedIn": "pre" }, { "id": "container-feature", @@ -778,42 +698,42 @@ "definedIn": "prose" }, { - "id": "state-queries", - "href": "https://www.w3.org/TR/css-contain-3/#state-queries", + "id": "container-query-length", + "href": "https://www.w3.org/TR/css-contain-3/#container-query-length", "linkingText": [ - "State queries" + "container query length" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "state-container", - "href": "https://www.w3.org/TR/css-contain-3/#state-container", - "title": "State Container Features", - "number": "5.3" + "id": "container-lengths", + "href": "https://www.w3.org/TR/css-contain-3/#container-lengths", + "title": "Container Relative Lengths: the cqw, cqh, cqi, cqb, cqmin, cqmax units", + "number": "6" }, "definedIn": "prose" }, { - "id": "container-query-length", - "href": "https://www.w3.org/TR/css-contain-3/#container-query-length", + "id": "csscontainerrule", + "href": "https://www.w3.org/TR/css-contain-3/#csscontainerrule", "linkingText": [ - "container query length" + "CSSContainerRule" ], "localLinkingText": [], - "type": "dfn", + "type": "interface", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "container-lengths", - "href": "https://www.w3.org/TR/css-contain-3/#container-lengths", - "title": "Container Relative Lengths: the cqw, cqh, cqi, cqb, cqmin, cqmax units", - "number": "6" + "id": "the-csscontainerrule-interface", + "href": "https://www.w3.org/TR/css-contain-3/#the-csscontainerrule-interface", + "title": "The CSSContainerRule interface", + "number": "7.1" }, - "definedIn": "prose" + "definedIn": "pre" } ] } \ No newline at end of file diff --git a/tr/dfns/ecmascript.json b/tr/dfns/ecmascript.json index ef47bd35197e..44d78955b94c 100644 --- a/tr/dfns/ecmascript.json +++ b/tr/dfns/ecmascript.json @@ -7077,7 +7077,7 @@ "id": "sec-keywords-and-reserved-words", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", - "number": "12.6.2" + "number": "12.7.2" }, "definedIn": "prose" }, @@ -7099,7 +7099,7 @@ "id": "sec-keywords-and-reserved-words", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", - "number": "12.6.2" + "number": "12.7.2" }, "definedIn": "prose" }, @@ -7121,7 +7121,7 @@ "id": "sec-keywords-and-reserved-words", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", - "number": "12.6.2" + "number": "12.7.2" }, "definedIn": "prose" }, @@ -7143,7 +7143,7 @@ "id": "sec-keywords-and-reserved-words", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", - "number": "12.6.2" + "number": "12.7.2" }, "definedIn": "prose" }, diff --git a/tr/dfns/mediacapture-streams.json b/tr/dfns/mediacapture-streams.json index 99c215a59bc3..34c30c15fe6a 100644 --- a/tr/dfns/mediacapture-streams.json +++ b/tr/dfns/mediacapture-streams.json @@ -4133,6 +4133,25 @@ }, "definedIn": "prose" }, + { + "id": "context-is-capturing", + "href": "https://www.w3.org/TR/mediacapture-streams/#context-is-capturing", + "linkingText": [ + "context is capturing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "context-capturing-state", + "href": "https://www.w3.org/TR/mediacapture-streams/#context-capturing-state", + "title": "Context capturing state", + "number": "9.2.5" + }, + "definedIn": "prose" + }, { "id": "dom-mediadeviceinfo-deviceid", "href": "https://www.w3.org/TR/mediacapture-streams/#dom-mediadeviceinfo-deviceid", diff --git a/tr/dfns/payment-request-1.1.json b/tr/dfns/payment-request-1.1.json new file mode 100644 index 000000000000..2acf7b9915e8 --- /dev/null +++ b/tr/dfns/payment-request-1.1.json @@ -0,0 +1,2071 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "dfns": [ + { + "id": "dfn-payment-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method", + "linkingText": [ + "payment method" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-payment-method-provider", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method-provider", + "linkingText": [ + "payment method provider" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-additional-data-type", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-additional-data-type", + "linkingText": [ + "additional data type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Payment Method" + ], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-steps-to-validate-payment-method-data", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-validate-payment-method-data", + "linkingText": [ + "Steps to validate payment method data" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-payment-handler", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-handler", + "linkingText": [ + "payment handler" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-steps-to-check-if-a-payment-can-be-made", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-check-if-a-payment-can-be-made", + "linkingText": [ + "Steps to check if a payment can be made" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-steps-to-respond-to-a-payment-request", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-respond-to-a-payment-request", + "linkingText": [ + "Steps to respond to a payment request" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-steps-for-when-a-user-changes-payment-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-for-when-a-user-changes-payment-method", + "linkingText": [ + "Steps for when a user changes payment method" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentrequest", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest", + "linkingText": [ + "PaymentRequest" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequest-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "title": "PaymentRequest interface", + "number": "3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequest-constructor", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-constructor", + "linkingText": [ + "constructor()", + "constructor(methodData, details)" + ], + "localLinkingText": [ + "PaymentRequest.constructor", + "PaymentRequest.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequest-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "title": "PaymentRequest interface", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dfn-payment-relevant-browsing-context", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-relevant-browsing-context", + "linkingText": [ + "payment-relevant browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "paymentrequest-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "title": "PaymentRequest interface", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-payment-request-is-showing", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-request-is-showing", + "linkingText": [ + "payment request is showing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "paymentrequest-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "title": "PaymentRequest interface", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-paymentrequest-paymentrequest", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentrequest-paymentrequest", + "linkingText": [ + "PaymentRequest.PaymentRequest()", + "PaymentRequest(methodData, details)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "constructor", + "href": "https://www.w3.org/TR/payment-request-1.1/#constructor", + "title": "Constructor", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-paymentrequest-id", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-id", + "linkingText": [ + "id" + ], + "localLinkingText": [ + "PaymentRequest.id" + ], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "id-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#id-attribute", + "title": "id attribute", + "number": "3.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequest-show", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-show", + "linkingText": [ + "show()", + "show(detailsPromise)" + ], + "localLinkingText": [ + "PaymentRequest.show", + "PaymentRequest.show()", + "show" + ], + "type": "method", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "show-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#show-method", + "title": "show() method", + "number": "3.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequest-abort", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-abort", + "linkingText": [ + "abort()" + ], + "localLinkingText": [ + "PaymentRequest.abort", + "PaymentRequest.abort()", + "abort" + ], + "type": "method", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "abort-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#abort-method", + "title": "abort() method", + "number": "3.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequest-canmakepayment", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-canmakepayment", + "linkingText": [ + "canMakePayment()" + ], + "localLinkingText": [ + "PaymentRequest.canMakePayment", + "PaymentRequest.canMakePayment()", + "canMakePayment" + ], + "type": "method", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "canmakepayment-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-method", + "title": "canMakePayment() method", + "number": "3.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequest-onpaymentmethodchange", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-onpaymentmethodchange", + "linkingText": [ + "onpaymentmethodchange" + ], + "localLinkingText": [ + "PaymentRequest.onpaymentmethodchange" + ], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "onpaymentmethodchange-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#onpaymentmethodchange-attribute", + "title": "onpaymentmethodchange attribute", + "number": "3.6" + }, + "definedIn": "heading" + }, + { + "id": "dfn-serializedmethoddata", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-serializedmethoddata", + "linkingText": [ + "[[serializedMethodData]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-serializedmodifierdata", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-serializedmodifierdata", + "linkingText": [ + "[[serializedModifierData]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-details", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-details", + "linkingText": [ + "[[details]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-state", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-state", + "linkingText": [ + "[[state]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-state-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-state-0", + "linkingText": [ + "state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaymentRequest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-created", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-created", + "linkingText": [ + "created" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "dt" + }, + { + "id": "dfn-interactive", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-interactive", + "linkingText": [ + "interactive" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "dt" + }, + { + "id": "dfn-closed", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "dt" + }, + { + "id": "dfn-updating", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-updating", + "linkingText": [ + "[[updating]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-acceptpromise", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-acceptpromise", + "linkingText": [ + "[[acceptPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-response", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-response", + "linkingText": [ + "[[response]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-handler", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-handler", + "linkingText": [ + "[[handler]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "title": "Internal Slots", + "number": "3.7" + }, + "definedIn": "table" + }, + { + "id": "dom-paymentmethoddata", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata", + "linkingText": [ + "PaymentMethodData" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethoddata-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethoddata-dictionary", + "title": "PaymentMethodData dictionary", + "number": "4" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentmethoddata-supportedmethods", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata-supportedmethods", + "linkingText": [ + "supportedMethods" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentMethodData" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethoddata-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethoddata-dictionary", + "title": "PaymentMethodData dictionary", + "number": "4" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentmethoddata-data", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentMethodData" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethoddata-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethoddata-dictionary", + "title": "PaymentMethodData dictionary", + "number": "4" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcurrencyamount", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount", + "linkingText": [ + "PaymentCurrencyAmount" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcurrencyamount-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcurrencyamount-dictionary", + "title": "PaymentCurrencyAmount dictionary", + "number": "5" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentcurrencyamount-currency", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount-currency", + "linkingText": [ + "currency" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentCurrencyAmount" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcurrencyamount-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcurrencyamount-dictionary", + "title": "PaymentCurrencyAmount dictionary", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcurrencyamount-value", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentCurrencyAmount" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcurrencyamount-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcurrencyamount-dictionary", + "title": "PaymentCurrencyAmount dictionary", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "dfn-valid-decimal-monetary-value", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-valid-decimal-monetary-value", + "linkingText": [ + "valid decimal monetary value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "validity-checkers", + "href": "https://www.w3.org/TR/payment-request-1.1/#validity-checkers", + "title": "Validity checkers", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-check-and-canonicalize-amount", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-check-and-canonicalize-amount", + "linkingText": [ + "check and canonicalize amount" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "validity-checkers", + "href": "https://www.w3.org/TR/payment-request-1.1/#validity-checkers", + "title": "Validity checkers", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-check-and-canonicalize-total-amount", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-check-and-canonicalize-total-amount", + "linkingText": [ + "check and canonicalize total amount" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "validity-checkers", + "href": "https://www.w3.org/TR/payment-request-1.1/#validity-checkers", + "title": "Validity checkers", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-paymentdetailsbase", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase", + "linkingText": [ + "PaymentDetailsBase" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsbase-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsbase-dictionary", + "title": "PaymentDetailsBase dictionary", + "number": "6.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdetailsbase-displayitems", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase-displayitems", + "linkingText": [ + "displayItems" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsBase" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsbase-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsbase-dictionary", + "title": "PaymentDetailsBase dictionary", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsbase-modifiers", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase-modifiers", + "linkingText": [ + "modifiers" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsBase" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsbase-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsbase-dictionary", + "title": "PaymentDetailsBase dictionary", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsinit", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit", + "linkingText": [ + "PaymentDetailsInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsinit-dictionary", + "title": "PaymentDetailsInit dictionary", + "number": "6.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdetailsinit-id", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit-id", + "linkingText": [ + "id" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsinit-dictionary", + "title": "PaymentDetailsInit dictionary", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsinit-total", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit-total", + "linkingText": [ + "total" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsinit-dictionary", + "title": "PaymentDetailsInit dictionary", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsupdate", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate", + "linkingText": [ + "PaymentDetailsUpdate" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsupdate-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsupdate-dictionary", + "title": "PaymentDetailsUpdate dictionary", + "number": "6.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdetailsupdate-total", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate-total", + "linkingText": [ + "total" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsupdate-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsupdate-dictionary", + "title": "PaymentDetailsUpdate dictionary", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsupdate-paymentmethoderrors", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate-paymentmethoderrors", + "linkingText": [ + "paymentMethodErrors" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsupdate-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsupdate-dictionary", + "title": "PaymentDetailsUpdate dictionary", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsmodifier", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier", + "linkingText": [ + "PaymentDetailsModifier" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdetailsmodifier-supportedmethods", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-supportedmethods", + "linkingText": [ + "supportedMethods" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsModifier" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsmodifier-total", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-total", + "linkingText": [ + "total" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsModifier" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsmodifier-additionaldisplayitems", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-additionaldisplayitems", + "linkingText": [ + "additionalDisplayItems" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsModifier" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdetailsmodifier-data", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentDetailsModifier" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentitem", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem", + "linkingText": [ + "PaymentItem" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentitem-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "title": "PaymentItem dictionary", + "number": "8" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentitem-label", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-label", + "linkingText": [ + "label" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentItem" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentitem-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "title": "PaymentItem dictionary", + "number": "8" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentitem-amount", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-amount", + "linkingText": [ + "amount" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentItem" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentitem-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "title": "PaymentItem dictionary", + "number": "8" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentitem-pending", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-pending", + "linkingText": [ + "pending" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentItem" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentitem-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "title": "PaymentItem dictionary", + "number": "8" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcompletedetails", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcompletedetails", + "linkingText": [ + "PaymentCompleteDetails" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcompletedetails-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcompletedetails-dictionary", + "title": "PaymentCompleteDetails dictionary", + "number": "9" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentcompletedetails-data", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcompletedetails-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentCompleteDetails" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcompletedetails-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcompletedetails-dictionary", + "title": "PaymentCompleteDetails dictionary", + "number": "9" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcomplete", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete", + "linkingText": [ + "PaymentComplete" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcomplete-enum", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "title": "10. PaymentComplete enum" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentcomplete-fail", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-fail", + "linkingText": [ + "fail" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentComplete" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcomplete-enum", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "title": "10. PaymentComplete enum" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcomplete-success", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-success", + "linkingText": [ + "success" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentComplete" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcomplete-enum", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "title": "10. PaymentComplete enum" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentcomplete-unknown", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-unknown", + "linkingText": [ + "unknown" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentComplete" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentcomplete-enum", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "title": "10. PaymentComplete enum" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentresponse", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse", + "linkingText": [ + "PaymentResponse" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentresponse-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentresponse-interface", + "title": "11. PaymentResponse interface" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentresponse-retry", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-retry", + "linkingText": [ + "retry()", + "retry(errorFields)" + ], + "localLinkingText": [ + "PaymentResponse.retry", + "PaymentResponse.retry()", + "retry" + ], + "type": "method", + "for": [ + "PaymentResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "retry-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#retry-method", + "title": "retry() method", + "number": "11.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentvalidationerrors", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors", + "linkingText": [ + "PaymentValidationErrors" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentvalidationerrors-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentvalidationerrors-dictionary", + "title": "PaymentValidationErrors dictionary", + "number": "11.1.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentvalidationerrors-error", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors-error", + "linkingText": [ + "error" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentValidationErrors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentvalidationerrors-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentvalidationerrors-dictionary", + "title": "PaymentValidationErrors dictionary", + "number": "11.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentvalidationerrors-paymentmethod", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors-paymentmethod", + "linkingText": [ + "paymentMethod" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentValidationErrors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentvalidationerrors-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentvalidationerrors-dictionary", + "title": "PaymentValidationErrors dictionary", + "number": "11.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentresponse-methodname", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-methodname", + "linkingText": [ + "methodName" + ], + "localLinkingText": [ + "PaymentResponse.methodName" + ], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methodname-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute", + "title": "methodName attribute", + "number": "11.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentresponse-details", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-details", + "linkingText": [ + "details" + ], + "localLinkingText": [ + "PaymentResponse.details" + ], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "details-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#details-attribute", + "title": "details attribute", + "number": "11.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentresponse-requestid", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-requestid", + "linkingText": [ + "requestId" + ], + "localLinkingText": [ + "PaymentResponse.requestId" + ], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "requestid-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#requestid-attribute", + "title": "requestId attribute", + "number": "11.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentresponse-complete", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-complete", + "linkingText": [ + "complete()", + "complete(result)", + "complete(result, details)" + ], + "localLinkingText": [ + "PaymentResponse.complete", + "PaymentResponse.complete()", + "complete" + ], + "type": "method", + "for": [ + "PaymentResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "complete-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#complete-method", + "title": "complete() method", + "number": "11.5" + }, + "definedIn": "heading" + }, + { + "id": "dfn-complete", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-complete", + "linkingText": [ + "[[complete]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-0", + "title": "Internal Slots", + "number": "11.6" + }, + "definedIn": "table" + }, + { + "id": "dfn-request", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-request", + "linkingText": [ + "[[request]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-0", + "title": "Internal Slots", + "number": "11.6" + }, + "definedIn": "table" + }, + { + "id": "dfn-retrypromise", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-retrypromise", + "linkingText": [ + "[[retryPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentResponse" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-0", + "title": "Internal Slots", + "number": "11.6" + }, + "definedIn": "table" + }, + { + "id": "dfn-payment-permission", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-permission", + "linkingText": [ + "payment-permission", + "payment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "permissions-policy", + "href": "https://www.w3.org/TR/payment-request-1.1/#permissions-policy", + "title": "12. Permissions Policy integration" + }, + "definedIn": "prose" + }, + { + "id": "dfn-paymentmethodchange", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentmethodchange", + "linkingText": [ + "paymentmethodchange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "summary", + "href": "https://www.w3.org/TR/payment-request-1.1/#summary", + "title": "Summary", + "number": "13.1" + }, + "definedIn": "table" + }, + { + "id": "dom-paymentmethodchangeevent", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent", + "linkingText": [ + "PaymentMethodChangeEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethodchangeevent-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeevent-interface", + "title": "PaymentMethodChangeEvent interface", + "number": "13.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentmethodchangeevent-constructor", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-constructor", + "linkingText": [ + "constructor()", + "constructor(type)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [ + "PaymentMethodChangeEvent.constructor", + "PaymentMethodChangeEvent.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "PaymentMethodChangeEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethodchangeevent-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeevent-interface", + "title": "PaymentMethodChangeEvent interface", + "number": "13.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-paymentmethodchangeevent-methoddetails", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-methoddetails", + "linkingText": [ + "methodDetails" + ], + "localLinkingText": [ + "PaymentMethodChangeEvent.methodDetails" + ], + "type": "attribute", + "for": [ + "PaymentMethodChangeEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methoddetails-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#methoddetails-attribute", + "title": "methodDetails attribute", + "number": "13.2.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentmethodchangeevent-methodname", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-methodname", + "linkingText": [ + "methodName" + ], + "localLinkingText": [ + "PaymentMethodChangeEvent.methodName" + ], + "type": "attribute", + "for": [ + "PaymentMethodChangeEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methodname-attribute-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute-0", + "title": "methodName attribute", + "number": "13.2.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentmethodchangeeventinit", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit", + "linkingText": [ + "PaymentMethodChangeEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethodchangeeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeeventinit-dictionary", + "title": "PaymentMethodChangeEventInit dictionary", + "number": "13.2.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentmethodchangeeventinit-methodname", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit-methodname", + "linkingText": [ + "methodName" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentMethodChangeEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethodchangeeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeeventinit-dictionary", + "title": "PaymentMethodChangeEventInit dictionary", + "number": "13.2.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentmethodchangeeventinit-methoddetails", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit-methoddetails", + "linkingText": [ + "methodDetails" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentMethodChangeEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentmethodchangeeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeeventinit-dictionary", + "title": "PaymentMethodChangeEventInit dictionary", + "number": "13.2.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentrequestupdateevent", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent", + "linkingText": [ + "PaymentRequestUpdateEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequestupdateevent-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateevent-interface", + "title": "PaymentRequestUpdateEvent interface", + "number": "13.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestupdateevent-constructor", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent-constructor", + "linkingText": [ + "PaymentRequestUpdateEvent.PaymentRequestUpdateEvent()", + "Constructor", + "constructor()", + "constructor(type)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [ + "PaymentRequestUpdateEvent.constructor", + "PaymentRequestUpdateEvent.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "PaymentRequestUpdateEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "constructor-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#constructor-0", + "title": "Constructor", + "number": "13.3.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestupdateevent-updatewith", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent-updatewith", + "linkingText": [ + "updateWith()", + "updateWith(detailsPromise)" + ], + "localLinkingText": [ + "PaymentRequestUpdateEvent.updateWith", + "PaymentRequestUpdateEvent.updateWith()", + "updateWith" + ], + "type": "method", + "for": [ + "PaymentRequestUpdateEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "updatewith-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#updatewith-method", + "title": "updateWith() method", + "number": "13.3.2" + }, + "definedIn": "heading" + }, + { + "id": "dfn-waitforupdate", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-waitforupdate", + "linkingText": [ + "[[waitForUpdate]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "PaymentRequestUpdateEvent" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots-1", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-1", + "title": "Internal Slots", + "number": "13.3.3" + }, + "definedIn": "table" + }, + { + "id": "dom-paymentrequestupdateeventinit", + "href": "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateeventinit", + "linkingText": [ + "PaymentRequestUpdateEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequestupdateeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateeventinit-dictionary", + "title": "PaymentRequestUpdateEventInit dictionary", + "number": "13.3.4" + }, + "definedIn": "heading" + }, + { + "id": "dfn-can-make-payment-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-can-make-payment-algorithm", + "linkingText": [ + "can make payment algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "can-make-payment-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#can-make-payment-algorithm", + "title": "Can make payment algorithm", + "number": "14.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-payment-method-changed-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method-changed-algorithm", + "linkingText": [ + "payment method changed algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "payment handler" + ], + "access": "public", + "informative": false, + "heading": { + "id": "payment-method-changed-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#payment-method-changed-algorithm", + "title": "Payment method changed algorithm", + "number": "14.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-paymentrequest-updated-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentrequest-updated-algorithm", + "linkingText": [ + "PaymentRequest updated algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "paymentrequest-updated-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-updated-algorithm", + "title": "PaymentRequest updated algorithm", + "number": "14.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-accepts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-user-accepts-the-payment-request-algorithm", + "linkingText": [ + "user accepts the payment request algorithm", + "user accepts the payment request" + ], + "localLinkingText": [ + "user accepts the payment request" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "user-accepts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#user-accepts-the-payment-request-algorithm", + "title": "User accepts the payment request algorithm", + "number": "14.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-aborts-the-payment-request", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-user-aborts-the-payment-request", + "linkingText": [ + "user aborts the payment request", + "user aborts the payment request algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "user-aborts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#user-aborts-the-payment-request-algorithm", + "title": "User aborts the payment request algorithm", + "number": "14.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-update-a-paymentrequest-s-details-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-update-a-paymentrequest-s-details-algorithm", + "linkingText": [ + "update a PaymentRequest's details algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "update-a-paymentrequest-s-details-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#update-a-paymentrequest-s-details-algorithm", + "title": "Update a PaymentRequest's details algorithm", + "number": "14.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-abort-the-update", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-abort-the-update", + "linkingText": [ + "abort the update" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abort-the-update", + "href": "https://www.w3.org/TR/payment-request-1.1/#abort-the-update", + "title": "Abort the update", + "number": "14.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-internal-slot", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-internal-slot", + "linkingText": [ + "internal slot" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://www.w3.org/TR/payment-request-1.1/#dependencies", + "title": "17. Dependencies" + }, + "definedIn": "prose" + }, + { + "id": "dfn-json-serialize", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-json-serialize", + "linkingText": [ + "JSON-serialize", + "JSON-serialized", + "JSON-serializing" + ], + "localLinkingText": [ + "JSON-serialized", + "JSON-serializing" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://www.w3.org/TR/payment-request-1.1/#dependencies", + "title": "17. Dependencies" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-agent", + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-user-agent", + "linkingText": [ + "user agent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "conformance", + "href": "https://www.w3.org/TR/payment-request-1.1/#conformance", + "title": "18. Conformance" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/prefetch.json b/tr/dfns/prefetch.json index 1511fe8a670d..8115e20d7507 100644 --- a/tr/dfns/prefetch.json +++ b/tr/dfns/prefetch.json @@ -190,14 +190,16 @@ "definedIn": "prose" }, { - "id": "prefetch-buffer", - "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-buffer", + "id": "document-prefetch-records", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records", "linkingText": [ - "prefetch buffer" + "prefetch records" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "Document" + ], "access": "public", "informative": false, "heading": { @@ -217,7 +219,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "concepts", @@ -270,10 +272,94 @@ "definedIn": "prose" }, { - "id": "prefetch-record-sandbox-flags-present", - "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-sandbox-flags-present", + "id": "prefetch-record-anonymization-policy", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy", + "linkingText": [ + "anonymization policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "prefetch-record-label", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-label", + "linkingText": [ + "label" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "prefetch-record-state", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-state", "linkingText": [ - "sandbox flags present" + "state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "prefetch-record-fetch-controller", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-fetch-controller", + "linkingText": [ + "fetch controller" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "prefetch-record-sandboxing-flag-set", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-sandboxing-flag-set", + "linkingText": [ + "sandboxing flag set" ], "localLinkingText": [], "type": "dfn", @@ -375,14 +461,37 @@ "definedIn": "prose" }, { - "id": "store-a-prefetch-record", - "href": "https://wicg.github.io/nav-speculation/prefetch.html#store-a-prefetch-record", + "id": "prefetch-record-cancel-and-discard", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard", "linkingText": [ - "store a prefetch record" + "cancel and discard" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "prefetch-record-complete", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-complete", + "linkingText": [ + "complete" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], "access": "public", "informative": false, "heading": { diff --git a/tr/dfns/speculation-rules.json b/tr/dfns/speculation-rules.json index 31c55acf2c39..54b2e77aefe4 100644 --- a/tr/dfns/speculation-rules.json +++ b/tr/dfns/speculation-rules.json @@ -65,6 +65,27 @@ }, "definedIn": "prose" }, + { + "id": "speculation-rule-target-browsing-context-name-hint", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-target-browsing-context-name-hint", + "linkingText": [ + "target browsing context name hint" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "speculation rule" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, { "id": "speculation-rule-set", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-set", @@ -307,6 +328,27 @@ }, "definedIn": "prose" }, + { + "id": "prerender-candidate-target-browsing-context-name-hint", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-target-browsing-context-name-hint", + "linkingText": [ + "target browsing context name hint" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prerender candidate" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-processing", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-processing", + "title": "Processing model", + "number": "1.5" + }, + "definedIn": "prose" + }, { "id": "prerender-candidate-referrer-policy", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-referrer-policy", @@ -328,6 +370,27 @@ }, "definedIn": "prose" }, + { + "id": "prefetch-candidate-continues", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#prefetch-candidate-continues", + "linkingText": [ + "continues" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch candidate" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-processing", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-processing", + "title": "Processing model", + "number": "1.5" + }, + "definedIn": "prose" + }, { "id": "consider-speculation", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#consider-speculation", diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index 335859e1bf83..0aa5a3ff01d3 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -2459,7 +2459,7 @@ "id": "color-spaces", "href": "https://www.w3.org/TR/webgpu/#color-spaces", "title": "Color Spaces and Encoding", - "number": "3.8" + "number": "3.9" }, "definedIn": "prose" }, @@ -3259,6 +3259,109 @@ }, "definedIn": "dt" }, + { + "id": "dom-gpubuffer-mapstate", + "href": "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapstate", + "linkingText": [ + "mapState" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "buffer-interface", + "href": "https://www.w3.org/TR/webgpu/#buffer-interface", + "title": "GPUBuffer", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "enumdef-gpubuffermapstate", + "href": "https://www.w3.org/TR/webgpu/#enumdef-gpubuffermapstate", + "linkingText": [ + "GPUBufferMapState" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "buffer-interface", + "href": "https://www.w3.org/TR/webgpu/#buffer-interface", + "title": "GPUBuffer", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-gpubuffermapstate-unmapped", + "href": "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-unmapped", + "linkingText": [ + "\"unmapped\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUBufferMapState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "buffer-interface", + "href": "https://www.w3.org/TR/webgpu/#buffer-interface", + "title": "GPUBuffer", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-gpubuffermapstate-pending", + "href": "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-pending", + "linkingText": [ + "\"pending\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUBufferMapState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "buffer-interface", + "href": "https://www.w3.org/TR/webgpu/#buffer-interface", + "title": "GPUBuffer", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-gpubuffermapstate-mapped", + "href": "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-mapped", + "linkingText": [ + "\"mapped\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUBufferMapState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "buffer-interface", + "href": "https://www.w3.org/TR/webgpu/#buffer-interface", + "title": "GPUBuffer", + "number": "5.1" + }, + "definedIn": "dt" + }, { "id": "dom-gpubuffer-devicetimelinestate-slot", "href": "https://www.w3.org/TR/webgpu/#dom-gpubuffer-devicetimelinestate-slot", diff --git a/tr/dfns/xhr.json b/tr/dfns/xhr.json index 56b57abf6960..e8480550aa93 100644 --- a/tr/dfns/xhr.json +++ b/tr/dfns/xhr.json @@ -1300,25 +1300,6 @@ }, "definedIn": "prose" }, - { - "id": "report-timing", - "href": "https://xhr.spec.whatwg.org/#report-timing", - "linkingText": [ - "report timing" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-send()-method", - "href": "https://xhr.spec.whatwg.org/#the-send()-method", - "title": "The send() method", - "number": "3.5.6" - }, - "definedIn": "prose" - }, { "id": "handle-response-end-of-body", "href": "https://xhr.spec.whatwg.org/#handle-response-end-of-body", diff --git a/tr/events/payment-request-1.1.json b/tr/events/payment-request-1.1.json new file mode 100644 index 000000000000..7af0725c6a1f --- /dev/null +++ b/tr/events/payment-request-1.1.json @@ -0,0 +1,20 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "events": [ + { + "src": { + "format": "fire an event phrasing", + "href": "https://www.w3.org/TR/payment-request-1.1/#payment-method-changed-algorithm" + }, + "href": "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentmethodchange", + "type": "paymentmethodchange", + "targets": [ + "PaymentRequest" + ], + "interface": "PaymentMethodChangeEvent" + } + ] +} \ No newline at end of file diff --git a/tr/headings/FedCM.json b/tr/headings/FedCM.json index 4d062ad84088..ef654ad8f3e2 100644 --- a/tr/headings/FedCM.json +++ b/tr/headings/FedCM.json @@ -245,136 +245,142 @@ "title": "Backwards Compatibility", "number": "7.5" }, + { + "id": "permissions-policy-integration", + "href": "https://fedidcg.github.io/FedCM/#permissions-policy-integration", + "level": 2, + "title": "Permissions Policy Integration", + "number": "8" + }, { "id": "security", "href": "https://fedidcg.github.io/FedCM/#security", "level": 2, "title": "Security", - "number": "8" + "number": "9" }, { "id": "content-security-policy", "href": "https://fedidcg.github.io/FedCM/#content-security-policy", "level": 3, "title": "Content Security Policy", - "number": "8.1" + "number": "9.1" }, { "id": "sec-fedcm-csrf-header", "href": "https://fedidcg.github.io/FedCM/#sec-fedcm-csrf-header", "level": 3, "title": "Sec-FedCM-CSRF Header", - "number": "8.2" + "number": "9.2" }, { "id": "browser-surface-impersonation", "href": "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", "level": 3, "title": "Browser Surface Impersonation", - "number": "8.3" + "number": "9.3" }, { "id": "privacy", "href": "https://fedidcg.github.io/FedCM/#privacy", "level": 2, - "title": "Privacy", - "number": "9" + "title": "10. Privacy" }, { "id": "privacy-principals", "href": "https://fedidcg.github.io/FedCM/#privacy-principals", "level": 3, "title": "Principals", - "number": "9.1" + "number": "10.1" }, { "id": "network-requests", "href": "https://fedidcg.github.io/FedCM/#network-requests", "level": 3, "title": "Network requests", - "number": "9.2" + "number": "10.2" }, { "id": "attack-scenarios", "href": "https://fedidcg.github.io/FedCM/#attack-scenarios", "level": 3, "title": "Attack Scenarios", - "number": "9.3" + "number": "10.3" }, { "id": "manifest-fingerprinting", "href": "https://fedidcg.github.io/FedCM/#manifest-fingerprinting", "level": 4, "title": "Manifest Fingerprinting", - "number": "9.3.1" + "number": "10.3.1" }, { "id": "timing-attacks", "href": "https://fedidcg.github.io/FedCM/#timing-attacks", "level": 4, "title": "Timing Attacks", - "number": "9.3.2" + "number": "10.3.2" }, { "id": "push-model-mitigation", "href": "https://fedidcg.github.io/FedCM/#push-model-mitigation", "level": 4, "title": "Push Model", - "number": "9.3.3" + "number": "10.3.3" }, { "id": "idp-intrusion", "href": "https://fedidcg.github.io/FedCM/#idp-intrusion", "level": 4, "title": "IDP Intrusion", - "number": "9.3.4" + "number": "10.3.4" }, { "id": "other-attack-scenarios", "href": "https://fedidcg.github.io/FedCM/#other-attack-scenarios", "level": 3, "title": "Other Attack Scenarios", - "number": "9.4" + "number": "10.4" }, { "id": "attack-scenarios-by-rp-cross-site-correlation", "href": "https://fedidcg.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", "level": 4, "title": "Cross-Site Correlation", - "number": "9.4.1" + "number": "10.4.1" }, { "id": "unauthorized-data-usage", "href": "https://fedidcg.github.io/FedCM/#unauthorized-data-usage", "level": 4, "title": "Unauthorized Data Usage", - "number": "9.4.2" + "number": "10.4.2" }, { "id": "rp-fingerprinting", "href": "https://fedidcg.github.io/FedCM/#rp-fingerprinting", "level": 4, "title": "RP Fingerprinting", - "number": "9.4.3" + "number": "10.4.3" }, { "id": "secondary-use", "href": "https://fedidcg.github.io/FedCM/#secondary-use", "level": 4, "title": "Secondary Use", - "number": "9.4.4" + "number": "10.4.4" }, { "id": "extensibility", "href": "https://fedidcg.github.io/FedCM/#extensibility", "level": 2, - "title": "10. Extensibility" + "title": "11. Extensibility" }, { "id": "acknowledgements", "href": "https://fedidcg.github.io/FedCM/#acknowledgements", "level": 2, - "title": "11. Acknowledgements" + "title": "12. Acknowledgements" }, { "id": "w3c-conformance", diff --git a/tr/headings/css-contain-3.json b/tr/headings/css-contain-3.json index 0026ec50a540..2638d5faaef7 100644 --- a/tr/headings/css-contain-3.json +++ b/tr/headings/css-contain-3.json @@ -17,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-contain-3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-contain-3/#sotd", "level": 2, "title": "Status of this document" }, @@ -175,13 +175,6 @@ "title": "Style Container Features", "number": "5.2" }, - { - "id": "state-container", - "href": "https://www.w3.org/TR/css-contain-3/#state-container", - "level": 3, - "title": "State Container Features", - "number": "5.3" - }, { "id": "container-lengths", "href": "https://www.w3.org/TR/css-contain-3/#container-lengths", @@ -189,19 +182,33 @@ "title": "Container Relative Lengths: the cqw, cqh, cqi, cqb, cqmin, cqmax units", "number": "6" }, + { + "id": "apis", + "href": "https://www.w3.org/TR/css-contain-3/#apis", + "level": 2, + "title": "APIs", + "number": "7" + }, + { + "id": "the-csscontainerrule-interface", + "href": "https://www.w3.org/TR/css-contain-3/#the-csscontainerrule-interface", + "level": 3, + "title": "The CSSContainerRule interface", + "number": "7.1" + }, { "id": "content-visibility", "href": "https://www.w3.org/TR/css-contain-3/#content-visibility", "level": 2, "title": "Suppressing An Element’s Contents Entirely: the content-visibility property", - "number": "7" + "number": "8" }, { "id": "priv-sec", "href": "https://www.w3.org/TR/css-contain-3/#priv-sec", "level": 2, "title": "Privacy and Security Considerations", - "number": "8" + "number": "9" }, { "id": "changes", @@ -209,6 +216,12 @@ "level": 2, "title": "Appendix A. Changes" }, + { + "id": "changes-2021-12", + "href": "https://www.w3.org/TR/css-contain-3/#changes-2021-12", + "level": 3, + "title": "Changes since the 21 December 2021 First Public Working Draft" + }, { "id": "l3-changes", "href": "https://www.w3.org/TR/css-contain-3/#l3-changes", @@ -305,6 +318,12 @@ "level": 3, "title": "@container Descriptors" }, + { + "id": "idl-index", + "href": "https://www.w3.org/TR/css-contain-3/#idl-index", + "level": 2, + "title": "IDL Index" + }, { "id": "issues-index", "href": "https://www.w3.org/TR/css-contain-3/#issues-index", diff --git a/tr/headings/ecmascript.json b/tr/headings/ecmascript.json index 8db0ae276031..ea35ad5a43e6 100644 --- a/tr/headings/ecmascript.json +++ b/tr/headings/ecmascript.json @@ -630,7 +630,7 @@ }, { "id": "sec-numeric-types-number-tostring", - "title": "Number::toString ( x )", + "title": "Number::toString ( x, radix )", "level": 5, "number": "6.1.6.1.20" }, @@ -3220,197 +3220,203 @@ "level": 2, "number": "12.4" }, + { + "id": "sec-hashbang", + "title": "Hashbang Comments", + "level": 2, + "number": "12.5" + }, { "id": "sec-tokens", "title": "Tokens", "level": 2, - "number": "12.5" + "number": "12.6" }, { "id": "sec-names-and-keywords", "title": "Names and Keywords", "level": 2, - "number": "12.6" + "number": "12.7" }, { "id": "sec-identifier-names", "title": "Identifier Names", "level": 3, - "number": "12.6.1" + "number": "12.7.1" }, { "id": "sec-identifier-names-static-semantics-early-errors", "title": "Static Semantics: Early Errors", "level": 4, - "number": "12.6.1.1" + "number": "12.7.1.1" }, { "id": "sec-identifiercodepoints", "title": "Static Semantics: IdentifierCodePoints", "level": 4, - "number": "12.6.1.2" + "number": "12.7.1.2" }, { "id": "sec-identifiercodepoint", "title": "Static Semantics: IdentifierCodePoint", "level": 4, - "number": "12.6.1.3" + "number": "12.7.1.3" }, { "id": "sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", "level": 3, - "number": "12.6.2" + "number": "12.7.2" }, { "id": "sec-punctuators", "title": "Punctuators", "level": 2, - "number": "12.7" + "number": "12.8" }, { "id": "sec-ecmascript-language-lexical-grammar-literals", "title": "Literals", "level": 2, - "number": "12.8" + "number": "12.9" }, { "id": "sec-null-literals", "title": "Null Literals", "level": 3, - "number": "12.8.1" + "number": "12.9.1" }, { "id": "sec-boolean-literals", "title": "Boolean Literals", "level": 3, - "number": "12.8.2" + "number": "12.9.2" }, { "id": "sec-literals-numeric-literals", "title": "Numeric Literals", "level": 3, - "number": "12.8.3" + "number": "12.9.3" }, { "id": "sec-numeric-literals-early-errors", "title": "Static Semantics: Early Errors", "level": 4, - "number": "12.8.3.1" + "number": "12.9.3.1" }, { "id": "sec-static-semantics-mv", "title": "Static Semantics: MV", "level": 4, - "number": "12.8.3.2" + "number": "12.9.3.2" }, { "id": "sec-numericvalue", "title": "Static Semantics: NumericValue", "level": 4, - "number": "12.8.3.3" + "number": "12.9.3.3" }, { "id": "sec-literals-string-literals", "title": "String Literals", "level": 3, - "number": "12.8.4" + "number": "12.9.4" }, { "id": "sec-string-literals-early-errors", "title": "Static Semantics: Early Errors", "level": 4, - "number": "12.8.4.1" + "number": "12.9.4.1" }, { "id": "sec-static-semantics-sv", "title": "Static Semantics: SV", "level": 4, - "number": "12.8.4.2" + "number": "12.9.4.2" }, { "id": "sec-string-literals-static-semantics-mv", "title": "Static Semantics: MV", "level": 4, - "number": "12.8.4.3" + "number": "12.9.4.3" }, { "id": "sec-literals-regular-expression-literals", "title": "Regular Expression Literals", "level": 3, - "number": "12.8.5" + "number": "12.9.5" }, { "id": "sec-static-semantics-bodytext", "title": "Static Semantics: BodyText", "level": 4, - "number": "12.8.5.1" + "number": "12.9.5.1" }, { "id": "sec-static-semantics-flagtext", "title": "Static Semantics: FlagText", "level": 4, - "number": "12.8.5.2" + "number": "12.9.5.2" }, { "id": "sec-template-literal-lexical-components", "title": "Template Literal Lexical Components", "level": 3, - "number": "12.8.6" + "number": "12.9.6" }, { "id": "sec-static-semantics-tv", "title": "Static Semantics: TV", "level": 4, - "number": "12.8.6.1" + "number": "12.9.6.1" }, { "id": "sec-static-semantics-trv", "title": "Static Semantics: TRV", "level": 4, - "number": "12.8.6.2" + "number": "12.9.6.2" }, { "id": "sec-automatic-semicolon-insertion", "title": "Automatic Semicolon Insertion", "level": 2, - "number": "12.9" + "number": "12.10" }, { "id": "sec-rules-of-automatic-semicolon-insertion", "title": "Rules of Automatic Semicolon Insertion", "level": 3, - "number": "12.9.1" + "number": "12.10.1" }, { "id": "sec-examples-of-automatic-semicolon-insertion", "title": "Examples of Automatic Semicolon Insertion", "level": 3, - "number": "12.9.2" + "number": "12.10.2" }, { "id": "sec-interesting-cases-of-automatic-semicolon-insertion", "title": "Interesting Cases of Automatic Semicolon Insertion", "level": 3, - "number": "12.9.3" + "number": "12.10.3" }, { "id": "sec-asi-interesting-cases-in-statement-lists", "title": "Interesting Cases of Automatic Semicolon Insertion in Statement Lists", "level": 4, - "number": "12.9.3.1" + "number": "12.10.3.1" }, { "id": "sec-asi-cases-with-no-lineterminator-here", "title": "Cases of Automatic Semicolon Insertion and “[no LineTerminator here]”", "level": 4, - "number": "12.9.3.2" + "number": "12.10.3.2" }, { "id": "sec-no-lineterminator-here-automatic-semicolon-insertion-list", "title": "List of Grammar Productions with Optional Operands and “[no LineTerminator here]”", "level": 5, - "number": "12.9.3.2.1" + "number": "12.10.3.2.1" }, { "id": "sec-ecmascript-language-expressions", diff --git a/tr/headings/html.json b/tr/headings/html.json index 0966875e90c5..75ab641eff64 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "urls", @@ -601,7 +601,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "common-dom-interfaces", @@ -663,7 +663,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "safe-passing-of-structured-data", @@ -746,7 +746,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "dom", @@ -1031,7 +1031,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "semantics", @@ -1183,7 +1183,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "sections", @@ -1301,7 +1301,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "grouping-content", @@ -1419,7 +1419,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "text-level-semantics", @@ -1635,7 +1635,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "links", @@ -1893,7 +1893,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "edits", @@ -1948,7 +1948,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "embedded-content", @@ -1982,7 +1982,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "images", @@ -2240,7 +2240,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-iframe-element", @@ -2267,7 +2267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-video-element", @@ -2497,7 +2497,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-map-element", @@ -2538,7 +2538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "mathml", @@ -2565,7 +2565,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "tables", @@ -2697,7 +2697,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "forms", @@ -2794,7 +2794,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-input-element", @@ -3059,7 +3059,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-button-element", @@ -3142,7 +3142,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "form-control-infrastructure", @@ -3379,7 +3379,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "interactive-elements", @@ -3469,7 +3469,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "scripting-3", @@ -3552,7 +3552,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-canvas-element", @@ -3796,7 +3796,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "custom-elements", @@ -3928,7 +3928,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "common-idioms", @@ -4004,7 +4004,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "microdata", @@ -4184,7 +4184,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "editing", @@ -4441,7 +4441,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "dnd", @@ -4524,7 +4524,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "browsers", @@ -4662,7 +4662,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-window-object", @@ -4801,7 +4801,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "origin", @@ -4898,7 +4898,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "history", @@ -5016,7 +5016,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "browsing-the-web", @@ -5169,7 +5169,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "webappapis", @@ -5524,7 +5524,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "dynamic-markup-insertion", @@ -5572,7 +5572,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "timers", @@ -5613,7 +5613,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "system-state-and-capabilities", @@ -5682,7 +5682,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "images-2", @@ -5702,7 +5702,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "comms", @@ -5721,7 +5721,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "server-sent-events", @@ -5804,7 +5804,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "web-messaging", @@ -5922,7 +5922,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "workers", @@ -6158,7 +6158,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "worklets", @@ -6268,7 +6268,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "webstorage", @@ -6371,7 +6371,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "syntax", @@ -6481,7 +6481,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "parsing", @@ -7446,7 +7446,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "named-character-references", @@ -7459,7 +7459,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "the-xhtml-syntax", @@ -7499,7 +7499,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "rendering", @@ -7826,7 +7826,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "obsolete", @@ -7887,7 +7887,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "iana", @@ -7948,7 +7948,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "index", @@ -8008,7 +8008,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "references", @@ -8020,7 +8020,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 9 August 2022" + "title": "Living Standard — Last Updated 22 August 2022" }, { "id": "acknowledgments", diff --git a/tr/headings/mediacapture-streams.json b/tr/headings/mediacapture-streams.json index 0e19e81b3c1e..7c82321c7f01 100644 --- a/tr/headings/mediacapture-streams.json +++ b/tr/headings/mediacapture-streams.json @@ -336,6 +336,13 @@ "title": "Exposure decision algorithm for devices other than camera and microphone", "number": "9.2.4" }, + { + "id": "context-capturing-state", + "href": "https://www.w3.org/TR/mediacapture-streams/#context-capturing-state", + "level": 4, + "title": "Context capturing state", + "number": "9.2.5" + }, { "id": "device-info", "href": "https://www.w3.org/TR/mediacapture-streams/#device-info", diff --git a/tr/headings/payment-request-1.1.json b/tr/headings/payment-request-1.1.json new file mode 100644 index 000000000000..80ccec040fa7 --- /dev/null +++ b/tr/headings/payment-request-1.1.json @@ -0,0 +1,535 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/payment-request-1.1/#title", + "level": 1, + "title": "Payment Request API 1.1" + }, + { + "id": "changes-since-last-publication", + "href": "https://www.w3.org/TR/payment-request-1.1/#changes-since-last-publication", + "level": 3, + "title": "Changes since last publication" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/payment-request-1.1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/payment-request-1.1/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "goals", + "href": "https://www.w3.org/TR/payment-request-1.1/#goals", + "level": 3, + "title": "Goals and scope", + "number": "1.1" + }, + { + "id": "examples-of-usage", + "href": "https://www.w3.org/TR/payment-request-1.1/#examples-of-usage", + "level": 2, + "title": "Examples of usage", + "number": "2" + }, + { + "id": "declaring-multiple-ways-of-paying", + "href": "https://www.w3.org/TR/payment-request-1.1/#declaring-multiple-ways-of-paying", + "level": 3, + "title": "Declaring multiple ways of paying", + "number": "2.1" + }, + { + "id": "describing-what-is-being-paid-for", + "href": "https://www.w3.org/TR/payment-request-1.1/#describing-what-is-being-paid-for", + "level": 3, + "title": "Describing what is being paid for", + "number": "2.2" + }, + { + "id": "conditional-modifications-to-payment-request", + "href": "https://www.w3.org/TR/payment-request-1.1/#conditional-modifications-to-payment-request", + "level": 3, + "title": "Conditional modifications to payment request", + "number": "2.3" + }, + { + "id": "constructing-a-paymentrequest", + "href": "https://www.w3.org/TR/payment-request-1.1/#constructing-a-paymentrequest", + "level": 3, + "title": "Constructing a PaymentRequest", + "number": "2.4" + }, + { + "id": "posting-payment-response-back-to-a-server", + "href": "https://www.w3.org/TR/payment-request-1.1/#posting-payment-response-back-to-a-server", + "level": 3, + "title": "POSTing payment response back to a server", + "number": "2.5" + }, + { + "id": "using-with-cross-origin-iframes", + "href": "https://www.w3.org/TR/payment-request-1.1/#using-with-cross-origin-iframes", + "level": 3, + "title": "Using with cross-origin iframes", + "number": "2.6" + }, + { + "id": "paymentrequest-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "level": 2, + "title": "PaymentRequest interface", + "number": "3" + }, + { + "id": "constructor", + "href": "https://www.w3.org/TR/payment-request-1.1/#constructor", + "level": 3, + "title": "Constructor", + "number": "3.1" + }, + { + "id": "id-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#id-attribute", + "level": 3, + "title": "id attribute", + "number": "3.2" + }, + { + "id": "show-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#show-method", + "level": 3, + "title": "show() method", + "number": "3.3" + }, + { + "id": "abort-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#abort-method", + "level": 3, + "title": "abort() method", + "number": "3.4" + }, + { + "id": "canmakepayment-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-method", + "level": 3, + "title": "canMakePayment() method", + "number": "3.5" + }, + { + "id": "onpaymentmethodchange-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#onpaymentmethodchange-attribute", + "level": 3, + "title": "onpaymentmethodchange attribute", + "number": "3.6" + }, + { + "id": "internal-slots", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "level": 3, + "title": "Internal Slots", + "number": "3.7" + }, + { + "id": "paymentmethoddata-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethoddata-dictionary", + "level": 2, + "title": "PaymentMethodData dictionary", + "number": "4" + }, + { + "id": "paymentcurrencyamount-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcurrencyamount-dictionary", + "level": 2, + "title": "PaymentCurrencyAmount dictionary", + "number": "5" + }, + { + "id": "validity-checkers", + "href": "https://www.w3.org/TR/payment-request-1.1/#validity-checkers", + "level": 3, + "title": "Validity checkers", + "number": "5.1" + }, + { + "id": "payment-details-dictionaries", + "href": "https://www.w3.org/TR/payment-request-1.1/#payment-details-dictionaries", + "level": 2, + "title": "Payment details dictionaries", + "number": "6" + }, + { + "id": "paymentdetailsbase-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsbase-dictionary", + "level": 3, + "title": "PaymentDetailsBase dictionary", + "number": "6.1" + }, + { + "id": "paymentdetailsinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsinit-dictionary", + "level": 3, + "title": "PaymentDetailsInit dictionary", + "number": "6.2" + }, + { + "id": "paymentdetailsupdate-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsupdate-dictionary", + "level": 3, + "title": "PaymentDetailsUpdate dictionary", + "number": "6.3" + }, + { + "id": "paymentdetailsmodifier-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "level": 2, + "title": "PaymentDetailsModifier dictionary", + "number": "7" + }, + { + "id": "paymentitem-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "level": 2, + "title": "PaymentItem dictionary", + "number": "8" + }, + { + "id": "paymentcompletedetails-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcompletedetails-dictionary", + "level": 2, + "title": "PaymentCompleteDetails dictionary", + "number": "9" + }, + { + "id": "paymentcomplete-enum", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "level": 2, + "title": "10. PaymentComplete enum" + }, + { + "id": "paymentresponse-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentresponse-interface", + "level": 2, + "title": "11. PaymentResponse interface" + }, + { + "id": "retry-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#retry-method", + "level": 3, + "title": "retry() method", + "number": "11.1" + }, + { + "id": "paymentvalidationerrors-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentvalidationerrors-dictionary", + "level": 4, + "title": "PaymentValidationErrors dictionary", + "number": "11.1.1" + }, + { + "id": "methodname-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute", + "level": 3, + "title": "methodName attribute", + "number": "11.2" + }, + { + "id": "details-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#details-attribute", + "level": 3, + "title": "details attribute", + "number": "11.3" + }, + { + "id": "requestid-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#requestid-attribute", + "level": 3, + "title": "requestId attribute", + "number": "11.4" + }, + { + "id": "complete-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#complete-method", + "level": 3, + "title": "complete() method", + "number": "11.5" + }, + { + "id": "internal-slots-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-0", + "level": 3, + "title": "Internal Slots", + "number": "11.6" + }, + { + "id": "permissions-policy", + "href": "https://www.w3.org/TR/payment-request-1.1/#permissions-policy", + "level": 2, + "title": "12. Permissions Policy integration" + }, + { + "id": "events", + "href": "https://www.w3.org/TR/payment-request-1.1/#events", + "level": 2, + "title": "13. Events" + }, + { + "id": "summary", + "href": "https://www.w3.org/TR/payment-request-1.1/#summary", + "level": 3, + "title": "Summary", + "number": "13.1" + }, + { + "id": "paymentmethodchangeevent-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeevent-interface", + "level": 3, + "title": "PaymentMethodChangeEvent interface", + "number": "13.2" + }, + { + "id": "methoddetails-attribute", + "href": "https://www.w3.org/TR/payment-request-1.1/#methoddetails-attribute", + "level": 4, + "title": "methodDetails attribute", + "number": "13.2.1" + }, + { + "id": "methodname-attribute-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute-0", + "level": 4, + "title": "methodName attribute", + "number": "13.2.2" + }, + { + "id": "paymentmethodchangeeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeeventinit-dictionary", + "level": 4, + "title": "PaymentMethodChangeEventInit dictionary", + "number": "13.2.3" + }, + { + "id": "paymentrequestupdateevent-interface", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateevent-interface", + "level": 3, + "title": "PaymentRequestUpdateEvent interface", + "number": "13.3" + }, + { + "id": "constructor-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#constructor-0", + "level": 4, + "title": "Constructor", + "number": "13.3.1" + }, + { + "id": "updatewith-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#updatewith-method", + "level": 4, + "title": "updateWith() method", + "number": "13.3.2" + }, + { + "id": "internal-slots-1", + "href": "https://www.w3.org/TR/payment-request-1.1/#internal-slots-1", + "level": 4, + "title": "Internal Slots", + "number": "13.3.3" + }, + { + "id": "paymentrequestupdateeventinit-dictionary", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateeventinit-dictionary", + "level": 4, + "title": "PaymentRequestUpdateEventInit dictionary", + "number": "13.3.4" + }, + { + "id": "algorithms", + "href": "https://www.w3.org/TR/payment-request-1.1/#algorithms", + "level": 2, + "title": "14. Algorithms" + }, + { + "id": "can-make-payment-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#can-make-payment-algorithm", + "level": 3, + "title": "Can make payment algorithm", + "number": "14.1" + }, + { + "id": "payment-method-changed-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#payment-method-changed-algorithm", + "level": 3, + "title": "Payment method changed algorithm", + "number": "14.2" + }, + { + "id": "paymentrequest-updated-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-updated-algorithm", + "level": 3, + "title": "PaymentRequest updated algorithm", + "number": "14.3" + }, + { + "id": "user-accepts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#user-accepts-the-payment-request-algorithm", + "level": 3, + "title": "User accepts the payment request algorithm", + "number": "14.4" + }, + { + "id": "user-aborts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#user-aborts-the-payment-request-algorithm", + "level": 3, + "title": "User aborts the payment request algorithm", + "number": "14.5" + }, + { + "id": "update-a-paymentrequest-s-details-algorithm", + "href": "https://www.w3.org/TR/payment-request-1.1/#update-a-paymentrequest-s-details-algorithm", + "level": 3, + "title": "Update a PaymentRequest's details algorithm", + "number": "14.6" + }, + { + "id": "abort-the-update", + "href": "https://www.w3.org/TR/payment-request-1.1/#abort-the-update", + "level": 4, + "title": "Abort the update", + "number": "14.6.1" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/payment-request-1.1/#privacy", + "level": 2, + "title": "15. Privacy and Security Considerations" + }, + { + "id": "user-protections-with-show-method", + "href": "https://www.w3.org/TR/payment-request-1.1/#user-protections-with-show-method", + "level": 3, + "title": "User protections with show() method", + "number": "15.1" + }, + { + "id": "secure-contexts", + "href": "https://www.w3.org/TR/payment-request-1.1/#secure-contexts", + "level": 3, + "title": "Secure contexts", + "number": "15.2" + }, + { + "id": "cross-origin-payment-requests", + "href": "https://www.w3.org/TR/payment-request-1.1/#cross-origin-payment-requests", + "level": 3, + "title": "Cross-origin payment requests", + "number": "15.3" + }, + { + "id": "encryption-of-data-fields", + "href": "https://www.w3.org/TR/payment-request-1.1/#encryption-of-data-fields", + "level": 3, + "title": "Encryption of data fields", + "number": "15.4" + }, + { + "id": "how-user-agents-match-payment-handlers", + "href": "https://www.w3.org/TR/payment-request-1.1/#how-user-agents-match-payment-handlers", + "level": 3, + "title": "How user agents match payment handlers", + "number": "15.5" + }, + { + "id": "data-usage-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#data-usage-0", + "level": 3, + "title": "Data usage", + "number": "15.6" + }, + { + "id": "exposing-user-information", + "href": "https://www.w3.org/TR/payment-request-1.1/#exposing-user-information", + "level": 3, + "title": "Exposing user information", + "number": "15.7" + }, + { + "id": "canmakepayment-protections-0", + "href": "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-protections-0", + "level": 3, + "title": "canMakePayment() protections", + "number": "15.8" + }, + { + "id": "accessibility-considerations", + "href": "https://www.w3.org/TR/payment-request-1.1/#accessibility-considerations", + "level": 2, + "title": "16. Accessibility Considerations" + }, + { + "id": "dependencies", + "href": "https://www.w3.org/TR/payment-request-1.1/#dependencies", + "level": 2, + "title": "17. Dependencies" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/payment-request-1.1/#conformance", + "level": 2, + "title": "18. Conformance" + }, + { + "id": "idl-index", + "href": "https://www.w3.org/TR/payment-request-1.1/#idl-index", + "level": 2, + "title": "IDL Index", + "number": "A" + }, + { + "id": "acknowledgements", + "href": "https://www.w3.org/TR/payment-request-1.1/#acknowledgements", + "level": 2, + "title": "Acknowledgements", + "number": "B" + }, + { + "id": "changelog", + "href": "https://www.w3.org/TR/payment-request-1.1/#changelog", + "level": 2, + "title": "Changelog", + "number": "C" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/payment-request-1.1/#references", + "level": 2, + "title": "References", + "number": "D" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/payment-request-1.1/#normative-references", + "level": 3, + "title": "Normative references", + "number": "D.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/payment-request-1.1/#informative-references", + "level": 3, + "title": "Informative references", + "number": "D.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/storage-access.json b/tr/headings/storage-access.json index ad345b412dc7..6a9c713fd238 100644 --- a/tr/headings/storage-access.json +++ b/tr/headings/storage-access.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://privacycg.github.io/storage-access/#subtitle", "level": 2, - "title": "Draft Community Group Report, 11 August 2022" + "title": "Draft Community Group Report, 18 August 2022" }, { "id": "abstract", diff --git a/tr/headings/storage.json b/tr/headings/storage.json index 6c50e5a206ef..72b1a82b787a 100644 --- a/tr/headings/storage.json +++ b/tr/headings/storage.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://storage.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 4 March 2022" + "title": "Living Standard — Last Updated 14 August 2022" }, { "id": "abstract", diff --git a/tr/headings/streams.json b/tr/headings/streams.json index c18539c1364c..7305f640e67b 100644 --- a/tr/headings/streams.json +++ b/tr/headings/streams.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://streams.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 18 April 2022" + "title": "Living Standard — Last Updated 14 August 2022" }, { "id": "abstract", diff --git a/tr/headings/url.json b/tr/headings/url.json index af217c394756..b6fce15265fa 100644 --- a/tr/headings/url.json +++ b/tr/headings/url.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://url.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 3 May 2022" + "title": "Living Standard — Last Updated 14 August 2022" }, { "id": "abstract", diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json index 2918271869ee..96e0b9190ada 100644 --- a/tr/headings/webgpu.json +++ b/tr/headings/webgpu.json @@ -151,7 +151,7 @@ "id": "privacy-machine-limits", "href": "https://www.w3.org/TR/webgpu/#privacy-machine-limits", "level": 4, - "title": "Machine-specific limits", + "title": "Machine-specific features and limits", "number": "2.2.1" }, { @@ -343,33 +343,40 @@ "title": "GPUAdapterInfo", "number": "3.6.2.3" }, + { + "id": "extension-documents", + "href": "https://www.w3.org/TR/webgpu/#extension-documents", + "level": 3, + "title": "Extension Documents", + "number": "3.7" + }, { "id": "origin-restrictions", "href": "https://www.w3.org/TR/webgpu/#origin-restrictions", "level": 3, "title": "Origin Restrictions", - "number": "3.7" + "number": "3.8" }, { "id": "color-spaces", "href": "https://www.w3.org/TR/webgpu/#color-spaces", "level": 3, "title": "Color Spaces and Encoding", - "number": "3.8" + "number": "3.9" }, { "id": "color-space-conversions", "href": "https://www.w3.org/TR/webgpu/#color-space-conversions", "level": 4, "title": "Color Space Conversions", - "number": "3.8.1" + "number": "3.9.1" }, { "id": "color-space-conversion-elision", "href": "https://www.w3.org/TR/webgpu/#color-space-conversion-elision", "level": 4, "title": "Color Space Conversion Elision", - "number": "3.8.2" + "number": "3.9.2" }, { "id": "initialization", diff --git a/tr/headings/xhr.json b/tr/headings/xhr.json index 7a7e0276761e..62fa53f54a34 100644 --- a/tr/headings/xhr.json +++ b/tr/headings/xhr.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://xhr.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 12 May 2022" + "title": "Living Standard — Last Updated 15 August 2022" }, { "id": "abstract", diff --git a/tr/idl/css-contain-3.idl b/tr/idl/css-contain-3.idl new file mode 100644 index 000000000000..8a5ab1485d30 --- /dev/null +++ b/tr/idl/css-contain-3.idl @@ -0,0 +1,8 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: CSS Containment Module Level 3 (https://www.w3.org/TR/css-contain-3/) + +[Exposed=Window] +interface CSSContainerRule : CSSConditionRule { +}; diff --git a/tr/idl/payment-request.idl b/tr/idl/payment-request.idl index 8805cf1854f5..00ba8deda46b 100644 --- a/tr/idl/payment-request.idl +++ b/tr/idl/payment-request.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Payment Request API (https://www.w3.org/TR/payment-request/) +// Source: Payment Request API 1.1 (https://www.w3.org/TR/payment-request-1.1/) [SecureContext, Exposed=Window] interface PaymentRequest : EventTarget { @@ -59,6 +59,10 @@ dictionary PaymentItem { boolean pending = false; }; +dictionary PaymentCompleteDetails { + object? data = null; +}; + enum PaymentComplete { "fail", "success", @@ -74,7 +78,10 @@ interface PaymentResponse : EventTarget { readonly attribute object details; [NewObject] - Promise complete(optional PaymentComplete result = "unknown"); + Promise complete( + optional PaymentComplete result = "unknown", + optional PaymentCompleteDetails details = {} + ); [NewObject] Promise retry(optional PaymentValidationErrors errorFields = {}); }; diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl index a7fea7e3bce6..c9838338da3d 100644 --- a/tr/idl/webgpu.idl +++ b/tr/idl/webgpu.idl @@ -140,17 +140,25 @@ GPUDevice includes GPUObjectBase; [Exposed=(Window, DedicatedWorker), SecureContext] interface GPUBuffer { + readonly attribute GPUSize64 size; + readonly attribute GPUBufferUsageFlags usage; + + readonly attribute GPUBufferMapState mapState; + Promise mapAsync(GPUMapModeFlags mode, optional GPUSize64 offset = 0, optional GPUSize64 size); ArrayBuffer getMappedRange(optional GPUSize64 offset = 0, optional GPUSize64 size); undefined unmap(); undefined destroy(); - - readonly attribute GPUSize64 size; - readonly attribute GPUBufferUsageFlags usage; }; GPUBuffer includes GPUObjectBase; +enum GPUBufferMapState { + "unmapped", + "pending", + "mapped" +}; + dictionary GPUBufferDescriptor : GPUObjectDescriptorBase { required GPUSize64 size; required GPUBufferUsageFlags usage; diff --git a/tr/ids/FedCM.json b/tr/ids/FedCM.json index a02de7fbd1c4..233c2d63fa2f 100644 --- a/tr/ids/FedCM.json +++ b/tr/ids/FedCM.json @@ -19,12 +19,6 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0", - "https://fedidcg.github.io/FedCM/#triangle", - "https://fedidcg.github.io/FedCM/#clear_triangle", - "https://fedidcg.github.io/FedCM/#circle", - "https://fedidcg.github.io/FedCM/#square", - "https://fedidcg.github.io/FedCM/#open_circle", - "https://fedidcg.github.io/FedCM/#big_open_circle", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1", @@ -190,18 +184,6 @@ "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#triangle", - "https://fedidcg.github.io/FedCM/#clear_triangle", - "https://fedidcg.github.io/FedCM/#circle", - "https://fedidcg.github.io/FedCM/#square", - "https://fedidcg.github.io/FedCM/#open_circle", - "https://fedidcg.github.io/FedCM/#big_open_circle", - "https://fedidcg.github.io/FedCM/#triangle", - "https://fedidcg.github.io/FedCM/#clear_triangle", - "https://fedidcg.github.io/FedCM/#circle", - "https://fedidcg.github.io/FedCM/#square", - "https://fedidcg.github.io/FedCM/#open_circle", - "https://fedidcg.github.io/FedCM/#big_open_circle", "https://fedidcg.github.io/FedCM/#idp-api", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#idp-api-manifest", @@ -402,12 +384,12 @@ "https://fedidcg.github.io/FedCM/#dom-identitycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors", "https://fedidcg.github.io/FedCM/#ref-for-environment-settings-object", "https://fedidcg.github.io/FedCM/#ref-for-same-origin-with-its-ancestors", + "https://fedidcg.github.io/FedCM/#ref-for-sec-ordinary-object-internal-methods-and-internal-slots%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-document-permissions-policy", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-mediation", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-signal", "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A6", "https://fedidcg.github.io/FedCM/#dom-identitycredential-discoverfromexternalsource-slot", - "https://fedidcg.github.io/FedCM/#ref-for-notallowederror", - "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-identity%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-providers", "https://fedidcg.github.io/FedCM/#ref-for-map-exists", @@ -603,6 +585,23 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-resolve", "https://fedidcg.github.io/FedCM/#browser-api-backwards-compatibility", + "https://fedidcg.github.io/FedCM/#permissions-policy-integration", + "https://fedidcg.github.io/FedCM/#ref-for-policy-controlled-feature", + "https://fedidcg.github.io/FedCM/#identity-credentials-get", + "https://fedidcg.github.io/FedCM/#ref-for-default-allowlist", + "https://fedidcg.github.io/FedCM/#ref-for-document", + "https://fedidcg.github.io/FedCM/#ref-for-concept-document-permissions-policy%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialscontainer-get%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-allowed-to-use", + "https://fedidcg.github.io/FedCM/#ref-for-identity-credentials-get", + "https://fedidcg.github.io/FedCM/#ref-for-a-promise-rejected-with", + "https://fedidcg.github.io/FedCM/#ref-for-notallowederror", + "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException", + "https://fedidcg.github.io/FedCM/#ref-for-current-settings-object", + "https://fedidcg.github.io/FedCM/#ref-for-sec-ordinary-object-internal-methods-and-internal-slots%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-in-parallel", + "https://fedidcg.github.io/FedCM/#ref-for-credentialscontainer%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-abstract-opdef-request-a-credential%E2%91%A0", "https://fedidcg.github.io/FedCM/#security", "https://fedidcg.github.io/FedCM/#content-security-policy", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", @@ -670,12 +669,6 @@ "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#network-requests", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", - "https://fedidcg.github.io/FedCM/#triangle", - "https://fedidcg.github.io/FedCM/#clear_triangle", - "https://fedidcg.github.io/FedCM/#circle", - "https://fedidcg.github.io/FedCM/#square", - "https://fedidcg.github.io/FedCM/#open_circle", - "https://fedidcg.github.io/FedCM/#big_open_circle", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", @@ -709,7 +702,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#manifest-fingerprinting", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-manifest%E2%91%A0", - "https://fedidcg.github.io/FedCM/#example-7d1ae81c", + "https://fedidcg.github.io/FedCM/#example-d7cff68d", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", @@ -851,6 +844,7 @@ "https://fedidcg.github.io/FedCM/#term-for-typedef-named-color", "https://fedidcg.github.io/FedCM/#term-for-funcdef-hsl", "https://fedidcg.github.io/FedCM/#term-for-funcdef-rgb", + "https://fedidcg.github.io/FedCM/#term-for-document", "https://fedidcg.github.io/FedCM/#term-for-concept-document-origin", "https://fedidcg.github.io/FedCM/#term-for-sec-ordinary-object-internal-methods-and-internal-slots", "https://fedidcg.github.io/FedCM/#term-for-concept-response-body", @@ -864,9 +858,13 @@ "https://fedidcg.github.io/FedCM/#term-for-concept-response", "https://fedidcg.github.io/FedCM/#term-for-concept-response-status", "https://fedidcg.github.io/FedCM/#term-for-concept-request-url", + "https://fedidcg.github.io/FedCM/#term-for-allowed-to-use", "https://fedidcg.github.io/FedCM/#term-for-content-type", + "https://fedidcg.github.io/FedCM/#term-for-current-settings-object", "https://fedidcg.github.io/FedCM/#term-for-environment-settings-object", + "https://fedidcg.github.io/FedCM/#term-for-in-parallel", "https://fedidcg.github.io/FedCM/#term-for-concept-origin", + "https://fedidcg.github.io/FedCM/#term-for-concept-document-permissions-policy", "https://fedidcg.github.io/FedCM/#term-for-relevant-settings-object", "https://fedidcg.github.io/FedCM/#term-for-concept-site-same-site", "https://fedidcg.github.io/FedCM/#term-for-dom-settimeout", @@ -883,6 +881,8 @@ "https://fedidcg.github.io/FedCM/#term-for-user-agent", "https://fedidcg.github.io/FedCM/#term-for-map-getting-the-values", "https://fedidcg.github.io/FedCM/#term-for-json-mime-type", + "https://fedidcg.github.io/FedCM/#term-for-default-allowlist", + "https://fedidcg.github.io/FedCM/#term-for-policy-controlled-feature", "https://fedidcg.github.io/FedCM/#term-for-concept-url-host", "https://fedidcg.github.io/FedCM/#term-for-concept-url-path", "https://fedidcg.github.io/FedCM/#term-for-host-registrable-domain", @@ -895,6 +895,7 @@ "https://fedidcg.github.io/FedCM/#term-for-idl-promise", "https://fedidcg.github.io/FedCM/#term-for-SecureContext", "https://fedidcg.github.io/FedCM/#term-for-idl-USVString", + "https://fedidcg.github.io/FedCM/#term-for-a-promise-rejected-with", "https://fedidcg.github.io/FedCM/#term-for-resolve", "https://fedidcg.github.io/FedCM/#term-for-idl-sequence", "https://fedidcg.github.io/FedCM/#term-for-this", @@ -913,6 +914,7 @@ "https://fedidcg.github.io/FedCM/#biblio-infra", "https://fedidcg.github.io/FedCM/#biblio-mimesniff", "https://fedidcg.github.io/FedCM/#biblio-oidc-connect-core", + "https://fedidcg.github.io/FedCM/#biblio-permissions-policy", "https://fedidcg.github.io/FedCM/#biblio-privacy-threat-model", "https://fedidcg.github.io/FedCM/#biblio-referrer-policy-1", "https://fedidcg.github.io/FedCM/#biblio-rfc2119", @@ -928,7 +930,6 @@ "https://fedidcg.github.io/FedCM/#biblio-psl-problems", "https://fedidcg.github.io/FedCM/#biblio-rfc7258", "https://fedidcg.github.io/FedCM/#biblio-saml-glossary", - "https://fedidcg.github.io/FedCM/#biblio-security-origin-confusion", "https://fedidcg.github.io/FedCM/#biblio-unsanctioned-tracking", "https://fedidcg.github.io/FedCM/#idl-index", "https://fedidcg.github.io/FedCM/#issues-index" diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 45308041dd8c..1a046b549c46 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -35,11 +35,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-built-in-functions", "https://www.w3.org/TR/WGSL/#ref-for-functions-in-a-shader-stage", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-module-scope", "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-resource-interface-of-a-shader", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-return-value", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-scalar", + "https://www.w3.org/TR/WGSL/#ref-for-vector", + "https://www.w3.org/TR/WGSL/#ref-for-composite", "https://www.w3.org/TR/WGSL/#invocations", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup", @@ -60,7 +67,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-draw-command", "https://www.w3.org/TR/WGSL/#ref-for-dispatch-command", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A1", "https://www.w3.org/TR/WGSL/#shader-execution-end", "https://www.w3.org/TR/WGSL/#ref-for-invocations", "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A2", @@ -150,8 +157,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-float_literal", "https://www.w3.org/TR/WGSL/#ref-for-syntax-bool_literal", "https://www.w3.org/TR/WGSL/#ref-for-numeric-literal%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete", - "https://www.w3.org/TR/WGSL/#ref-for-scalar", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types", "https://www.w3.org/TR/WGSL/#ref-for-integer-literal%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32", @@ -256,7 +263,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable", "https://www.w3.org/TR/WGSL/#attribute-interpolate", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5", @@ -314,20 +321,20 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-workgroup-grid", "https://www.w3.org/TR/WGSL/#pipeline-stage-attributes", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-function-declaration", "https://www.w3.org/TR/WGSL/#attribute-vertex", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-vertex-shader-stage", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A0", "https://www.w3.org/TR/WGSL/#attribute-fragment", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A1", "https://www.w3.org/TR/WGSL/#attribute-compute", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-gpucomputepipeline%E2%91%A0", "https://www.w3.org/TR/WGSL/#syntax-attribute", @@ -545,7 +552,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A0", "https://www.w3.org/TR/WGSL/#concretization", "https://www.w3.org/TR/WGSL/#concretization-of-a-value", "https://www.w3.org/TR/WGSL/#overload-resolution-section", @@ -568,16 +575,16 @@ "https://www.w3.org/TR/WGSL/#plain-types-section", "https://www.w3.org/TR/WGSL/#ref-for-plain-type", "https://www.w3.org/TR/WGSL/#plain-type", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type", - "https://www.w3.org/TR/WGSL/#ref-for-composite", + "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A0", "https://www.w3.org/TR/WGSL/#abstract-types", + "https://www.w3.org/TR/WGSL/#ref-for-type-checking", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0", "https://www.w3.org/TR/WGSL/#abstract-numeric-types", "https://www.w3.org/TR/WGSL/#abstractint", "https://www.w3.org/TR/WGSL/#abstractfloat", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-type-checking", "https://www.w3.org/TR/WGSL/#type-abstract", "https://www.w3.org/TR/WGSL/#type-concrete", "https://www.w3.org/TR/WGSL/#ref-for-numeric-literal%E2%91%A1", @@ -644,9 +651,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5", "https://www.w3.org/TR/WGSL/#vector-types", "https://www.w3.org/TR/WGSL/#vector", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A4", "https://www.w3.org/TR/WGSL/#component-type", "https://www.w3.org/TR/WGSL/#numeric-vector", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0", @@ -661,7 +668,7 @@ "https://www.w3.org/TR/WGSL/#example-2a4f7518", "https://www.w3.org/TR/WGSL/#atomic-types", "https://www.w3.org/TR/WGSL/#atomic-type", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6", @@ -686,13 +693,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-vector", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-matrix", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-array", @@ -723,8 +730,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A0", @@ -732,7 +739,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-runtime-sized", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-runtime-sized%E2%91%A0", @@ -767,7 +774,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-io-attributes%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-layout-attributes", @@ -778,7 +785,7 @@ "https://www.w3.org/TR/WGSL/#composite-types", "https://www.w3.org/TR/WGSL/#composite", "https://www.w3.org/TR/WGSL/#components", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A7", @@ -786,8 +793,8 @@ "https://www.w3.org/TR/WGSL/#constructible-types", "https://www.w3.org/TR/WGSL/#ref-for-constructible", "https://www.w3.org/TR/WGSL/#constructible", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A5", @@ -808,8 +815,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A2", @@ -855,16 +862,16 @@ "https://www.w3.org/TR/WGSL/#ref-for-texture-resource", "https://www.w3.org/TR/WGSL/#ref-for-sampler-resource", "https://www.w3.org/TR/WGSL/#storable", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-texture", "https://www.w3.org/TR/WGSL/#ref-for-sampler", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#host-shareable-types", "https://www.w3.org/TR/WGSL/#ref-for-layout-attributes%E2%91%A0", @@ -873,7 +880,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#host-shareable", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A5", @@ -953,7 +960,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A0", @@ -1021,7 +1028,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%91%A0", @@ -1053,7 +1060,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A8", @@ -1200,8 +1207,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-indirection%E2%91%A0", "https://www.w3.org/TR/WGSL/#composite-reference-component-expression", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A6", @@ -1391,18 +1398,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-function-scope", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-let-declaration%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A1", @@ -1413,19 +1420,19 @@ "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A7", @@ -1440,13 +1447,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A4", @@ -1454,13 +1461,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-runtime-expression%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A3", @@ -1504,11 +1511,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A2", "https://www.w3.org/TR/WGSL/#example-a6427513", "https://www.w3.org/TR/WGSL/#override-decls", @@ -1518,8 +1525,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A7", "https://www.w3.org/TR/WGSL/#pipeline-overridable-constant-default-value", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2", @@ -1536,7 +1543,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-dynamic-context%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-4662849a", @@ -1547,7 +1554,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-reference-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-name%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A0", @@ -1634,18 +1641,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-zero-value%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-zero-value%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-components", - "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-element-count%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A0", @@ -1727,7 +1734,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A8", @@ -1740,7 +1747,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-let-declaration%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-overload-resolution%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A6", @@ -1764,12 +1771,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A4", @@ -1780,7 +1787,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#literal-expressions", "https://www.w3.org/TR/WGSL/#ref-for-integer-literal%E2%91%A8", @@ -1791,7 +1798,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-floating-point-literal%E2%91%A7", "https://www.w3.org/TR/WGSL/#parenthesized-expressions", "https://www.w3.org/TR/WGSL/#type-constructor-expr", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A4", "https://www.w3.org/TR/WGSL/#example-06329f61", @@ -1799,7 +1806,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-conversion-expression", "https://www.w3.org/TR/WGSL/#ref-for-overload%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-element-count%E2%91%A4", @@ -1807,7 +1814,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#zero-value-expr", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#zero-value", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A1", @@ -1847,9 +1854,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#bitcast-expr", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A2", @@ -1891,13 +1898,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%93%AA", @@ -2149,7 +2156,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-left-hand-side%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-equal%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-right-hand-side%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A2", @@ -2207,16 +2214,16 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-lhs_expression%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-minus_minus", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#example-f5f0412b", "https://www.w3.org/TR/WGSL/#control-flow", @@ -2290,7 +2297,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selectors%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6", @@ -2347,14 +2354,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-for_update", "https://www.w3.org/TR/WGSL/#syntax-for_init", "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-increment_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-decrement_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-assignment_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_updating_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-func_call_statement", "https://www.w3.org/TR/WGSL/#syntax-for_update", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-increment_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-decrement_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-assignment_statement%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_updating_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-func_call_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#statement-for", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop", @@ -2443,7 +2446,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-return", "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#statement-return", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A1", @@ -2498,15 +2501,15 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-discard", "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-assignment_statement%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_updating_statement%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-increment_statement%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-decrement_statement%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-static_assert_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#syntax-variable_updating_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-assignment_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-increment_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-decrement_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-break_if_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-continuing_compound_statement%E2%91%A1", "https://www.w3.org/TR/WGSL/#behaviors", @@ -2553,7 +2556,7 @@ "https://www.w3.org/TR/WGSL/#example-3ac081ef", "https://www.w3.org/TR/WGSL/#functions", "https://www.w3.org/TR/WGSL/#function-function", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline", "https://www.w3.org/TR/WGSL/#ref-for-built-in-functions%E2%91%A5", @@ -2737,7 +2740,7 @@ "https://www.w3.org/TR/WGSL/#vertex", "https://www.w3.org/TR/WGSL/#fragment", "https://www.w3.org/TR/WGSL/#entry-point-decl", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-stage-attributes%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline%E2%91%A0", @@ -2787,7 +2790,7 @@ "https://www.w3.org/TR/WGSL/#statically-accessed", "https://www.w3.org/TR/WGSL/#interface-of-a-shader-stage", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0%E2%93%AA", @@ -2815,13 +2818,13 @@ "https://www.w3.org/TR/WGSL/#built-in-input-value", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#built-in-output-value", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A8", @@ -2899,7 +2902,7 @@ "https://www.w3.org/TR/WGSL/#syntax-enable_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-enable", "https://www.w3.org/TR/WGSL/#ref-for-syntax-extension_name", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#example-c4356126", "https://www.w3.org/TR/WGSL/#extension-list", "https://www.w3.org/TR/WGSL/#extension-f16", @@ -2914,24 +2917,34 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_decl", "https://www.w3.org/TR/WGSL/#syntax-global_decl", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_variable_decl", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_constant_decl", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_alias_decl", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-struct_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax-function_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax-static_assert_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#limits", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-nesting-depth%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#execution", "https://www.w3.org/TR/WGSL/#ref-for-invocations%E2%91%A0", "https://www.w3.org/TR/WGSL/#program-order", @@ -2941,30 +2954,30 @@ "https://www.w3.org/TR/WGSL/#uniform-control-flow", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A3", "https://www.w3.org/TR/WGSL/#uniform-value", "https://www.w3.org/TR/WGSL/#uniform-variable", "https://www.w3.org/TR/WGSL/#uniformity-overview", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow", "https://www.w3.org/TR/WGSL/#uniformity-function", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniform-variable", "https://www.w3.org/TR/WGSL/#call-site-tag", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A5", "https://www.w3.org/TR/WGSL/#function-tag", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#parameter-tag", "https://www.w3.org/TR/WGSL/#pointer-parameter-tag", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag", "https://www.w3.org/TR/WGSL/#callsiterequiredtobeuniform", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1", "https://www.w3.org/TR/WGSL/#callsitenorestriction", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2", @@ -2974,10 +2987,10 @@ "https://www.w3.org/TR/WGSL/#norestriction", "https://www.w3.org/TR/WGSL/#ref-for-parameter-tag", "https://www.w3.org/TR/WGSL/#parameterrequiredtobeuniform", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A1", "https://www.w3.org/TR/WGSL/#parameterrequiredtobeuniformforreturnvalue", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A6", "https://www.w3.org/TR/WGSL/#parameternorestriction", @@ -2986,7 +2999,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#pointerparameternorestriction", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-callsiterequiredtobeuniform", "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A1", @@ -3010,9 +3023,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#full-assignment", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-components%E2%91%A0", "https://www.w3.org/TR/WGSL/#partial-assignment", "https://www.w3.org/TR/WGSL/#full-reference", @@ -3045,20 +3058,20 @@ "https://www.w3.org/TR/WGSL/#ref-for-partial-assignment%E2%91%A0", "https://www.w3.org/TR/WGSL/#pointer-func-vars-values", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-let-declaration%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-full-assignment%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-partial-assignment%E2%91%A1", "https://www.w3.org/TR/WGSL/#example-fab1e188", "https://www.w3.org/TR/WGSL/#uniformity-statements", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-default-alone-clause%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A2", "https://www.w3.org/TR/WGSL/#uniformity-function-calls", @@ -3072,7 +3085,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-parameterrequiredtobeuniformforreturnvalue%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pointer-parameter-tag%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pointerparametermaybenonuniform%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-callsitenorestriction%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-function-tag%E2%91%A3", @@ -3102,8 +3115,8 @@ "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "https://www.w3.org/TR/WGSL/#compute-shader-stage-workgroup", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#workgroup-grid", "https://www.w3.org/TR/WGSL/#ref-for-attribute-workgroup_size%E2%91%A1", "https://www.w3.org/TR/WGSL/#local-invocation-id", @@ -3120,9 +3133,9 @@ "https://www.w3.org/TR/WGSL/#helper-invocation", "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-discard", @@ -3131,13 +3144,13 @@ "https://www.w3.org/TR/WGSL/#barrier", "https://www.w3.org/TR/WGSL/#control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A5", "https://www.w3.org/TR/WGSL/#derivatives", "https://www.w3.org/TR/WGSL/#partial-derivative", "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A5", "https://www.w3.org/TR/WGSL/#floating-point-evaluation", "https://www.w3.org/TR/WGSL/#floating-point-accuracy", @@ -3155,7 +3168,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%93%AA", @@ -3185,7 +3198,7 @@ "https://www.w3.org/TR/WGSL/#execution-scope", "https://www.w3.org/TR/WGSL/#ref-for-memory-model-atomic-operation", "https://www.w3.org/TR/WGSL/#ref-for-memory-model-scope", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-memory-model-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A1", @@ -3196,11 +3209,11 @@ "https://www.w3.org/TR/WGSL/#private-vs-non-private", "https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-memory-model-non-private", "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-memory-model-non-private%E2%91%A0", "https://www.w3.org/TR/WGSL/#issue-9517ec9c", "https://www.w3.org/TR/WGSL/#grammar", @@ -3278,7 +3291,7 @@ "https://www.w3.org/TR/WGSL/#reserved-words", "https://www.w3.org/TR/WGSL/#reserved-word", "https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#syntax-_reserved", "https://www.w3.org/TR/WGSL/#syntactic-tokens", "https://www.w3.org/TR/WGSL/#syntactic-token", @@ -3385,16 +3398,16 @@ "https://www.w3.org/TR/WGSL/#ref-for-overload%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#logical-builtin-functions", "https://www.w3.org/TR/WGSL/#all-builtin", "https://www.w3.org/TR/WGSL/#any-builtin", "https://www.w3.org/TR/WGSL/#select-builtin", - "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#array-builtin-functions", "https://www.w3.org/TR/WGSL/#arrayLength-builtin", @@ -3472,8 +3485,8 @@ "https://www.w3.org/TR/WGSL/#inverseSqrt-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ldexp-builtin", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#length-builtin", "https://www.w3.org/TR/WGSL/#log-builtin", @@ -3524,9 +3537,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#derivative-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A6", "https://www.w3.org/TR/WGSL/#dpdx-builtin", "https://www.w3.org/TR/WGSL/#dpdxCoarse-builtin", @@ -3538,7 +3551,7 @@ "https://www.w3.org/TR/WGSL/#fwidthCoarse-builtin", "https://www.w3.org/TR/WGSL/#fwidthFine-builtin", "https://www.w3.org/TR/WGSL/#texture-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/WGSL/#texturedimensions", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A8", @@ -3609,13 +3622,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#example-16e82a5f", "https://www.w3.org/TR/WGSL/#texturegathercompare", "https://www.w3.org/TR/WGSL/#texture-gather-compare", @@ -3626,10 +3639,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#example-e6a4066b", "https://www.w3.org/TR/WGSL/#textureload", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A7", @@ -3680,9 +3693,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#texturesample", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A2", @@ -3696,14 +3709,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/WGSL/#texturesamplebias", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A8", @@ -3711,15 +3724,15 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/WGSL/#texturesamplecompare", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A1", @@ -3727,10 +3740,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#texturesamplecomparelevel", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A4", @@ -3738,10 +3751,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#texturesamplegrad", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%93%AA", @@ -3750,10 +3763,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#texturesamplelevel", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A0", @@ -3773,10 +3786,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#texturestore", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A1", @@ -3796,12 +3809,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A4", "https://www.w3.org/TR/WGSL/#atomic-builtin-functions", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/WGSL/#atomic-load", @@ -3824,10 +3837,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-memory-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-execution-scope", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#w3c-conformance", "https://www.w3.org/TR/WGSL/#w3c-conventions", "https://www.w3.org/TR/WGSL/#w3c-example", diff --git a/tr/ids/compression.json b/tr/ids/compression.json index 49f6130c6426..93729d4310a6 100644 --- a/tr/ids/compression.json +++ b/tr/ids/compression.json @@ -128,7 +128,7 @@ "https://wicg.github.io/compression/#example-deflate-compress", "https://wicg.github.io/compression/#example-09e4ae49", "https://wicg.github.io/compression/#example-gzip-decompress", - "https://wicg.github.io/compression/#example-4d353c2c", + "https://wicg.github.io/compression/#example-f0a2126d", "https://wicg.github.io/compression/#acknowledgments", "https://wicg.github.io/compression/#index", "https://wicg.github.io/compression/#index-defined-here", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index 270adb83117a..f10d72d0a18d 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -509,6 +509,7 @@ "https://wicg.github.io/compute-pressure/#bib-hr-time", "https://wicg.github.io/compute-pressure/#bib-html", "https://wicg.github.io/compute-pressure/#bib-infra", + "https://wicg.github.io/compute-pressure/#bib-mediacapture-streams", "https://wicg.github.io/compute-pressure/#bib-permissions", "https://wicg.github.io/compute-pressure/#bib-permissions-policy", "https://wicg.github.io/compute-pressure/#bib-rfc2119", diff --git a/tr/ids/css-contain-3.json b/tr/ids/css-contain-3.json index dcb134710d29..7de5b22e1ad3 100644 --- a/tr/ids/css-contain-3.json +++ b/tr/ids/css-contain-3.json @@ -11,7 +11,7 @@ "https://www.w3.org/TR/css-contain-3/#w3c-state", "https://www.w3.org/TR/css-contain-3/#abstract", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-contain", - "https://www.w3.org/TR/css-contain-3/#status", + "https://www.w3.org/TR/css-contain-3/#sotd", "https://www.w3.org/TR/css-contain-3/#w3c_process_revision", "https://www.w3.org/TR/css-contain-3/#toc", "https://www.w3.org/TR/css-contain-3/#contents", @@ -62,9 +62,10 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-block-size%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#issue-ac484479", - "https://www.w3.org/TR/css-contain-3/#example-e11d85a0", + "https://www.w3.org/TR/css-contain-3/#example-45b76066", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-display", "https://www.w3.org/TR/css-contain-3/#ref-for-min-content", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-aspect-ratio", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-min-width", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-min-width%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size-containment%E2%91%A1", @@ -81,37 +82,56 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-internal-ruby-box", "https://www.w3.org/TR/css-contain-3/#ref-for-atomic-inline", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-level", - "https://www.w3.org/TR/css-contain-3/#issue-ceabde8e", "https://www.w3.org/TR/css-contain-3/#container-queries", "https://www.w3.org/TR/css-contain-3/#ref-for-media-query", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container", "https://www.w3.org/TR/css-contain-3/#ref-for-shorthand-property", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-concept-shadow-including-descendant", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container", "https://www.w3.org/TR/css-contain-3/#ref-for-conditional-group-rule", - "https://www.w3.org/TR/css-contain-3/#example-7e178296", + "https://www.w3.org/TR/css-contain-3/#example-93e9e452", + "https://www.w3.org/TR/css-contain-3/#ref-for-concept-shadow-including-inclusive-ancestor", + "https://www.w3.org/TR/css-contain-3/#ref-for-ultimate-originating-element", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-before", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-after", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-marker", + "https://www.w3.org/TR/css-contain-3/#ref-for-css-pe-backdrop", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-first-letter", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-first-line", + "https://www.w3.org/TR/css-contain-3/#ref-for-fictional-tag-sequence", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-slotted", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-part", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-placeholder", + "https://www.w3.org/TR/css-contain-3/#ref-for-selectordef-file-selector-button", + "https://www.w3.org/TR/css-contain-3/#example-13f6f0fa", + "https://www.w3.org/TR/css-contain-3/#example-c6405bc1", "https://www.w3.org/TR/css-contain-3/#container-type", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#propdef-container-type", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-comb-any%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-any%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-normal", "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-size", "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-inline-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-style", - "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-state", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#query-container", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-style-rule", - "https://www.w3.org/TR/css-contain-3/#issue-3743d9ee", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#valdef-container-type-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-axis%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-block-axis%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-layout-containment", @@ -119,230 +139,211 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-size-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-principal-box%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#valdef-container-type-inline-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-axis%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-layout-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-style-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size-containment%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-principal-box%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#valdef-container-type-style", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query", - "https://www.w3.org/TR/css-contain-3/#valdef-container-type-state", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-state-queries", + "https://www.w3.org/TR/css-contain-3/#valdef-container-type-normal", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#example-5708b886", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-font-face-font-size", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-font-size", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-line-height", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-font-face-font-size%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#example-f5db4ec9", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-font-size%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#example-1144456a", "https://www.w3.org/TR/css-contain-3/#container-name", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name", "https://www.w3.org/TR/css-contain-3/#propdef-container-name", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value", "https://www.w3.org/TR/css-contain-3/#ref-for-mult-one-plus", - "https://www.w3.org/TR/css-contain-3/#ref-for-identifier", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-name-none", + "https://www.w3.org/TR/css-contain-3/#ref-for-css-css-identifier", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#query-container-name", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#valdef-container-name-none", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name", "https://www.w3.org/TR/css-contain-3/#valdef-container-name-custom-ident", "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-identifier%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#valdef-container-name-string", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-identifier%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-css-css-identifier%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-name-none%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-media-not", "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#example-aee84510", - "https://www.w3.org/TR/css-contain-3/#example-16b24651", - "https://www.w3.org/TR/css-contain-3/#ref-for-string-value%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#example-44473254", "https://www.w3.org/TR/css-contain-3/#container-shorthand", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#propdef-container", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-mult-opt", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-shorthand-property%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-initial-value", - "https://www.w3.org/TR/css-contain-3/#example-4fa5e419", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#example-c4e7fa3f", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#container-rule", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#at-ruledef-container", "https://www.w3.org/TR/css-contain-3/#ref-for-conditional-group-rule%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#container-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-stylesheet", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-name", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-name%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-any%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-type", - "https://www.w3.org/TR/css-contain-3/#ref-for-mult-one-plus%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-stylesheet%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#typedef-container-name", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-name%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#typedef-container-condition", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-query-in-parens", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-query-in-parens%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-query-in-parens%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-query-in-parens%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#typedef-container-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-query%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A8", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query", - "https://www.w3.org/TR/css-contain-3/#typedef-size-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#typedef-query-in-parens", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-query-in-parens%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-feature", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-condition", - "https://www.w3.org/TR/css-contain-3/#typedef-size-condition", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-condition%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-general-enclosed", "https://www.w3.org/TR/css-contain-3/#typedef-style-query", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-condition", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature", "https://www.w3.org/TR/css-contain-3/#typedef-style-condition", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-condition%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A8", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-3/#typedef-container-name", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-name%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#typedef-container-type", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-type%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-in-parens", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-in-parens%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-in-parens%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-in-parens%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-mult-zero-plus%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#typedef-style-in-parens", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-in-parens%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-condition%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-general-enclosed%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-name-none%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-media-not%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#issue-81ed8fc8", - "https://www.w3.org/TR/css-contain-3/#issue-5f2ab528", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-size%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-inline-size%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-name%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container-name%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#example-219ad29b", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#example-e1075629", "https://www.w3.org/TR/css-contain-3/#ref-for-media-query%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#animated-containers", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#example-9cdb6b15", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-rule", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-keyframes", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-font-face-rule", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-layer", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#animated-containers", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-style-change-event", "https://www.w3.org/TR/css-contain-3/#ref-for-effect-value", - "https://www.w3.org/TR/css-contain-3/#example-23ce5b1e", + "https://www.w3.org/TR/css-contain-3/#example-cfbdbffb", "https://www.w3.org/TR/css-contain-3/#ref-for-style-change-event%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length", "https://www.w3.org/TR/css-contain-3/#ref-for-style-change-event%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#container-features", "https://www.w3.org/TR/css-contain-3/#container-feature", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-contain-3/#issue-6ca4fb09", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#size-container", "https://www.w3.org/TR/css-contain-3/#container-size-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-contain-3/#ref-for-principal-box%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#size-features", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-feature%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#typedef-size-feature", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-feature%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-media-feature", "https://www.w3.org/TR/css-contain-3/#ref-for-size-features", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-query%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-css-feature-queries", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-supports", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-principal-box%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#ref-for-layout-containment-box", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A6", "https://www.w3.org/TR/css-contain-3/#ref-for-size-features%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-relative-length", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-media-query%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#example-031e4923", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-em", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-font-face-font-size%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-font-size%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#width", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width", "https://www.w3.org/TR/css-contain-3/#descdef-container-width", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-length-value", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-width", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-contain-3/#ref-for-content-box", "https://www.w3.org/TR/css-contain-3/#height", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height", @@ -350,21 +351,21 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-length-value%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-height", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#ref-for-content-box%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#inline-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#descdef-container-inline-size", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A6", "https://www.w3.org/TR/css-contain-3/#ref-for-length-value%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-size", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-contain-3/#ref-for-content-box%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-content-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-contain-3/#ref-for-inline-axis%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#block-size", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-block-size", @@ -372,11 +373,11 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#ref-for-length-value%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-block-size%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#ref-for-size%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-contain-3/#ref-for-content-box%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-content-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-block-axis%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#aspect-ratio", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-aspect-ratio", @@ -384,89 +385,128 @@ "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#ref-for-ratio-value", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-aspect-ratio%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#orientation", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-orientation", "https://www.w3.org/TR/css-contain-3/#descdef-container-orientation", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#valdef-container-orientation-portrait", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-orientation%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-orientation-portrait", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A8", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-feature%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#valdef-container-orientation-landscape", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-orientation%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-orientation-landscape", "https://www.w3.org/TR/css-contain-3/#style-container", "https://www.w3.org/TR/css-contain-3/#container-style-query", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A6", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#style-features", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#typedef-style-feature", + "https://www.w3.org/TR/css-contain-3/#style-features", "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#typedef-style-feature", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-feature%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-declaration", "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A4", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-style-features", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-style-query%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-css-feature-queries%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-supports%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#issue-75000507", - "https://www.w3.org/TR/css-contain-3/#state-container", - "https://www.w3.org/TR/css-contain-3/#state-queries", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-position", - "https://www.w3.org/TR/css-contain-3/#issue-4b0ce09e", + "https://www.w3.org/TR/css-contain-3/#ref-for-style-features%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-shorthand-property%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-longhand", + "https://www.w3.org/TR/css-contain-3/#ref-for-cascade-dependent-keyword", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-all-revert", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-all-revert-layer", + "https://www.w3.org/TR/css-contain-3/#ref-for-style-features%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-css-wide-keywords%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-contain-3/#container-lengths", "https://www.w3.org/TR/css-contain-3/#container-query-length", - "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-contain-3/#ref-for-width%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-contain-3/#ref-for-height%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-width%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-height%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-block-size%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size%E2%91%A5", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-block-size%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A7", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-small-viewport-size", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-size-query%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-small-viewport-size", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#example-6e79af85", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A8", - "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-type%E2%91%A1", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#ref-for-computed-value%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#example-a4252068", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query-length%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#apis", + "https://www.w3.org/TR/css-contain-3/#the-csscontainerrule-interface", + "https://www.w3.org/TR/css-contain-3/#ref-for-csscontainerrule", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-Exposed", + "https://www.w3.org/TR/css-contain-3/#csscontainerrule", + "https://www.w3.org/TR/css-contain-3/#ref-for-cssconditionrule", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-general-enclosed%E2%91%A1", + "https://www.w3.org/TR/css-contain-3/#issue-fe7a1c72", + "https://www.w3.org/TR/css-contain-3/#issue-2e3d6538", + "https://www.w3.org/TR/css-contain-3/#ref-for-dom-window-matchmedia", + "https://www.w3.org/TR/css-contain-3/#ref-for-mediaquerylist", "https://www.w3.org/TR/css-contain-3/#content-visibility", "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-content-visibility", "https://www.w3.org/TR/css-contain-3/#issue-d41d8cd9%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#priv-sec", "https://www.w3.org/TR/css-contain-3/#issue-d41d8cd9%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#changes", + "https://www.w3.org/TR/css-contain-3/#changes-2021-12", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-shorthand-property%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-cascade-dependent-keyword%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-style-features%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-style-query%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-valdef-container-type-style", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-string-value", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A6", + "https://www.w3.org/TR/css-contain-3/#ref-for-identifier-value%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A7", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-general-enclosed%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-container-condition%E2%91%A5", + "https://www.w3.org/TR/css-contain-3/#ref-for-typedef-size-feature%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-query-container%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/css-contain-3/#l3-changes", - "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-inline-size-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-container-query%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-contain-3/#issue-d41d8cd9%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#acknowledgments", "https://www.w3.org/TR/css-contain-3/#w3c-conformance", @@ -479,13 +519,20 @@ "https://www.w3.org/TR/css-contain-3/#index", "https://www.w3.org/TR/css-contain-3/#index-defined-here", "https://www.w3.org/TR/css-contain-3/#index-defined-elsewhere", + "https://www.w3.org/TR/css-contain-3/#term-for-at-ruledef-keyframes", "https://www.w3.org/TR/css-contain-3/#term-for-content-box", "https://www.w3.org/TR/css-contain-3/#term-for-fragmentation", + "https://www.w3.org/TR/css-contain-3/#term-for-at-ruledef-layer", + "https://www.w3.org/TR/css-contain-3/#term-for-cascade-dependent-keyword", "https://www.w3.org/TR/css-contain-3/#term-for-computed-value", "https://www.w3.org/TR/css-contain-3/#term-for-initial-value", + "https://www.w3.org/TR/css-contain-3/#term-for-longhand", + "https://www.w3.org/TR/css-contain-3/#term-for-valdef-all-revert", + "https://www.w3.org/TR/css-contain-3/#term-for-valdef-all-revert-layer", "https://www.w3.org/TR/css-contain-3/#term-for-shorthand-property", "https://www.w3.org/TR/css-contain-3/#term-for-shorthand-property%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#term-for-at-ruledef-supports", + "https://www.w3.org/TR/css-contain-3/#term-for-cssconditionrule", "https://www.w3.org/TR/css-contain-3/#term-for-conditional-group-rule", "https://www.w3.org/TR/css-contain-3/#term-for-css-feature-queries", "https://www.w3.org/TR/css-contain-3/#term-for-propdef-contain", @@ -503,17 +550,28 @@ "https://www.w3.org/TR/css-contain-3/#term-for-internal-table-box", "https://www.w3.org/TR/css-contain-3/#term-for-principal-box", "https://www.w3.org/TR/css-contain-3/#term-for-valdef-display-table", - "https://www.w3.org/TR/css-contain-3/#term-for-descdef-font-face-font-size", - "https://www.w3.org/TR/css-contain-3/#term-for-propdef-position", + "https://www.w3.org/TR/css-contain-3/#term-for-propdef-font-size", + "https://www.w3.org/TR/css-contain-3/#term-for-at-font-face-rule", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-after", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-before", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-file-selector-button", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-first-letter", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-first-line", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-marker", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-placeholder", + "https://www.w3.org/TR/css-contain-3/#term-for-fictional-tag-sequence", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-slotted", + "https://www.w3.org/TR/css-contain-3/#term-for-selectordef-part", "https://www.w3.org/TR/css-contain-3/#term-for-height", "https://www.w3.org/TR/css-contain-3/#term-for-intrinsic-size", "https://www.w3.org/TR/css-contain-3/#term-for-min-content", "https://www.w3.org/TR/css-contain-3/#term-for-propdef-min-width", "https://www.w3.org/TR/css-contain-3/#term-for-size", "https://www.w3.org/TR/css-contain-3/#term-for-width", + "https://www.w3.org/TR/css-contain-3/#term-for-propdef-aspect-ratio", "https://www.w3.org/TR/css-contain-3/#term-for-typedef-stylesheet", + "https://www.w3.org/TR/css-contain-3/#term-for-at-rule", "https://www.w3.org/TR/css-contain-3/#term-for-declaration", - "https://www.w3.org/TR/css-contain-3/#term-for-identifier", "https://www.w3.org/TR/css-contain-3/#term-for-style-rule", "https://www.w3.org/TR/css-contain-3/#term-for-style-change-event", "https://www.w3.org/TR/css-contain-3/#term-for-mult-zero-plus", @@ -525,6 +583,7 @@ "https://www.w3.org/TR/css-contain-3/#term-for-mult-opt", "https://www.w3.org/TR/css-contain-3/#term-for-css-wide-keywords", "https://www.w3.org/TR/css-contain-3/#term-for-em", + "https://www.w3.org/TR/css-contain-3/#term-for-css-css-identifier", "https://www.w3.org/TR/css-contain-3/#term-for-relative-length", "https://www.w3.org/TR/css-contain-3/#term-for-small-viewport-size", "https://www.w3.org/TR/css-contain-3/#term-for-comb-one", @@ -537,19 +596,30 @@ "https://www.w3.org/TR/css-contain-3/#term-for-inline-axis%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#term-for-inline-size%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#term-for-propdef-line-height", + "https://www.w3.org/TR/css-contain-3/#term-for-mediaquerylist", + "https://www.w3.org/TR/css-contain-3/#term-for-dom-window-matchmedia", + "https://www.w3.org/TR/css-contain-3/#term-for-concept-shadow-including-descendant", + "https://www.w3.org/TR/css-contain-3/#term-for-concept-shadow-including-inclusive-ancestor", + "https://www.w3.org/TR/css-contain-3/#term-for-css-pe-backdrop", + "https://www.w3.org/TR/css-contain-3/#term-for-typedef-general-enclosed", "https://www.w3.org/TR/css-contain-3/#term-for-media-feature", "https://www.w3.org/TR/css-contain-3/#term-for-media-query", + "https://www.w3.org/TR/css-contain-3/#term-for-valdef-media-not", + "https://www.w3.org/TR/css-contain-3/#term-for-ultimate-originating-element", "https://www.w3.org/TR/css-contain-3/#term-for-effect-value", + "https://www.w3.org/TR/css-contain-3/#term-for-Exposed", "https://www.w3.org/TR/css-contain-3/#references", "https://www.w3.org/TR/css-contain-3/#normative", + "https://www.w3.org/TR/css-contain-3/#biblio-css-animations-1", "https://www.w3.org/TR/css-contain-3/#biblio-css-box-4", "https://www.w3.org/TR/css-contain-3/#biblio-css-break-3", + "https://www.w3.org/TR/css-contain-3/#biblio-css-cascade-4", "https://www.w3.org/TR/css-contain-3/#biblio-css-cascade-5", "https://www.w3.org/TR/css-contain-3/#biblio-css-conditional-3", "https://www.w3.org/TR/css-contain-3/#biblio-css-contain-1", "https://www.w3.org/TR/css-contain-3/#biblio-css-contain-2", "https://www.w3.org/TR/css-contain-3/#biblio-css-display-3", - "https://www.w3.org/TR/css-contain-3/#biblio-css-position-3", + "https://www.w3.org/TR/css-contain-3/#biblio-css-fonts-5", "https://www.w3.org/TR/css-contain-3/#biblio-css-sizing-3", "https://www.w3.org/TR/css-contain-3/#biblio-css-syntax-3", "https://www.w3.org/TR/css-contain-3/#biblio-css-transitions-1", @@ -557,23 +627,33 @@ "https://www.w3.org/TR/css-contain-3/#biblio-css-values-4", "https://www.w3.org/TR/css-contain-3/#biblio-css-writing-modes-4", "https://www.w3.org/TR/css-contain-3/#biblio-css2", + "https://www.w3.org/TR/css-contain-3/#biblio-cssom-view-1", + "https://www.w3.org/TR/css-contain-3/#biblio-dom", "https://www.w3.org/TR/css-contain-3/#biblio-mediaqueries-5", "https://www.w3.org/TR/css-contain-3/#biblio-rfc2119", + "https://www.w3.org/TR/css-contain-3/#biblio-selectors-4", "https://www.w3.org/TR/css-contain-3/#biblio-web-animations-1", + "https://www.w3.org/TR/css-contain-3/#biblio-webidl", "https://www.w3.org/TR/css-contain-3/#informative", - "https://www.w3.org/TR/css-contain-3/#biblio-css-fonts-5", + "https://www.w3.org/TR/css-contain-3/#biblio-css-fonts-4", + "https://www.w3.org/TR/css-contain-3/#biblio-css-pseudo-4", + "https://www.w3.org/TR/css-contain-3/#biblio-css-scoping-1", + "https://www.w3.org/TR/css-contain-3/#biblio-css-shadow-parts-1", + "https://www.w3.org/TR/css-contain-3/#biblio-css-sizing-4", + "https://www.w3.org/TR/css-contain-3/#biblio-fullscreen", "https://www.w3.org/TR/css-contain-3/#property-index", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A2", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A5", - "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container%E2%91%A4", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-name%E2%91%A8", + "https://www.w3.org/TR/css-contain-3/#ref-for-propdef-container-type%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-3/#container-descriptor-table", - "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-3/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-aspect-ratio%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-block-size%E2%91%A1", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-height%E2%91%A3", - "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A2", + "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-inline-size%E2%91%A3", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-orientation%E2%91%A2", "https://www.w3.org/TR/css-contain-3/#ref-for-descdef-container-width%E2%91%A3", + "https://www.w3.org/TR/css-contain-3/#idl-index", "https://www.w3.org/TR/css-contain-3/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json index c6643a3710bd..d0851fb73601 100644 --- a/tr/ids/ecmascript.json +++ b/tr/ids/ecmascript.json @@ -19,6 +19,7 @@ "https://tc39.es/ecma262/multipage/#metadata-block", "https://tc39.es/ecma262/multipage/#_ref_0", "https://tc39.es/ecma262/multipage/#sec-intro", + "https://tc39.es/ecma262/multipage/#_ref_965", "https://tc39.es/ecma262/multipage/#_ref_966", "https://tc39.es/ecma262/multipage/#_ref_967", "https://tc39.es/ecma262/multipage/#_ref_968", @@ -26,7 +27,6 @@ "https://tc39.es/ecma262/multipage/#_ref_970", "https://tc39.es/ecma262/multipage/#_ref_971", "https://tc39.es/ecma262/multipage/#_ref_972", - "https://tc39.es/ecma262/multipage/#_ref_973", "https://tc39.es/ecma262/multipage/#references-pane-container", "https://tc39.es/ecma262/multipage/#references-pane-spacer", "https://tc39.es/ecma262/multipage/#references-pane", @@ -63,20 +63,20 @@ "https://tc39.es/ecma262/multipage/conformance.html#shortcuts-help", "https://tc39.es/ecma262/multipage/conformance.html#spec-container", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_974", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_973", "https://tc39.es/ecma262/multipage/conformance.html#_ref_1", "https://tc39.es/ecma262/multipage/conformance.html#_ref_2", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_974", "https://tc39.es/ecma262/multipage/conformance.html#_ref_975", "https://tc39.es/ecma262/multipage/conformance.html#_ref_976", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_977", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-normative-optional", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_978", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_977", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance.normative-optional", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-legacy", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_979", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_978", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-legacy-normative-optional", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_979", "https://tc39.es/ecma262/multipage/conformance.html#_ref_980", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_981", "https://tc39.es/ecma262/multipage/conformance.html#references-pane-container", "https://tc39.es/ecma262/multipage/conformance.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/conformance.html#references-pane", @@ -113,45 +113,46 @@ "https://tc39.es/ecma262/multipage/overview.html#shortcuts-help", "https://tc39.es/ecma262/multipage/overview.html#spec-container", "https://tc39.es/ecma262/multipage/overview.html#sec-overview", + "https://tc39.es/ecma262/multipage/overview.html#_ref_981", "https://tc39.es/ecma262/multipage/overview.html#_ref_982", "https://tc39.es/ecma262/multipage/overview.html#_ref_983", "https://tc39.es/ecma262/multipage/overview.html#_ref_984", - "https://tc39.es/ecma262/multipage/overview.html#_ref_985", "https://tc39.es/ecma262/multipage/overview.html#sec-web-scripting", + "https://tc39.es/ecma262/multipage/overview.html#_ref_985", "https://tc39.es/ecma262/multipage/overview.html#_ref_986", "https://tc39.es/ecma262/multipage/overview.html#_ref_987", "https://tc39.es/ecma262/multipage/overview.html#_ref_988", - "https://tc39.es/ecma262/multipage/overview.html#_ref_989", "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", + "https://tc39.es/ecma262/multipage/overview.html#_ref_989", "https://tc39.es/ecma262/multipage/overview.html#_ref_990", - "https://tc39.es/ecma262/multipage/overview.html#_ref_991", "https://tc39.es/ecma262/multipage/overview.html#implementation", "https://tc39.es/ecma262/multipage/overview.html#_ref_3", + "https://tc39.es/ecma262/multipage/overview.html#_ref_991", "https://tc39.es/ecma262/multipage/overview.html#_ref_992", - "https://tc39.es/ecma262/multipage/overview.html#_ref_993", "https://tc39.es/ecma262/multipage/overview.html#implementation-defined", "https://tc39.es/ecma262/multipage/overview.html#implementation-approximated", "https://tc39.es/ecma262/multipage/overview.html#_ref_4", - "https://tc39.es/ecma262/multipage/overview.html#_ref_994", + "https://tc39.es/ecma262/multipage/overview.html#_ref_993", "https://tc39.es/ecma262/multipage/overview.html#host", "https://tc39.es/ecma262/multipage/overview.html#_ref_5", + "https://tc39.es/ecma262/multipage/overview.html#_ref_994", "https://tc39.es/ecma262/multipage/overview.html#_ref_995", "https://tc39.es/ecma262/multipage/overview.html#_ref_996", - "https://tc39.es/ecma262/multipage/overview.html#_ref_997", "https://tc39.es/ecma262/multipage/overview.html#_ref_6", + "https://tc39.es/ecma262/multipage/overview.html#_ref_997", "https://tc39.es/ecma262/multipage/overview.html#_ref_998", - "https://tc39.es/ecma262/multipage/overview.html#_ref_999", "https://tc39.es/ecma262/multipage/overview.html#host-hook", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1000", + "https://tc39.es/ecma262/multipage/overview.html#_ref_999", "https://tc39.es/ecma262/multipage/overview.html#_ref_7", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1000", "https://tc39.es/ecma262/multipage/overview.html#_ref_1001", "https://tc39.es/ecma262/multipage/overview.html#_ref_1002", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1003", "https://tc39.es/ecma262/multipage/overview.html#host-defined", "https://tc39.es/ecma262/multipage/overview.html#_ref_8", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1003", "https://tc39.es/ecma262/multipage/overview.html#_ref_1004", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1005", "https://tc39.es/ecma262/multipage/overview.html#host-environment", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1005", "https://tc39.es/ecma262/multipage/overview.html#_ref_1006", "https://tc39.es/ecma262/multipage/overview.html#_ref_1007", "https://tc39.es/ecma262/multipage/overview.html#_ref_1008", @@ -159,35 +160,34 @@ "https://tc39.es/ecma262/multipage/overview.html#_ref_1010", "https://tc39.es/ecma262/multipage/overview.html#_ref_1011", "https://tc39.es/ecma262/multipage/overview.html#_ref_1012", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1013", "https://tc39.es/ecma262/multipage/overview.html#sec-ecmascript-overview", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1013", "https://tc39.es/ecma262/multipage/overview.html#_ref_1014", "https://tc39.es/ecma262/multipage/overview.html#_ref_1015", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1016", "https://tc39.es/ecma262/multipage/overview.html#sec-objects", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1016", "https://tc39.es/ecma262/multipage/overview.html#_ref_1017", "https://tc39.es/ecma262/multipage/overview.html#_ref_1018", "https://tc39.es/ecma262/multipage/overview.html#_ref_1019", "https://tc39.es/ecma262/multipage/overview.html#_ref_1020", "https://tc39.es/ecma262/multipage/overview.html#_ref_1021", "https://tc39.es/ecma262/multipage/overview.html#_ref_1022", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1023", "https://tc39.es/ecma262/multipage/overview.html#figure-1", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1023", "https://tc39.es/ecma262/multipage/overview.html#_ref_1024", "https://tc39.es/ecma262/multipage/overview.html#_ref_1025", "https://tc39.es/ecma262/multipage/overview.html#_ref_1026", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1027", "https://tc39.es/ecma262/multipage/overview.html#sec-strict-variant-of-ecmascript", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1028", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1027", "https://tc39.es/ecma262/multipage/overview.html#_ref_9", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1029", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1028", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-implementation-approximated", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1030", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1029", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-implementation-defined", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1031", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1030", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-host-defined", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1032", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1031", "https://tc39.es/ecma262/multipage/overview.html#_ref_10", "https://tc39.es/ecma262/multipage/overview.html#sec-type", "https://tc39.es/ecma262/multipage/overview.html#_ref_11", @@ -195,20 +195,20 @@ "https://tc39.es/ecma262/multipage/overview.html#_ref_12", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-object", "https://tc39.es/ecma262/multipage/overview.html#sec-constructor", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1032", "https://tc39.es/ecma262/multipage/overview.html#_ref_1033", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1034", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-prototype", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1034", "https://tc39.es/ecma262/multipage/overview.html#_ref_1035", "https://tc39.es/ecma262/multipage/overview.html#_ref_1036", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1037", "https://tc39.es/ecma262/multipage/overview.html#sec-ordinary-object", "https://tc39.es/ecma262/multipage/overview.html#sec-exotic-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1037", "https://tc39.es/ecma262/multipage/overview.html#_ref_1038", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1039", "https://tc39.es/ecma262/multipage/overview.html#sec-standard-object", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1039", "https://tc39.es/ecma262/multipage/overview.html#_ref_1040", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1041", "https://tc39.es/ecma262/multipage/overview.html#sec-undefined-value", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-undefined-type", "https://tc39.es/ecma262/multipage/overview.html#sec-null-value", @@ -216,47 +216,47 @@ "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-boolean-value", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-boolean-type", "https://tc39.es/ecma262/multipage/overview.html#sec-boolean-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1041", "https://tc39.es/ecma262/multipage/overview.html#_ref_1042", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1043", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-value", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1043", "https://tc39.es/ecma262/multipage/overview.html#_ref_1044", "https://tc39.es/ecma262/multipage/overview.html#_ref_1045", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1046", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-type", "https://tc39.es/ecma262/multipage/overview.html#sec-string-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1046", "https://tc39.es/ecma262/multipage/overview.html#_ref_1047", "https://tc39.es/ecma262/multipage/overview.html#_ref_1048", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1049", "https://tc39.es/ecma262/multipage/overview.html#_ref_13", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1050", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1049", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-type", "https://tc39.es/ecma262/multipage/overview.html#sec-number-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1050", "https://tc39.es/ecma262/multipage/overview.html#_ref_1051", "https://tc39.es/ecma262/multipage/overview.html#_ref_1052", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1053", "https://tc39.es/ecma262/multipage/overview.html#_ref_14", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-infinity", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-nan", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1054", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1053", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-bigint-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1055", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1054", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-bigint-type", "https://tc39.es/ecma262/multipage/overview.html#sec-bigint-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1056", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1055", "https://tc39.es/ecma262/multipage/overview.html#sec-symbol-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1057", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1056", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-symbol-type", "https://tc39.es/ecma262/multipage/overview.html#sec-symbol-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1058", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1057", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-function", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-function", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1059", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1058", "https://tc39.es/ecma262/multipage/overview.html#sec-property", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1060", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1059", "https://tc39.es/ecma262/multipage/overview.html#sec-method", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-method", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1061", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1060", "https://tc39.es/ecma262/multipage/overview.html#sec-attribute", "https://tc39.es/ecma262/multipage/overview.html#sec-own-property", "https://tc39.es/ecma262/multipage/overview.html#sec-inherited-property", @@ -293,65 +293,65 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_23", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14287", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_24", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1062", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1061", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14288", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14289", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14290", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14291", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1063", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14292", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1062", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14293", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14294", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1064", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14295", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1063", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14296", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-numeric-string-grammar", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_27", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14296", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1065", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14297", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1064", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14298", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_28", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-syntactic-grammar", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_29", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_30", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1066", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14298", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1065", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14299", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14300", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14301", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14302", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14303", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14304", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1066", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1067", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1068", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_33", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14304", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14305", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14306", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14307", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14308", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1068", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1069", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1070", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14308", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14309", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14310", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14311", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_34", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_35", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14311", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14312", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14313", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14314", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14315", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14316", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14317", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14318", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14319", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14320", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14321", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14322", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14323", @@ -377,8 +377,8 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14343", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14344", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14345", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14346", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14347", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14348", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14349", @@ -403,11 +403,11 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14368", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14369", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14370", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14371", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14372", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14373", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14374", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14375", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14376", @@ -422,11 +422,11 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14385", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14386", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14387", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14388", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14389", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14390", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14391", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14392", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14393", @@ -434,74 +434,76 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14395", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14396", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14397", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14398", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14399", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14400", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14401", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-NonZeroDigit", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigit", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigits", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14401", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14402", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14403", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14404", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14405", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14406", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14407", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14075", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14076", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14407", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14408", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14409", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14410", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14411", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14412", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14413", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14414", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14415", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14416", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14417", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14418", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14419", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14420", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-SourceCharacter", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1070", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1071", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1072", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions-abstract-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions-syntax-directed-operations", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1073", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1072", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_36", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_37", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_38", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-1", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-2", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-3", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1073", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1074", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1075", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1076", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14420", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14421", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14422", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1076", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1077", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1078", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1079", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14422", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1080", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14423", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1079", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14424", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-runtime-semantics", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1080", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1081", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1082", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-completion-ao", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1082", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1083", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1084", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1085", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1086", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1087", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-throw-an-exception", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1088", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1087", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1088", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1089", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1090", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1091", @@ -514,9 +516,9 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1098", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1099", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1100", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt-shorthands", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1101", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1102", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt-shorthands", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1103", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1104", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1105", @@ -529,9 +531,9 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1112", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1113", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1114", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1115", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-normal-completion", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-completion-values", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1115", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1116", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1117", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1118", @@ -551,24 +553,24 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1132", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1133", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1134", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1135", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantic-rules", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14424", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14425", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1135", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14426", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1136", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_39", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1137", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_39", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1138", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14426", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14427", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1139", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14427", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14428", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14429", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1140", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14429", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14430", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1141", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14431", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14432", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-mathematical-operations", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1141", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1142", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1143", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1144", @@ -582,8 +584,8 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1152", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1153", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1154", - "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical%20integer", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1155", + "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical%20integer", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1156", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1157", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1158", @@ -591,28 +593,28 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1160", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1161", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1162", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1163", "https://tc39.es/ecma262/multipage/notational-conventions.html#%F0%9D%94%BD", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_40", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1163", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1164", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", + "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1165", + "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1166", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1167", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1168", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1169", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-abs", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-min", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-max", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1169", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-modulo", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1170", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-modulo", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1171", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1172", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1173", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1174", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-floor", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1175", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-floor", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1176", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1177", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1178", @@ -620,9 +622,10 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1180", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1181", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1182", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1183", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1184", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1185", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-container", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane", @@ -641,7 +644,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-data-types-and-values", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1185", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1186", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", @@ -649,8 +652,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-null-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-boolean-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1186", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1187", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1188", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#leading-surrogate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#high-surrogate-code-unit", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#trailing-surrogate", @@ -666,28 +669,28 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_48", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_49", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_50", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1188", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1189", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#string-concatenation", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1189", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1190", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1190", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1191", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1192", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1193", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1194", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-symbol-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_51", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1194", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1195", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_52", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_53", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-1", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1195", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1196", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1197", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_54", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", @@ -700,116 +703,115 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_58", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1197", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1198", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_59", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1198", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1199", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_60", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1199", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1200", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1201", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1202", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_61", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1203", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_61", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1204", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_62", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1205", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_62", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1206", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1207", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_63", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_64", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1207", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1208", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1209", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1210", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_65", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1211", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_65", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1212", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_66", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1213", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_66", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1214", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1215", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1216", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_67", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1217", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_67", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1218", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1219", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1220", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1221", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_68", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_69", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_70", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1221", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1222", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1223", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_71", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_72", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_73", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1223", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1224", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1225", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1226", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1227", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1228", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1229", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1230", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1231", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1232", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_77", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_78", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1232", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1233", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_79", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_80", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1235", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1236", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1237", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1238", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1239", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1240", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1241", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1242", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1243", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1244", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1245", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1246", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1247", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1248", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1249", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_85", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_86", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1249", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1250", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1251", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1252", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1253", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1254", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1255", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value-for", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1255", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1256", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1257", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1258", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1259", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1260", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1261", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_87", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unaryMinus", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseNOT", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1261", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1262", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1263", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1264", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-exp-operator", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1264", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1265", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1266", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1267", @@ -834,21 +836,21 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1286", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1287", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1288", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1289", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-multiply", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mul-operator", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1289", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1290", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1291", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1292", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1293", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-div-operator", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1293", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1294", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1295", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1296", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1297", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mod-operator", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1297", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1298", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1299", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1300", @@ -857,69 +859,69 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1303", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1304", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1305", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1306", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-add", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-additive-operators-to-numbers", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1306", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1307", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1308", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1309", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1310", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1311", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1312", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1313", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1314", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1315", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1316", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1317", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1318", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1319", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1320", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1321", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1322", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1323", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1324", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1325", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1326", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1327", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1328", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1329", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1330", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1331", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1332", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1333", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1334", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-equal", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValueZero", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1334", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1335", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1336", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1337", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1338", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1339", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1340", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1341", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1342", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1343", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1344", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1345", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1346", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1347", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-tostring", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-tostring-applied-to-the-number-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1347", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1348", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1349", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1350", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1351", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1352", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1353", @@ -931,51 +933,53 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1359", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1360", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1361", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1362", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1363", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1364", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1365", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1366", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1367", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1368", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1369", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1370", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1371", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1372", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1373", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1374", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1375", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1376", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1377", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1378", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1379", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-add", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-leftShift", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1378", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1379", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1380", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1381", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1382", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1383", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1384", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-equal", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1385", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1386", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-equal", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1387", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValueZero", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1388", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1389", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValueZero", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1390", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryor", @@ -984,8 +988,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryxor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1389", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1390", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1391", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1392", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1393", @@ -1003,29 +1005,31 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1405", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1406", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1407", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1408", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1409", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1410", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1411", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1412", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1413", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1414", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1413", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1415", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1414", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1416", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1415", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1416", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1417", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1418", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1419", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1420", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1421", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_90", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-attributes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_91", @@ -1036,30 +1040,30 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-4", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-3", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-2", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1420", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1421", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1422", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1423", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1424", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1425", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1426", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1427", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1428", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_94", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1429", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1430", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_94", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1431", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1432", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1433", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1434", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1435", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1436", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1437", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1438", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1439", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1440", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1441", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_95", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_96", @@ -1067,39 +1071,37 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_98", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_99", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1440", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1441", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1442", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1443", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1444", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1445", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1446", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1447", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1448", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1449", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1450", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1451", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1452", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1453", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1454", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1455", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1456", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1457", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_102", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1456", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1457", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1458", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1459", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1460", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1461", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1462", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1463", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1464", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1465", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1466", @@ -1110,11 +1112,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1471", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1472", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1473", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_103", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1474", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1475", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_103", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1476", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1477", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1478", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1479", @@ -1152,215 +1154,217 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1511", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1512", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1513", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1514", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1515", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1516", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1517", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1518", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1519", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_104", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_105", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-7", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1518", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1519", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_106", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1520", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1521", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_107", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_106", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1522", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1523", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_107", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1524", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1525", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1526", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1527", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1528", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1529", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1530", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1531", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1532", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1533", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1534", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1535", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1536", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1537", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1538", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1539", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1540", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1541", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1542", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1543", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1544", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_119", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1545", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1546", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_119", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1547", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1548", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1549", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1550", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1551", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_125", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1552", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1553", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_125", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1554", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1555", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1556", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1557", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1558", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1559", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1560", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1561", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1562", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1563", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1564", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1565", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1566", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1567", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1568", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1569", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1570", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1571", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1572", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1573", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1574", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1575", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1576", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1577", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1578", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_140", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1579", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1580", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_140", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1581", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1582", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1583", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_143", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1584", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1585", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_143", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1586", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1587", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1588", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1589", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1590", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1591", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1592", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1593", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1594", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1595", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1596", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1597", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1598", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1599", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1600", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1601", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1602", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1603", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1604", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_156", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1605", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1606", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_156", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1607", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1608", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1609", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1610", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1611", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1612", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1613", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1614", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_160", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1615", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1616", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_160", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1617", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1618", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1619", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1620", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1621", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1622", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1623", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1624", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1625", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1626", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1627", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1628", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1629", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1630", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1631", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1632", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1633", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1634", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1635", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_169", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_170", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-specification-types", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1634", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1635", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1636", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1637", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1638", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1639", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1640", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1641", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1642", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1641", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1643", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_171", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#list-concatenation", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1642", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1644", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1643", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1645", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", @@ -1368,9 +1372,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_172", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-completion-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1644", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1646", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-8", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1645", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1647", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", @@ -1378,12 +1382,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1646", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1648", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-rejected", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-fulfilled", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1647", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1648", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1649", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1650", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1651", @@ -1415,154 +1417,154 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1677", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1678", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1679", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1680", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1681", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1682", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1683", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1684", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1685", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1686", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1687", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1688", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1689", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1690", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1689", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1691", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_173", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-reference-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1690", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1692", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getbase", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getbase", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1691", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1692", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1693", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getreferencedname", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getreferencedname", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1694", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1695", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isstrictreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isstrictreference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getreferencedname", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getreferencedname", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1696", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1697", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isstrictreference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isstrictreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1698", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1699", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1700", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1701", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1702", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1703", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1704", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1705", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-ispropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1704", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1705", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1706", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1707", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isunresolvablereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1706", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1708", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-issuperreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1707", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1709", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1708", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1709", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1710", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1711", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1712", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1713", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1714", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1715", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1716", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1717", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1718", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1719", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1720", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1721", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1722", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_175", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1723", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1724", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1725", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_175", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1726", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1727", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1728", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1729", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1730", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1731", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1732", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1733", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1734", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1735", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1736", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1737", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1738", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1739", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1740", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1741", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1742", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1743", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1744", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1745", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1746", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1747", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1748", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1749", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1750", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1751", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1752", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1753", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1754", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1755", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1756", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1757", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1758", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1759", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1760", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1761", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1760", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1762", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_178", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_179", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1761", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1763", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1762", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1764", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1763", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1765", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1764", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1765", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1766", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1767", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1768", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1769", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1770", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1771", @@ -1572,10 +1574,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1775", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1776", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1777", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1778", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1779", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1780", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1781", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1782", @@ -1596,31 +1598,31 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1797", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1798", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1799", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1800", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1801", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1802", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1803", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1804", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1805", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1806", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_180", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1805", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1806", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1807", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1808", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1809", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1810", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1811", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1810", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1811", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1812", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1813", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1814", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1815", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1816", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1817", @@ -1631,18 +1633,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1822", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1823", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1824", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1825", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1826", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1827", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1828", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1829", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1830", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1831", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1832", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1833", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1834", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1835", @@ -1651,10 +1653,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1838", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1839", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1840", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1841", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1842", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1843", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1844", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1845", @@ -1676,44 +1678,46 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1861", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1862", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1863", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1864", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1865", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1866", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1867", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1868", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1869", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1870", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1871", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_181", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-privateelement-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1870", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1871", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1872", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1873", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1874", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1875", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1876", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_182", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classfielddefinition-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1877", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1878", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_182", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classfielddefinition-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1879", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1880", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1881", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1882", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1883", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1884", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1885", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1884", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1886", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_183", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classstaticblockdefinition-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1885", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1886", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1887", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1888", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1889", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane", @@ -1732,16 +1736,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/abstract-operations.html#spec-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-operations", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1888", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-type-conversion", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1889", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1890", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-type-conversion", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1891", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1892", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1893", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-9", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1892", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1893", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1894", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1895", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1896", @@ -1752,80 +1754,81 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1901", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1902", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1903", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1904", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1905", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_184", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_185", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1904", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1905", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1906", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1907", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1908", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1909", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1910", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1911", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1912", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_186", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toboolean-conversions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1911", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1913", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-10", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_187", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1912", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1913", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1914", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1915", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1916", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1917", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1918", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_188", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1919", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-11", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1920", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_188", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1921", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-11", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1922", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber-applied-to-the-string-type", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1923", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1924", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber-applied-to-the-string-type", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1925", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-FDwUUOp8", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14432", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14433", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14434", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14435", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14436", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14437", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14438", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14439", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14440", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rEUJru-M", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14441", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rEUJru-M", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14442", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14443", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14444", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14445", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-QcF4NRmv", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14445", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14446", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14447", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14448", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14449", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14450", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14451", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_189", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14452", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_189", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14453", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14454", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14455", @@ -1837,39 +1840,39 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14461", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14462", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14463", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14464", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1924", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1925", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14464", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1926", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1927", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-stringnumericvalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-s", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1928", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14465", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1928", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1929", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-stringnumericvalue", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-s", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1930", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14466", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1931", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14467", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_190", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14467", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14468", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14469", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14470", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1930", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14471", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1932", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14472", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1931", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14473", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1933", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14474", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1932", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14475", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1934", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14476", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rF3lJM39", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rFHlF9yu", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14476", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14477", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14478", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14479", @@ -1878,26 +1881,25 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14482", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14483", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14484", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1933", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14485", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1935", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14486", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14487", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14488", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14489", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14490", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1934", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14491", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1936", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14492", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14493", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14494", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14495", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1935", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14496", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1937", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1936", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1937", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1938", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1939", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1940", @@ -1906,11 +1908,11 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1943", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1944", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1945", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointeger", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1946", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1947", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointeger", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1948", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1949", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1950", @@ -1918,9 +1920,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1952", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1953", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1954", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1955", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1956", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1957", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1958", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1959", @@ -1934,9 +1936,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1967", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1968", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1969", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1970", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1971", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1972", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1973", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1974", @@ -1946,14 +1948,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1978", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1979", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1980", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint32-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1981", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1982", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint32-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1983", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1984", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1985", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1986", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1987", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1988", @@ -1966,9 +1968,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1995", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1996", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1997", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1998", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1999", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2000", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2001", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2002", @@ -1977,14 +1979,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2005", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2006", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2007", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint16-mod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2008", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2009", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_192", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint16-mod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2010", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2011", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_192", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2012", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2013", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2014", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2015", @@ -1995,9 +1997,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2020", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2021", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2022", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2023", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2024", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2025", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2026", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2027", @@ -2007,9 +2009,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2031", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2032", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2033", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2034", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2035", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2036", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2037", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2038", @@ -2024,42 +2026,42 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2047", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2048", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2049", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2050", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2051", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2052", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2053", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2054", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tobigint", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2053", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2055", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2054", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2055", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14496", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2056", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2057", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14497", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2058", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2059", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringintegerliteral-grammar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2060", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2061", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringintegerliteral-grammar", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2062", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringIntegerLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14497", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14498", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14499", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14500", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrIntegerLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14501", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrIntegerLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14502", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-for-stringintegerliteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14503", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-for-stringintegerliteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14504", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14505", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14506", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14507", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14508", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2061", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2062", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2063", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2064", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2065", @@ -2067,34 +2069,36 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2067", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2068", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2069", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobiguint64", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2070", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2071", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobiguint64", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2072", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2073", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2074", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2075", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2076", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2077", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2078", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2079", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2080", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-12", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2081", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2082", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-12", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2083", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2084", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2085", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2086", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2087", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2088", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_195", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2087", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2089", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-13", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_196", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_197", @@ -2103,17 +2107,15 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_200", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2088", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2089", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2090", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2091", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2092", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2093", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2094", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2095", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2096", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2097", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2098", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2099", @@ -2121,17 +2123,17 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2101", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2102", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2103", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2104", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2105", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2106", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2107", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2108", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2109", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2108", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2109", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2110", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2111", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2112", @@ -2142,69 +2144,69 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2117", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2118", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2119", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2120", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2121", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testing-and-comparison-operations", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2120", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2121", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2122", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2123", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2124", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2125", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_201", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2124", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2126", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-14", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2125", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2126", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2127", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2128", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2129", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2130", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2131", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2132", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2133", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2134", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2135", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2136", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2137", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2138", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2139", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isinteger", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2138", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2139", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2140", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2141", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2142", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2143", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2144", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2145", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2146", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2147", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2148", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2149", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2150", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2151", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2152", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2153", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2154", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2155", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2156", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringwellformedunicode", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_202", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2155", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2157", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2156", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2157", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2158", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2159", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2160", @@ -2213,10 +2215,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2163", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2164", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2165", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2166", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2167", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2168", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2169", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2170", @@ -2225,11 +2227,11 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2173", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2174", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2175", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2176", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2177", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2176", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2177", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2178", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2179", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2180", @@ -2238,20 +2240,20 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2183", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2184", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2185", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2186", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2187", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-relational-comparison", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2186", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2187", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2188", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2189", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2190", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2192", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2193", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2194", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2195", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2196", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2197", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2198", @@ -2280,24 +2282,24 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2221", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2222", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2223", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2224", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2225", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_203", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_204", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_205", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2224", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2226", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-equality-comparison", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2225", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2226", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2227", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2228", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2229", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2230", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2231", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2232", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2233", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2234", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2235", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2236", @@ -2331,11 +2333,11 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2264", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2265", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2266", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2267", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2268", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-strict-equality-comparison", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2267", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2268", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2269", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2270", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2271", @@ -2344,108 +2346,108 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2274", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2275", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2276", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2277", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2278", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-objects", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2277", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2278", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2279", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2280", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2281", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2282", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2283", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2284", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2285", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2286", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2287", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2288", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2289", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2290", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2291", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2292", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2293", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2294", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2295", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2296", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2297", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2298", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2299", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2300", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2301", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2302", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2303", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2304", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2305", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2306", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2307", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2308", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2309", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2310", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2311", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2312", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2313", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2314", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2315", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2316", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2317", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2318", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2319", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2320", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2321", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2322", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2323", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2324", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2325", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2326", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2327", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2328", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2329", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2330", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2331", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2332", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2333", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2334", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2335", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2336", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2337", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2338", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2339", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2340", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2341", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2342", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2343", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2344", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2345", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2346", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2347", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2348", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2349", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2350", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2351", @@ -2457,52 +2459,52 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2357", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2358", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2359", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2360", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2361", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2362", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2363", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2364", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2365", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2366", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2367", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2368", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2369", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2370", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2371", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2372", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2373", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2374", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2375", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2376", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2377", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2378", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2379", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2380", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2381", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2382", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2383", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2384", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2385", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2386", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2387", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2388", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2389", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2390", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2391", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2392", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2393", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2394", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2395", @@ -2514,10 +2516,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2401", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2402", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2403", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2404", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2405", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2406", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2407", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2408", @@ -2528,10 +2530,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2413", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2414", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2415", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2416", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2417", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2418", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2419", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2420", @@ -2539,10 +2541,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2422", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2423", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2424", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2425", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2426", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2427", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2428", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2429", @@ -2554,35 +2556,35 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2435", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2436", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2437", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2438", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2439", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2438", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2439", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2440", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2441", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2442", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2443", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2444", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2445", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2446", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2447", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2448", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2449", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2450", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2451", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2452", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2453", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2454", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_208", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2455", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2456", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_208", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2457", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2458", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2459", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2460", @@ -2590,35 +2592,35 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2462", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2463", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2464", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2465", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2466", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2467", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2468", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2469", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2470", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2471", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2472", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2473", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2474", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2475", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2476", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2477", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2478", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2479", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2480", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2481", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2482", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2483", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2484", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2485", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2486", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2487", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2488", @@ -2629,28 +2631,28 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2493", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2494", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2495", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2496", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2497", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2498", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2499", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2500", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2501", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2502", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2503", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2504", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2505", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2506", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2507", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2508", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2509", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2510", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2511", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2512", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2513", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2514", @@ -2658,27 +2660,27 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2516", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2517", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2518", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2519", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2520", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2521", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2522", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2523", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2524", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2525", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2526", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2525", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2527", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_210", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-iterator-record-fields", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2526", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2527", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2528", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2529", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2530", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2531", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2532", @@ -2694,38 +2696,38 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2542", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2543", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2544", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2545", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2546", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2547", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2548", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2549", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2550", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2551", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2552", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2553", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2554", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2555", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2556", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2557", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2558", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2559", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2560", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2561", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2562", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2563", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2564", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2565", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2566", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2567", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2568", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2569", @@ -2734,18 +2736,18 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2572", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2573", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2574", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2575", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2576", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2577", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2578", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2579", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2580", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2581", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2582", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2583", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2584", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2585", @@ -2755,32 +2757,32 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2589", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2590", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2591", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2592", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2593", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2594", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2595", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2596", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2597", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2598", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2599", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiterator-next", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiteratornext-functions", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2597", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2598", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2599", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2600", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2601", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2602", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2603", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2604", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2605", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2606", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2607", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2608", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2609", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2610", @@ -2788,6 +2790,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2612", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2613", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2614", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2615", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2616", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2617", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane", @@ -2806,10 +2811,10 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#spec-container", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2618", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-evaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2617", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2620", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-scope-analysis", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-boundnames", @@ -2826,290 +2831,290 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-boundnames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2618", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2622", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#note-star-default-star", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2620", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2623", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yc3dQCIS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14508", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2621", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2622", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2624", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14510", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oRvH9Oa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eP6tRBFI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WhUrx1KG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14510", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14511", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2623", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14512", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2626", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14514", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2624", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14515", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2627", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2626", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2628", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14518", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2627", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14519", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2630", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14520", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14521", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2628", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14522", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2631", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14523", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2629", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14525", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2630", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14526", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2631", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2633", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14527", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2634", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14529", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2635", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14531", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2633", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2636", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14533", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2634", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2637", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14533", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14534", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2635", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14535", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2636", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14536", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14537", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2640", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14538", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14540", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2642", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14541", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14542", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2640", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14543", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2643", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14544", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14545", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14546", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2641", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14547", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2642", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2644", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14548", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2643", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14550", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2644", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14551", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2645", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2647", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14552", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2646", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2648", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2649", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14554", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2647", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14555", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2650", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14556", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2649", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14557", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14558", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2650", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14559", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14561", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2654", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14563", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14564", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2652", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14566", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14567", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2656", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14570", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2654", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2657", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14572", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14573", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14575", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14576", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14577", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14578", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14578", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14579", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2657", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14580", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2660", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14581", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2659", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2662", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14583", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2660", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14584", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2661", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2662", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2664", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2665", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14587", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2664", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14590", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14591", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2665", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14592", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2668", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14593", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14597", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2669", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14600", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14603", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2670", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14606", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14607", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2668", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14608", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14611", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14612", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14613", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2669", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14614", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2670", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2673", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14617", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2674", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14618", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2672", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2675", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14620", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2673", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14621", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2676", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14622", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2675", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14623", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14624", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2676", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14625", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2677", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2679", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14626", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2680", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2681", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2679", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2682", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14627", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14628", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2680", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14629", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2681", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14630", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2682", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14631", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2685", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14633", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2686", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14634", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14635", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14636", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2684", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2685", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2687", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14639", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14640", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2689", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14641", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2687", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14642", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2690", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14643", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2688", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14644", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2691", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14645", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14646", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2689", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2692", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2693", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14646", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14649", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14651", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14653", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14655", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-IsConstantDeclaration", @@ -3118,55 +3123,55 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2691", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2694", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jGNpgH6g", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14659", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2692", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14660", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Iol_vN-I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xwFhJZXb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5tjiqCsV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14662", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14663", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14666", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14668", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14669", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14670", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14671", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14673", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14675", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14676", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14678", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14679", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14680", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14681", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14682", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14683", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14684", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14685", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14686", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14687", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14688", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14689", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallydeclarednames", @@ -3176,129 +3181,129 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2693", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2694", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2696", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2697", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mPEvRR9d", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2698", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZFtxhsq0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14689", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14690", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2696", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14691", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2697", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14692", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2698", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14693", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14694", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14695", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14696", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2700", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2702", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14697", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2703", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14698", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2704", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2702", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2705", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14701", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14702", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2703", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14703", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2704", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14704", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14705", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2706", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14706", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14704", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2707", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2708", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14705", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14706", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14707", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2711", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14708", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14709", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14710", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2713", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14711", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2714", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2715", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2716", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2714", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2715", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2717", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14719", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2716", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14720", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2719", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14724", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2722", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2720", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14726", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2724", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2722", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2725", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2724", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2726", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14730", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2727", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2728", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2726", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14731", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2729", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14732", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14734", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14735", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2727", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2728", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2730", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2731", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2730", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2732", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14739", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2733", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14740", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14741", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2732", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2734", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2735", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2733", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2736", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14746", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14747", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-lexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallyscopeddeclarations", @@ -3309,141 +3314,141 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2734", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2735", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2736", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2737", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2738", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2739", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dqBS0eQw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14747", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2737", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2738", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2740", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2739", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14751", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14752", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2740", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14757", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14757", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2749", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14763", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14765", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2752", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14767", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2752", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14768", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14769", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14770", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14772", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14773", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14775", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14778", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14779", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14782", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14784", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14785", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14786", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14788", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14795", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14796", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14799", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14801", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14806", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14807", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-vardeclarednames", @@ -3462,262 +3467,262 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-vardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VNDj7eNH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wphgHlIl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UQCGQIDW", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wphgHlIl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RADtbhJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UQCGQIDW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxCHO4hn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RADtbhJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GyFO-xRG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxCHO4hn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HxLIoVCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GyFO-xRG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HxLIoVCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4f3fXSme", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ikslLJyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14814", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14821", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14822", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14825", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14826", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14827", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14831", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14832", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14833", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14840", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14842", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14847", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14848", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14852", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14854", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14857", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14858", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14859", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14860", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14863", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14864", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14865", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14870", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14872", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14874", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14875", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14877", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14879", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_213", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14881", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14882", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14888", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14889", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14893", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14892", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14896", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14897", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14898", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2817", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14899", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2818", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14900", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2818", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14907", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14908", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14911", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2825", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2826", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14915", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2825", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2826", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14918", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14922", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14923", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14927", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JPGgU11H", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZZJ4np60", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2840", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AiQH2RJz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2842", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_GPKA3Cb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2840", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2843", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14937", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2842", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2844", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2845", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14940", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2847", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14941", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14942", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2845", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2849", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-varscopeddeclarations", @@ -3736,406 +3741,406 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-varscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2848", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2849", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2850", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2852", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-okevSHKw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TqyazVUw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a_WX9dEz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TqyazVUw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14946", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fC7m7rts", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a_WX9dEz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycPQZtUX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fC7m7rts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14948", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GTe_HlKz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycPQZtUX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pc-OKRR8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GTe_HlKz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2850", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pc-OKRR8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2853", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--ycd0kFi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r8z3UV58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2852", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14953", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2853", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14955", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2857", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14956", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2858", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14957", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14960", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2857", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2859", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14961", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2860", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14963", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14964", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2858", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14965", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14967", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14968", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14971", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14976", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14977", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14978", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14979", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14981", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14983", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14986", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2869", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14987", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14989", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14991", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14993", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14997", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15000", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15001", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15002", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15003", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15006", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2869", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15010", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15012", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15013", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15015", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15016", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15017", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15018", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15019", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15021", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_214", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15022", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15023", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15024", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15025", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15026", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15027", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15032", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15035", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2879", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15035", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15037", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15038", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15041", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15042", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15043", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15046", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15048", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15053", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15056", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15064", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15068", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15070", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15075", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15076", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15076", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15077", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15083", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15084", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2918", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s6Vb3QUL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15085", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2918", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15087", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2922", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15091", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2922", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15094", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fSl8sbck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15094", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15100", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15103", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_Kx3fMtB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15103", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15105", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15106", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15107", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15108", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15109", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15110", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15113", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15117", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15118", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15119", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15120", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15122", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15123", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15126", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvarscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvarscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUpZ-t-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15126", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15129", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15131", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15133", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15134", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15136", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15138", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15141", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15143", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15146", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15147", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15148", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15149", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-labels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsduplicatelabels", @@ -4151,205 +4156,205 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsduplicatelabels", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4jLROMWA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15149", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7RdLi7r5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15150", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9i0SR5pB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7RdLi7r5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kHTlCj8Z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9i0SR5pB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15152", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AQXoKs3Y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kHTlCj8Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g3BkTc0o", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AQXoKs3Y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15154", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GecuZ1YX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g3BkTc0o", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15155", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QFpbuk2C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GecuZ1YX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QFpbuk2C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SpvJf5dZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RfvwtRC6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15160", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15162", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15163", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15164", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15165", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15166", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15168", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15169", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15171", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15172", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15174", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15175", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15176", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15179", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15181", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15184", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15186", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15188", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15190", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15191", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15193", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15195", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15196", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15199", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15201", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15202", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15204", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15205", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15208", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15210", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15211", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15213", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15214", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_215", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15219", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15223", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8Uz0YNaN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UcaBQzki", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15223", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15224", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15225", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15228", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2974", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15229", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15231", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15232", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15234", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15235", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15236", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15237", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15239", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15240", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15241", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15242", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15243", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15244", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15245", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15246", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15248", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15250", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15251", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15252", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15253", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2986", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15256", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15260", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2989", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15261", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15262", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15263", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15264", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cn79vCHf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uXGEqKw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FlDPQVjo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15264", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2991", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15267", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2RINFrzE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15268", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OfzEYjJ0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2RINFrzE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15269", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OfzEYjJ0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15270", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-containsundefinedbreaktarget", @@ -4365,208 +4370,208 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedbreaktarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KN2F74JM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15270", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pHNPZODp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vqweAXZW", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pHNPZODp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15272", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u--VfnyG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vqweAXZW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mk4OiTQ0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u--VfnyG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15274", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_wHAxVWB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mk4OiTQ0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zv1CKK_U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_wHAxVWB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15276", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zv1CKK_U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15277", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YsZID3li", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H7TPYpiU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15278", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15279", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2991", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15282", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15283", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15284", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15286", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15287", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2998", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15290", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15291", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15295", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15296", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15297", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15299", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15300", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15301", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15302", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15303", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15304", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15305", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15306", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15307", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2998", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15309", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15311", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15312", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15313", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15315", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15317", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15319", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15320", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15322", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15325", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15326", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15328", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15329", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15331", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15332", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15334", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15335", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_216", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YN_w7WcD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sVlKX7KO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15338", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3003", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15339", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15340", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15341", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3004", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15342", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15343", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3002", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3005", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUCmZej", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a3dtTxDp", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15347", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15348", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3003", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3006", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3007", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15352", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3006", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15355", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3009", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15356", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3010", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15357", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15358", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3011", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3009", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15363", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3012", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15365", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3010", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15366", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3011", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3012", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3013", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15367", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3015", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15368", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3013", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15371", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3016", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15372", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3017", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3015", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15375", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3018", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3019", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15377", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15378", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15379", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3017", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15380", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3020", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15381", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3021", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15382", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3022", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15383", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15384", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3020", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15386", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fN52Tgzf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vh6EF-BV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDhjMfCK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15386", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15387", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3021", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15388", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3024", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15389", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vD2SO16F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3025", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UZaVgIpu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vD2SO16F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UZaVgIpu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15392", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-containsundefinedcontinuetarget", @@ -4582,217 +4587,217 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3026", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zeOghq31", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15392", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-THlI2H2M", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j74v1E9Q", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-THlI2H2M", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15394", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-S4TJmj3I", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j74v1E9Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15395", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDEZkDbt", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-S4TJmj3I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uTECl_Vq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDEZkDbt", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15397", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBG_pA-N", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uTECl_Vq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15398", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBG_pA-N", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15399", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eptReca1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0U13tcP4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15399", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15400", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3027", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15402", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15403", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15404", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15405", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3027", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15406", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3031", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15409", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15410", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15411", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3032", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15412", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15413", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15414", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3031", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15416", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3032", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15418", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3035", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15419", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15420", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3036", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15422", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15423", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15424", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15425", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15426", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15427", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15428", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15429", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15430", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15431", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15432", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15433", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15434", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3037", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15435", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15436", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15437", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15438", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15439", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15441", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15442", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15443", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15444", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15445", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15446", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15447", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15448", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15449", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15450", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15451", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15453", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15454", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15456", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15457", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15458", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15460", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15461", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3035", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15462", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15463", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-P3ParQAP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ngwxJt1P", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3036", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15464", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3039", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15465", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15466", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3037", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15467", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3040", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15468", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15469", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3038", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15470", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15471", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wESl6-va", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L1SF9WLb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15471", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15472", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15473", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3039", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3042", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3043", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15477", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3041", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15478", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3044", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15479", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15480", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3042", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3045", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15482", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3046", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15483", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15484", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15485", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3044", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15486", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3047", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15488", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3045", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3048", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15490", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15491", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3046", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15492", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15493", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15494", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15495", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15496", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15497", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15498", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15499", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15501", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15502", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15504", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15505", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15506", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15507", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15508", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15510", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15511", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15512", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zb1__ND8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7jAHsc96", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GocAvXy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15512", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15513", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15514", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15515", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wlyNoKqz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-35aTaLbx", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wlyNoKqz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-35aTaLbx", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15518", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-function-name-inference", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-hasname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-HasName", @@ -4803,56 +4808,56 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-hasname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-hasname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sGIyUYN_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15518", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15519", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15520", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15521", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15522", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15523", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15525", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15526", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15527", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15529", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15530", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15531", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15532", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15533", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15534", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15535", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15536", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15537", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15538", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15539", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15540", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15541", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15542", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15543", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15544", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15545", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15546", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15547", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15548", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15550", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-IsFunctionDefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isfunctiondefinition", @@ -4875,257 +4880,257 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isfunctiondefinition", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xr5TwVeJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15550", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15551", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15552", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ujSQZu1u", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uqXksnK9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15553", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xZz3xGrw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15554", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQZUJPuk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xZz3xGrw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15555", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YSIQyJy2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQZUJPuk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15556", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xClvmJ_T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YSIQyJy2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15557", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yobd7pAZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xClvmJ_T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15558", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yobd7pAZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15559", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15560", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15561", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15563", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15564", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JqMmNc5v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0UkusR6o", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JqMmNc5v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15566", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0UkusR6o", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15567", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15570", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VSHORtMa", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15572", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Pk6P_by", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VSHORtMa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15573", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Pk6P_by", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15575", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15576", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15578", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15579", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15580", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15581", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15582", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15583", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15584", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RqMdwBuU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RqMdwBuU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15587", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15588", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15589", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15590", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15592", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15593", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15596", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15597", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15600", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15603", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15607", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15608", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15611", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15612", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15613", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15614", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15617", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15618", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15620", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15622", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15623", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15624", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15626", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15628", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15630", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15631", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15633", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15634", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15635", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15636", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D9D2dUnP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D9D2dUnP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15639", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15640", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15642", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15643", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15645", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15649", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15651", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dPINdG0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15652", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8REG7QdK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dPINdG0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15653", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8REG7QdK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15656", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15659", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15660", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15662", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15663", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15664", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15666", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15667", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15668", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15669", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15670", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3072", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isidentifierref", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isidentifierref", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isidentifierref", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3073", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ztGhnTck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15670", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gs-T8p-O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ICT5lo9j", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15671", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8G12k2a3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15672", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EUf92hO8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8G12k2a3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15673", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-69s6BRll", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EUf92hO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15674", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YIwB3WEl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-69s6BRll", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15675", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AALLJG0-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YIwB3WEl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15676", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acg3mi3y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AALLJG0-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15677", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GJ_tuZU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acg3mi3y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15678", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jU920ZeK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GJ_tuZU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15679", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5DrGbLLP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jU920ZeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15680", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IZ2iaC5Z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5DrGbLLP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15681", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IZ2iaC5Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15682", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15683", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15684", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15685", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15687", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9f3rqn9l", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15688", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1g-ib9lg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9f3rqn9l", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15689", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1g-ib9lg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15691", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15692", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15693", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15694", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6Bkmtp_X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15695", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3VSXVmhU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6Bkmtp_X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15696", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3VSXVmhU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15697", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-runtime-semantics-namedevaluation", @@ -5135,62 +5140,62 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-runtime-semantics-namedevaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3073", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mytcbPJI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15697", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15698", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3076", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mytcbPJI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15698", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3079", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15702", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15703", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15704", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15706", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15707", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15708", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15709", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15710", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15712", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15719", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15726", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-Contains", @@ -5202,132 +5207,132 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JYruL-G6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15726", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15727", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15729", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15731", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15732", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15734", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15735", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15737", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15739", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15740", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15742", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15743", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15747", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15748", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15750", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15751", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15756", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15760", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15765", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15767", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15768", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15770", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15771", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15772", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15773", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15776", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15779", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15780", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15781", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15784", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15785", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15787", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15789", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15792", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15796", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15798", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15799", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15801", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15803", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15804", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15807", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15808", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15810", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-computedpropertycontains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-ComputedPropertyContains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-computedpropertycontains", @@ -5335,260 +5340,257 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-computedpropertycontains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-computedpropertycontains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3108", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A8PF_J4D", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15812", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15815", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15815", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15817", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15819", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15820", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15822", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15823", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15824", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15825", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3108", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3111", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15827", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15828", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15829", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15833", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3114", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uyqDiD0W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yQr72pM_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3115", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15840", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15842", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15843", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-miscellaneous", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3115", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3118", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mfAdULQi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15843", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15844", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3116", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15848", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15849", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15850", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15851", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15852", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15855", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15856", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15858", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15859", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3118", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15861", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15862", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15863", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15864", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15865", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-bindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3123", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3125", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15869", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3129", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3130", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15870", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3132", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15872", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15874", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15875", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15879", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15882", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3142", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3143", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-iteratorbindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-IteratorBindingInitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-iteratorbindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3147", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3148", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3149", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15882", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3149", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3152", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15886", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3150", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15888", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3152", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15896", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15897", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15898", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15900", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15903", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15904", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15906", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15907", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3163", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15910", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3163", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15911", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3165", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3166", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3167", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3168", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3169", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3170", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15911", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3171", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15912", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3172", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15913", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3173", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15912", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15913", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15914", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15915", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15916", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3179", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15916", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15917", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3180", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3181", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3183", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3184", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15917", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3185", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15918", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3186", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15919", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15918", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3188", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3189", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3190", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3191", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3193", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3194", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3195", @@ -5600,42 +5602,42 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3201", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3202", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3204", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3205", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3207", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3208", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3210", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3211", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3213", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3214", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3215", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3217", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3219", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15926", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3220", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15927", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3221", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3219", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3220", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3221", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3223", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3224", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3225", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3226", @@ -5643,18 +5645,18 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3228", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3229", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3231", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3232", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3233", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3235", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3236", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3237", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3238", @@ -5662,7 +5664,10 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3240", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3241", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3242", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3244", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3245", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-assignmenttargettype", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-comma-operator-static-semantics-isvalidsimpleassignmenttarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-comma-operator-static-semantics-assignmenttargettype", @@ -5698,212 +5703,212 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-assignmenttargettype", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-isvalidsimpleassignmenttarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-assignmenttargettype", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RnnOsVyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3244", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3245", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RHpmBFMY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q9hezMXb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G2CxyRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15951", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Y1Rqw5E8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Y1Rqw5E8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SPo4SV-C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SPo4SV-C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15956", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15957", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3249", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--qvqF1RP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrxTmiG4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15958", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oEnyQ_d5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lwy-qADd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oEnyQ_d5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15960", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YxQ7Gh2N", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lwy-qADd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15961", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEUSovVm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YxQ7Gh2N", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15962", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7L0LV2jw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEUSovVm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PZa6fcRc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7L0LV2jw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15964", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9QnU4opL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PZa6fcRc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15965", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JA5CM-VG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9QnU4opL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SNIQNUuy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JA5CM-VG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tKZdJ1b_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SNIQNUuy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15968", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N96SKFWl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tKZdJ1b_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UEqjljYk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N96SKFWl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UEqjljYk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15976", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15977", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15980", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkiznuvy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6GBPx2Io", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1FBwi1xH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15983", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15986", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15987", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15989", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15991", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BbB1pUoP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15992", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BbB1pUoP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15993", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15997", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15999", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16000", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16001", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16003", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16005", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16006", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16007", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16008", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16010", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16011", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16012", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16013", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16015", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16019", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16020", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16021", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16023", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16037", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16041", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16043", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16044", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-d_vrZ4E2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MsqqUtwK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-d_vrZ4E2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16046", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OM0GWtO8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MsqqUtwK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OM0GWtO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16056", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16057", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16060", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-propname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-PropName", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-propname", @@ -5911,74 +5916,74 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-propname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-propname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3251", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qwkHLLWn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3249", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3252", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16065", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3253", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3251", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16068", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3254", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16069", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3252", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3255", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3253", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3256", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3257", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16075", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16076", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16079", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16080", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3255", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16082", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16083", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16085", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3256", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3259", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16087", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16088", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3257", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3260", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16092", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eIc0iw1U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cOwxJsMP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16092", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16093", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16094", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3261", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16096", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3259", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3262", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16100", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane-container", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane", @@ -6000,17 +6005,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environments", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16100", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16101", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16102", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16103", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16104", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16105", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16106", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16107", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-the-environment-record-type-hierarchy", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3260", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3261", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3262", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3263", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3264", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3265", @@ -6018,30 +6020,30 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3267", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3268", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3269", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16107", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16108", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16109", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3270", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3271", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3272", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3273", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16108", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16109", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16110", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16111", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3273", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3274", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3275", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16112", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3276", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16113", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16111", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16112", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3277", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3278", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16113", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3279", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_219", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16114", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3280", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3281", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3282", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_219", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3283", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3284", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3285", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3286", @@ -6052,520 +6054,520 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3291", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3292", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3293", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3294", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3295", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3296", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3294", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3295", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3296", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3297", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3298", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3299", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3300", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3301", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3302", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3303", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3304", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3305", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3306", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3307", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3308", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3309", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3310", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3311", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3312", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_220", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3313", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3314", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3315", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_220", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3316", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3317", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3318", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3319", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3320", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3321", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3322", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3323", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3324", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3325", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3326", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3327", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3328", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3329", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3330", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3331", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3329", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3332", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3330", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16114", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3333", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16115", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_221", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_222", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3331", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3332", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3333", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3334", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3335", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3336", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3337", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3338", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3339", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3340", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3341", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3342", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3343", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3344", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3345", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3346", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3347", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3348", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3349", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3350", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3351", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3352", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3353", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3354", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3355", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3356", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3357", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3358", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3359", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3360", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3361", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3362", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3363", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3364", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3365", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3366", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3367", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3368", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3369", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3370", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3371", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3372", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3373", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3374", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3375", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3376", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3377", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3378", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3379", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3377", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3380", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#function-environment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3378", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16115", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3381", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16116", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16117", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_223", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-function-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3379", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-16", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3380", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16117", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3381", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3382", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-16", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3383", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16118", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3384", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_224", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_225", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3385", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3386", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3387", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_224", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_225", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3388", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3389", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3390", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3391", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3392", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3393", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3394", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3395", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3396", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3394", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3397", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3395", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3398", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3396", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3397", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3398", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3399", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3400", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3401", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3402", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3403", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3404", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3405", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3406", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3407", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3408", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#global-environment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16118", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3406", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_226", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3407", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_227", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_228", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16119", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3408", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3409", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_226", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3410", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_227", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_228", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16120", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3411", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3412", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3413", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3414", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3415", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3416", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3417", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_229", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16120", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16121", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16122", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16123", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16124", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3415", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3416", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3417", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16125", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3418", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3419", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3420", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16126", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16127", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16128", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16129", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3418", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16130", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3421", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_230", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_231", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3419", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3422", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-18", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3420", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3421", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16130", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3423", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3424", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16131", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16132", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16133", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16134", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3422", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3423", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3424", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3425", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16135", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3425", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3426", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3427", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3428", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16136", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16137", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16138", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16139", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3426", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16140", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3429", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16141", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16142", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16143", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16144", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3427", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16145", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3430", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3428", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3431", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-19", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3429", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3430", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16145", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3432", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3433", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16146", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16147", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16148", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16149", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3431", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16150", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16151", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3432", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3433", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3434", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16151", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16152", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3435", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3436", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3437", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3438", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3439", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3440", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3441", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3442", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3443", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3444", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3445", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3446", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3447", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3448", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3449", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3450", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3451", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3452", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3453", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3454", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3455", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3456", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3457", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3458", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3459", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3460", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3461", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3462", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3463", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3464", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3465", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3466", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3467", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3468", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3469", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3470", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3471", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3469", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3472", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3470", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3471", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3473", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3474", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3472", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16152", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3475", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16153", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16154", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3473", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16154", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3476", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16155", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16156", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3474", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3475", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3476", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3477", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3478", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3479", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3480", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3481", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3482", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3483", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3484", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3485", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3486", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3487", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3488", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3489", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3490", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3491", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3492", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3493", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3494", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3495", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3496", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3497", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3498", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3499", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3500", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3501", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3502", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3503", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3504", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3505", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3506", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3507", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3508", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3509", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_232", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#module-environment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3507", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16156", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3508", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3509", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3510", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16157", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3511", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3512", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3513", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3514", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3515", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3516", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3517", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3518", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3519", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3520", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16157", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3521", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3522", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3523", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16158", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3524", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3525", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3526", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3527", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3528", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3529", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3530", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3531", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3532", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3533", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3534", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3535", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3536", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3537", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3538", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3539", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3540", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3541", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3542", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3543", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3544", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3545", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3546", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3547", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3548", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3549", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3550", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3551", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3552", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3553", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3554", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3555", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3556", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3557", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3558", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3559", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3560", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3561", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3562", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16158", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16159", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3563", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3564", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16160", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16161", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3565", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16159", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16160", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3566", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3567", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16161", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16162", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3568", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3569", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3570", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3571", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3572", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3573", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3574", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-record-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3575", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3576", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3577", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-record-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3578", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3579", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3580", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3581", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3582", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3583", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3584", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3585", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3586", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3587", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3588", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3589", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3590", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3591", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3592", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3593", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3594", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3595", @@ -6575,74 +6577,74 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3599", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3600", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3601", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16162", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3602", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3603", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3604", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16163", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3605", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3606", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3607", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3608", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3609", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3610", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3611", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3609", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3612", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_238", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_239", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_240", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3610", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3611", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3612", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3613", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3614", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3615", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3616", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3617", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3618", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3619", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3620", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_241", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3621", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3622", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3623", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_241", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3624", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3625", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_242", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_243", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_244", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3623", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3626", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3624", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3625", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3626", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3627", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3628", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3629", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3630", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3631", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3632", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3633", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3634", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_245", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-22", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3632", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3633", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3634", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3635", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16163", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16164", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3636", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3637", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3638", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16164", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16165", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3639", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3640", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3641", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3642", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3643", @@ -6653,47 +6655,47 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3648", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3649", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3650", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3651", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3652", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3653", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3654", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#ecmascript-code-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_246", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-23", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3652", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3653", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3654", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16165", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3655", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3656", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3657", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16166", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3658", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3659", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3660", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16167", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3661", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_247", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-24", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3659", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3660", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3661", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3662", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3663", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3664", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3665", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3666", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3667", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3668", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3669", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3670", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3671", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3672", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3673", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3674", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3675", @@ -6703,42 +6705,42 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3679", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3680", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3681", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3682", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3683", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3684", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3685", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3686", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3687", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3688", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3689", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3690", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3691", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3692", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3693", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3694", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3695", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3696", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3697", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3698", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3699", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3700", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3701", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-queue", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-runjobs", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-enqueuejob", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs-and-job-queues", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3699", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3700", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3701", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3702", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3703", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3704", @@ -6764,17 +6766,17 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3724", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3725", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3726", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3727", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3728", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3729", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3730", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3731", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3732", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3733", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3734", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3735", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3736", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3737", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3738", @@ -6789,11 +6791,11 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3747", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3748", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3749", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3750", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3751", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3752", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3753", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3754", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3755", @@ -6804,26 +6806,26 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3760", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3761", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3762", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3763", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3764", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3765", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3766", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3767", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3768", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3769", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3770", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3771", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3772", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3773", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3774", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3775", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3776", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3777", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3778", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3779", @@ -6836,22 +6838,22 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3786", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3787", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3788", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3789", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3790", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3791", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3792", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3793", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3794", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3795", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3796", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3797", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3798", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3799", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3800", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3801", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3802", @@ -6861,11 +6863,11 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3806", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3807", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3808", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3809", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3810", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3811", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3812", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3813", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3814", @@ -6884,16 +6886,16 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3827", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3828", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3829", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3830", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3831", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3832", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3833", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3834", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3835", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3836", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3837", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3838", @@ -6908,18 +6910,18 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3847", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3848", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3849", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3850", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3851", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3852", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3853", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3854", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3855", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3856", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3857", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3858", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3859", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3860", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3861", @@ -6936,21 +6938,21 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3872", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3873", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3874", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3875", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3876", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3877", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3878", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3879", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3880", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3881", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3882", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3883", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3884", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3885", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3886", @@ -7002,10 +7004,10 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3932", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3933", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3934", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3935", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3936", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3937", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3938", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3939", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3940", @@ -7018,11 +7020,11 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3947", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3948", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3949", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3950", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3951", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3952", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3953", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3954", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3955", @@ -7036,25 +7038,25 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3963", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3964", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3965", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3966", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3967", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3968", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3969", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3970", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3971", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3972", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3973", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3974", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3975", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3976", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3977", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3978", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3979", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3980", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3981", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3982", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3983", @@ -7075,36 +7077,39 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3998", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3999", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4000", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-host-hooks", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4001", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4002", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4003", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-host-hooks", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4004", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4005", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4006", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4007", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4008", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4009", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4010", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4011", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4012", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4013", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4014", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4015", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4016", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4017", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4018", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4019", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4020", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4021", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4022", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4023", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-container", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane", @@ -7124,103 +7129,100 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#spec-container", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-and-exotic-objects-behaviours", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4021", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4022", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4023", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4024", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4025", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4026", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4027", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4028", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_254", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4029", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4030", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4031", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_254", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4032", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4033", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4034", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4035", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4036", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4037", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4038", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4039", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4040", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4041", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4042", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-ordinarysetprototypeof-loop", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4043", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4044", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_255", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_256", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4045", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-ordinarysetprototypeof-loop", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4046", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4047", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_255", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_256", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4048", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4049", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4050", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4051", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4052", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4053", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4054", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4055", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4056", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4057", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4058", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4059", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4060", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4061", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4062", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4063", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4064", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4065", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4066", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4067", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4068", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4069", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4070", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4071", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4072", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4073", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4074", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4075", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4076", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4077", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4078", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4079", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4080", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_257", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4081", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4082", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4083", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_257", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4084", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_258", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4085", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4086", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4087", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_258", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4088", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4089", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4090", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4091", @@ -7232,62 +7234,62 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4097", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4098", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4099", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_260", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4100", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4101", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4102", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_261", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_260", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4103", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4104", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4105", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_261", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4106", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4107", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4108", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4109", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4110", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4111", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4112", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4113", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4114", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4115", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4116", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4117", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4118", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4119", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4120", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4121", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4122", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4123", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4124", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4125", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4126", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4127", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4128", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4129", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4130", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4131", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4132", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4133", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4134", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4135", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4136", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4137", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4138", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4139", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4140", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4141", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4142", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4143", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4144", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4145", @@ -7299,28 +7301,28 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4151", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4152", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4153", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4154", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4155", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4156", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4157", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4158", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4159", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4160", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4161", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4162", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4163", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4164", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4165", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4166", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4167", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4168", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4169", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4170", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4171", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4172", @@ -7328,22 +7330,22 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4174", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4175", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4176", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-objectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4177", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4178", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4179", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-objectcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4180", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4181", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4183", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4184", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4186", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4187", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4188", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4189", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4190", @@ -7352,11 +7354,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4193", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4194", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4195", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4196", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4197", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4198", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4200", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4201", @@ -7365,32 +7367,32 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4204", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4205", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4206", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4207", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4208", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4209", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4210", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4211", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4212", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4213", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4214", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4215", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4216", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4217", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4218", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4219", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4220", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4221", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4222", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4223", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4224", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4225", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4226", @@ -7404,10 +7406,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4234", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4235", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4236", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4237", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4238", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4239", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4240", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4241", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4242", @@ -7415,10 +7417,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4244", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4245", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4246", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4247", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4248", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4249", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4250", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4251", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4252", @@ -7434,27 +7436,27 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4263", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4264", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4267", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4268", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_265", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4270", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4271", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_265", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4272", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4276", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4279", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4280", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4282", @@ -7463,66 +7465,66 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4285", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4287", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4289", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4290", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4292", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-xc-5PFkl", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16167", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4293", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4294", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4295", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-xc-5PFkl", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16168", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-ph5_rCcA", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16169", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4294", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-ph5_rCcA", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16170", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-dp9uKN5f", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4297", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16171", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4295", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-dp9uKN5f", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16172", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-_F5bCEpP", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16173", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4296", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-_F5bCEpP", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16174", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-V5mALOgb", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16175", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4297", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-V5mALOgb", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16176", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod--uh40sBe", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16177", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4298", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod--uh40sBe", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16178", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-pu8sYeYA", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16179", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4299", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4301", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16179", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-pu8sYeYA", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16180", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4302", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16181", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4303", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4304", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16181", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4305", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4306", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-X0MRkB7d", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16183", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4307", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4308", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16184", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4309", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-X0MRkB7d", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16184", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4311", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16185", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4312", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4314", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4315", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4316", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4317", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4320", @@ -7545,6 +7547,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4337", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4338", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4339", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4340", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4341", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4342", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-async-functions-abstract-operations-async-function-create", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-asyncgeneratorfunctioncreate", @@ -7553,91 +7558,88 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioninitialize", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functionallocate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4340", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4341", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4342", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4343", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4344", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4345", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4346", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4347", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4348", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4349", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4350", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4351", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4352", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4353", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4354", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4355", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4356", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4357", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4358", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4359", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4360", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4361", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4362", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4363", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4364", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4365", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4366", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4367", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4368", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4369", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4370", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4371", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4372", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4373", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4374", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4375", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4376", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4377", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4378", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4379", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4380", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4381", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4382", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4383", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4384", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4385", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4386", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4387", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4388", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4389", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4390", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4391", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4392", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4393", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4394", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4395", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4396", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4397", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4398", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4399", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4400", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4401", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4402", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4403", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4404", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4405", @@ -7655,17 +7657,17 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4417", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4418", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4419", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16185", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4420", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4421", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4422", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16186", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16187", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4420", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16188", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4423", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16189", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16190", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16191", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4421", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4422", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4423", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16192", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4424", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4425", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4426", @@ -7686,11 +7688,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4441", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4442", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4443", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4444", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4445", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4446", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4447", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4448", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4449", @@ -7701,25 +7703,25 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4454", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4455", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4456", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_271", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4457", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4458", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4459", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_271", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4460", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4461", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4462", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_274", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4463", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4464", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4465", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_274", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4466", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4467", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4468", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4469", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4470", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4471", @@ -7730,10 +7732,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4476", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4477", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4478", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4479", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4480", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4481", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4482", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4483", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4484", @@ -7744,26 +7746,26 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4489", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4490", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4491", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4492", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4493", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4494", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4495", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4496", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4497", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4498", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4499", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4500", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4501", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4502", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4503", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4504", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4505", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4506", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4507", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4508", @@ -7771,51 +7773,51 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4510", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4511", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4512", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4513", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4514", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4515", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4516", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4517", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4518", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4519", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4520", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4521", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4522", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4523", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4524", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4525", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4526", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4527", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4528", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4529", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4530", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4531", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4532", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4533", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-28", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4531", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4532", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4533", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4534", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4535", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4536", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4537", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4538", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4539", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4540", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4541", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4542", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4543", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4544", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4545", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4546", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4547", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4548", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4549", @@ -7824,30 +7826,30 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4552", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4553", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4554", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4555", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4556", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4557", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4558", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4559", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4560", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4561", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4562", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4563", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4564", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4565", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4566", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4567", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4568", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4569", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4570", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4571", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4572", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4573", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4574", @@ -7860,13 +7862,13 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4581", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4582", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4583", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4584", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4585", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4586", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4587", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4588", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4589", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4590", @@ -7882,22 +7884,22 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4600", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4601", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4602", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4603", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4604", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4605", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4606", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4607", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4608", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4609", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4610", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4611", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4612", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4613", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4614", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4615", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4616", @@ -7922,18 +7924,18 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4635", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4636", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4637", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4638", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4639", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4640", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4641", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4642", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4643", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4644", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4645", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4646", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4647", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4648", @@ -7945,39 +7947,39 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4654", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4655", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4656", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4657", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4658", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4659", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4660", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4661", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4662", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4663", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4664", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4665", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4666", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4667", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4668", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4669", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4670", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4671", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4672", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4673", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4674", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4675", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4676", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4677", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4678", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4679", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4680", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4681", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4682", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4683", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4684", @@ -7993,21 +7995,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4694", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4695", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4696", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4697", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4698", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4699", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4700", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4701", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4702", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4703", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4704", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4705", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4706", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4707", @@ -8017,24 +8019,24 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4711", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4712", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4713", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4714", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4715", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4716", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4717", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4718", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4719", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4720", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4721", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4722", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4723", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4724", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4725", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4726", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4727", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4728", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4729", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4730", @@ -8044,18 +8046,18 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4734", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4735", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4736", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4737", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4738", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4739", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4740", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4741", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4742", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4743", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4744", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4745", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4746", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4747", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4748", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4749", @@ -8064,10 +8066,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4752", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4753", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4754", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4755", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4756", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4757", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4758", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4759", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4760", @@ -8075,10 +8077,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4762", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4763", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4764", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4765", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4766", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4767", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4768", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4769", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4770", @@ -8087,18 +8089,18 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4773", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4774", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4775", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4776", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4777", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4778", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4779", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4780", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4781", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4782", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4783", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4784", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4785", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4786", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4787", @@ -8109,22 +8111,22 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4792", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4793", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4794", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4795", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4796", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4797", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4798", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4799", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4800", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4801", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4802", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4803", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_297", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_301", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4801", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4802", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4803", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4804", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4805", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4806", @@ -8138,52 +8140,52 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4814", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4815", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4816", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4817", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4818", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4819", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4820", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4821", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4822", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4823", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4824", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4825", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4826", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4827", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4828", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4829", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4830", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4831", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4832", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4833", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4834", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4835", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4836", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4837", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4838", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4839", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4840", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4841", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4842", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4843", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4844", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4845", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4846", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4847", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4848", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4849", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4850", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4851", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4852", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4853", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4854", @@ -8192,10 +8194,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4857", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4858", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4859", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4860", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4861", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4862", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4863", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4864", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4865", @@ -8203,10 +8205,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4867", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4868", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4869", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4870", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4871", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4872", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4873", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4874", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4875", @@ -8216,18 +8218,18 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4879", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4880", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4881", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4882", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4883", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4884", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4885", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4886", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4887", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4888", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4889", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4890", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4891", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4892", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4893", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4894", @@ -8239,11 +8241,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4900", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4901", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4902", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4903", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4904", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4905", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4903", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4906", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_304", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4904", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4907", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_305", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_307", @@ -8253,24 +8258,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_311", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4905", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4906", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4907", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4908", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4909", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4910", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4911", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4912", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4913", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4914", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4915", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4916", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4917", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4918", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4919", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4920", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4921", @@ -8279,69 +8281,69 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4924", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4925", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4926", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4927", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4928", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16192", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4929", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16193", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4930", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4931", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16193", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4932", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16194", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4933", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4934", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4935", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_314", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4936", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4937", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4938", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_314", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4939", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4940", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4941", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4942", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4943", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4944", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4945", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4946", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4947", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4948", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4949", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4950", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4951", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4952", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4953", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4954", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4955", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4956", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4957", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4958", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4959", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4960", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4961", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4962", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4963", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4964", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4965", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4966", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4967", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4968", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4969", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4970", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4971", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4972", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4973", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4974", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4975", @@ -8352,73 +8354,73 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4980", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4981", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4982", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4983", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4984", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4985", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4986", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4987", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4988", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4989", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4990", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4991", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4992", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4993", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4994", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4995", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4996", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4997", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4998", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4999", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5000", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5001", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5002", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5003", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_315", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5004", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5005", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5006", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_315", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5007", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5008", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5009", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5010", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5011", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5012", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5013", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5014", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5015", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5016", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5017", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5018", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5019", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5020", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5021", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5022", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5023", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5024", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5022", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5025", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-proxy-handler-methods", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-30", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_320", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5023", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5024", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5025", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5026", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5027", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5028", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5029", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5030", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5031", @@ -8426,10 +8428,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5033", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5034", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5035", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5036", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5037", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5038", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5039", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5040", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5041", @@ -8437,10 +8439,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5043", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5044", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5045", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5046", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5047", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5048", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5049", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5050", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5051", @@ -8449,20 +8451,20 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5054", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5055", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5056", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5057", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5058", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5059", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5060", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5061", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5062", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5063", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5064", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5065", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5066", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5067", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5068", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5069", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5070", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5071", @@ -8476,10 +8478,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5079", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5080", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5081", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5082", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5083", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5084", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5085", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5086", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5087", @@ -8492,10 +8494,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5094", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5095", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5096", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5097", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5098", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5099", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5100", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5101", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5102", @@ -8503,10 +8505,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5104", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5105", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5106", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5107", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5108", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5109", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5110", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5111", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5112", @@ -8519,10 +8521,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5119", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5120", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5121", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5122", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5123", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5124", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5125", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5126", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5127", @@ -8536,10 +8538,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5135", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5136", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5137", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5138", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5139", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5140", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5141", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5142", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5143", @@ -8547,10 +8549,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5145", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5146", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5147", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5148", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5149", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5150", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5151", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5152", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5153", @@ -8571,10 +8573,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5168", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5169", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5170", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5171", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5172", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5173", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5174", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5175", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5176", @@ -8586,10 +8588,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5183", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5184", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5186", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5187", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5188", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5189", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5190", @@ -8603,18 +8605,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5198", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5200", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5201", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5202", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5203", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5204", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5205", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5206", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5207", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5208", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5209", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5210", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5211", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_323", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-container", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-spacer", @@ -8637,52 +8642,49 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#prod-SourceCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16194", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16195", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16196", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encodecodepoint", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointtoutf16codeunits", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encoding", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5209", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5210", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5211", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5212", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5213", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5214", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5215", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointstostring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encode", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_324", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5213", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5214", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5216", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5217", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodesurrogatepair", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#utf16decodesurrogatepair", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decode", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_325", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5215", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5218", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_326", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_327", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointat", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5216", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5217", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5218", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_328", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5219", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_329", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_330", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5220", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_331", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5221", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_332", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_328", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5222", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_329", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_330", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5223", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_331", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5224", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_332", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5225", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_333", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5226", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5227", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5228", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_333", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5229", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5230", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5231", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5232", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5233", @@ -8696,10 +8698,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5241", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5242", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5243", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5244", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5245", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5246", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_334", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16196", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16197", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16198", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16199", @@ -8714,13 +8718,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16208", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16209", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16210", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16211", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16212", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16213", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_335", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5244", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16213", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5247", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16214", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16215", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16216", @@ -8749,10 +8753,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16239", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16240", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16241", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5245", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16242", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5248", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16243", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16244", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16245", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16246", @@ -8766,6 +8770,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16254", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16255", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16256", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16257", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_336", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_337", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_338", @@ -8773,19 +8778,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_341", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_342", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5246", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5249", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_343", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5247", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5250", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_344", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5248", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5251", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_345", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16257", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5249", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16258", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5250", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5252", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16259", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5253", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-directive-prologues-and-the-use-strict-directive", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#directive-prologue", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16259", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16260", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16261", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16262", @@ -8793,40 +8797,40 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16264", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16265", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16266", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16267", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_346", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5251", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5254", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16267", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5252", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16268", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5253", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5255", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16269", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5256", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16270", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5254", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5255", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16271", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5256", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16272", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5257", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5258", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16272", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5259", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16273", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5260", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5261", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5262", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16274", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5263", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5264", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16274", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16275", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5265", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5266", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5267", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16275", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16276", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5268", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5269", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16276", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5270", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5271", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5272", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16277", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16278", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16279", @@ -8837,20 +8841,21 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16284", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16285", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16286", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5270", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5271", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5272", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5273", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16287", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5273", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5274", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5275", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5276", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16288", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5277", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5278", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5279", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5280", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5281", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5282", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5283", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane", @@ -8869,142 +8874,143 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16288", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16289", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5281", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16290", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5284", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16291", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16292", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16293", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16294", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5282", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16295", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16296", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16297", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16298", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5285", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16299", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16300", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16301", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16302", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5283", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16303", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_348", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16304", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16305", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16306", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5286", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16307", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_348", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16308", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16309", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16310", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16311", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16312", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16313", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16314", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16315", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16316", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16317", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16318", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16319", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16320", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16321", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16322", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16323", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16324", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16325", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16326", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16327", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16328", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16329", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-unicode-format-control-characters", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5284", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16330", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5285", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_349", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_350", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-format-control-code-point-usage", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-31", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16331", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16332", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16333", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementHashbangOrRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16334", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16335", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16336", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16337", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16338", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_351", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-white-space-code-points", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-32", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_352", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16339", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-WhiteSpace", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-line-terminators", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_353", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-unicode-format-control-characters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5287", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16340", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5288", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_349", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_350", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-format-control-code-point-usage", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-31", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16341", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16342", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16343", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16344", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16345", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16346", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_354", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-line-terminator-code-points", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-33", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16347", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminatorSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-comments", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16348", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_351", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-white-space-code-points", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-32", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_352", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16349", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-WhiteSpace", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-line-terminators", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_353", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16350", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16351", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16352", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16353", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16354", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16355", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16356", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_354", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-line-terminator-code-points", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-33", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16357", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminatorSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-comments", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16358", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16359", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16360", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16361", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16362", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16363", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16364", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16365", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16366", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16367", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-tokens", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CommonToken", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16368", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16369", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16370", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16371", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16372", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16373", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16374", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16375", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16376", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16377", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-hashbang", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HashbangComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16378", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-names-and-keywords", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-tokens", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CommonToken", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16379", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16380", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16381", @@ -9014,121 +9020,133 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16386", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16387", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PrivateIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-j40wR5UN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16388", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16389", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-names-and-keywords", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16391", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16392", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16393", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16395", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16396", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16397", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDStart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDContinue", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16398", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PrivateIdentifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-j40wR5UN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16399", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16400", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16401", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16402", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16403", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16404", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_360", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16405", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16406", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16407", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16408", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDContinue", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16409", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16410", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16411", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16412", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16413", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16414", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16415", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_360", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16416", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16417", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5286", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16418", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16419", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16420", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5287", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16421", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16422", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5288", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5289", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16423", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5290", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16424", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16425", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16426", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5291", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16427", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5292", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16428", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5293", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5294", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-KPs_9x-C", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5289", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16429", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16430", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16431", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5290", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16432", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16433", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5291", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5292", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16434", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5293", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16435", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16436", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16437", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5294", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16438", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5295", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16439", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5296", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5297", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-KPs_9x-C", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16440", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16441", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16442", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16443", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16444", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16445", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16446", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16447", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-future-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16437", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16448", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16438", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5295", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16439", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16449", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5298", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16450", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5296", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5299", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_362", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16440", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5297", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16441", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16451", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5300", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16452", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ReservedWord", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16442", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16443", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16444", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16445", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5298", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5299", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5300", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16453", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16454", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16455", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16456", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5301", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5302", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5303", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5304", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_368", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_369", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_370", @@ -9137,10 +9155,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_373", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-punctuators", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Punctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16446", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16447", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16457", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16458", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OptionalChainingPunctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16448", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16459", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OtherPunctuator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DivPunctuator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RightBracePunctuator", @@ -9154,135 +9172,124 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteralSeparator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Qn_oyvq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16449", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16450", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16451", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16452", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16453", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16454", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalBigIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-v-a6rh2w", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16455", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16456", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16457", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16458", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16459", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16460", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16461", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16462", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16463", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16464", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16465", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BigIntLiteralSuffix", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalBigIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-v-a6rh2w", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16466", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16467", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16468", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16469", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16470", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16471", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16472", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16473", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16474", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16475", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16476", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BigIntLiteralSuffix", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16477", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16478", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16479", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16480", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16481", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16482", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16483", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentPart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16484", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16485", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentIndicator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SignedInteger", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16486", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16487", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16488", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16489", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16490", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16491", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16492", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16493", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16494", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentPart", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16495", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16496", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentIndicator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SignedInteger", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16497", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16498", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16499", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16500", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16501", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16502", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16503", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16504", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16505", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16506", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16507", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16508", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16509", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16510", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16511", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16512", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16513", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16514", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16515", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16516", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16517", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16518", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16519", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16520", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16521", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16522", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16523", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16524", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16525", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16526", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16527", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numeric-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16528", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16529", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5302", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5303", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5304", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5305", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-mv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals-status-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16530", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16531", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16532", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16533", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16534", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16535", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16536", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16537", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16538", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numeric-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16539", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16540", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5305", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5306", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5307", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5308", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-mv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals-status-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16541", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16542", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16543", @@ -9368,179 +9375,177 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16623", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16624", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16625", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5306", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16626", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5307", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16627", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16628", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5308", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16629", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16630", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5309", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16631", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16632", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16633", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16634", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16635", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16636", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5309", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16637", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5310", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16638", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16639", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5311", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16640", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16641", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5312", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16642", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16643", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16644", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16645", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16646", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16647", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16648", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16649", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5310", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-string-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_374", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16650", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16651", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16652", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16653", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16654", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16655", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16656", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16657", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16658", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16659", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16660", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5313", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-string-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_374", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16661", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16662", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16663", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16664", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16665", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16666", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16667", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16668", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16669", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16670", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16671", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16672", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleEscapeCharacter", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonEscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16673", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16674", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16675", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16676", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16677", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16678", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16679", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16680", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16681", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16682", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16683", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleEscapeCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonEscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16684", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16685", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16686", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16687", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16688", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ZeroToThree", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-FourToSeven", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalEscapeSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16689", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16690", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeEscapeSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-yPsTqmeL", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16691", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16692", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16693", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16694", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16695", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16696", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16697", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_375", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16698", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_376", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16699", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ZeroToThree", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-FourToSeven", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16700", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16701", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5311", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5312", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5313", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5314", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5315", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_377", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-sv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals-static-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5316", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5317", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-yPsTqmeL", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16702", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16703", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5318", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16704", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16705", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16706", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16707", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5319", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16708", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_375", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16709", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_376", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16710", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16711", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5320", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16712", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5314", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5315", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5316", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5317", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5318", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_377", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-sv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals-static-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5319", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5320", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16713", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16714", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16715", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5321", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16715", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16716", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16717", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16718", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5322", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16719", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-string-single-character-escape-sequences", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-34", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16720", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16721", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16722", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5322", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5323", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16723", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16724", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16725", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16726", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5324", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16727", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16728", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16729", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16730", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-string-single-character-escape-sequences", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-34", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16731", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16732", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16733", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5325", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16734", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5323", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16735", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-mv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16736", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16737", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16738", @@ -9551,7 +9556,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16743", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16744", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16745", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5326", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16746", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-mv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16747", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16748", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16749", @@ -9567,104 +9574,104 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16759", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16760", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16761", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5324", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16762", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16763", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16764", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16765", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6WVj7Zp6", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16766", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16767", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16768", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16769", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16770", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16771", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16772", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5327", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16773", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16774", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16775", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16776", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6WVj7Zp6", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16777", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16778", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16779", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16780", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16781", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16782", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16783", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16784", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16785", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16786", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16787", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5325", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16788", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16789", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16790", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5326", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16791", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16792", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16793", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-template-literal-lexical-components", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Template", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16794", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16795", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16796", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16797", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16798", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5328", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16799", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16800", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16801", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5329", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16802", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16803", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16804", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-template-literal-lexical-components", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Template", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16805", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16806", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16807", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16808", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16809", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16810", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16811", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16812", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16813", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16814", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16815", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16816", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16817", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16818", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16819", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16820", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16821", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16822", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16823", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16824", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16825", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16826", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16827", @@ -9674,150 +9681,150 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16831", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16832", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16833", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16834", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16835", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16836", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16837", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16838", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16839", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv-and-trv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5327", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16840", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16841", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16842", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16843", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5328", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16844", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16845", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16846", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16847", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5329", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16848", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16849", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5330", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16850", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv-and-trv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5330", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16851", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16852", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5331", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16853", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16854", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-trv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5332", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5333", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5331", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16855", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16856", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5334", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16857", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16858", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5332", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16859", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16860", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5335", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5333", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16861", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16862", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5336", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16863", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5334", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16864", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5337", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16865", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-trv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5335", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5336", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16866", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5338", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16867", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5337", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16868", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16869", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16870", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5339", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16871", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5338", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16872", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16873", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5339", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16874", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5340", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16875", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5340", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16876", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16877", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16878", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5341", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16878", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16879", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16880", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16881", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5342", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16882", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16883", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16884", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5342", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16885", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5343", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16886", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16887", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16888", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5343", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16889", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16890", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5344", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16890", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16891", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16892", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16893", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5345", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16894", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5346", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16895", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5347", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5345", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16896", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5348", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16897", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16898", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5349", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16899", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5346", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16900", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16901", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5350", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5347", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16902", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16903", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5351", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16904", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5348", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16905", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5349", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16906", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5350", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16907", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5351", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16908", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5352", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16909", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5352", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16910", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16911", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16912", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5353", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16913", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16914", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5353", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5354", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16915", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16916", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5354", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16917", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5355", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16918", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5356", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16919", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5355", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16920", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5357", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16921", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-rules-of-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14077", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16922", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16923", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16924", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16925", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5356", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16926", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16927", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5357", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16928", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5358", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16929", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5359", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16930", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16931", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5360", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16932", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-rules-of-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14077", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16933", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16934", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16935", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16936", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16937", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16938", @@ -9874,31 +9881,42 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16989", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16990", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16991", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-examples-of-automatic-semicolon-insertion", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16992", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16993", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-interesting-cases-of-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-interesting-cases-in-statement-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16994", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16995", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16996", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16997", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16998", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16999", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17000", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-cases-with-no-lineterminator-here", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17001", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17002", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-examples-of-automatic-semicolon-insertion", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17003", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17004", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-interesting-cases-of-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-interesting-cases-in-statement-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17005", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17006", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17007", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17008", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17009", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17010", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17011", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-cases-with-no-lineterminator-here", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17012", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17013", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17014", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17015", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17016", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17017", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17018", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17019", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17020", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17021", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane-container", @@ -9922,643 +9940,640 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IdentifierReference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dL7e73Zt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17011", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17022", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dN4C9Ooo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAOJjaxZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BindingIdentifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5vbjd2EY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17012", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17023", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bP3zkqsh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k8G1I2qF", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LabelIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17013", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17024", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aHP0cTnm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8xe5-4Uo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Identifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OqjWNqf4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17014", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17016", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5358", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17017", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5359", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5360", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17025", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17026", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17027", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5361", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17018", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5362", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5363", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5364", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17019", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17020", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17021", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17022", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5365", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17023", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5366", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17024", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17025", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17026", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5367", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5368", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17027", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5369", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17028", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5370", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17029", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17030", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5372", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17031", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17033", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5368", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5369", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-names-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5374", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RwRM8vDx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17036", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17037", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5375", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5372", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17039", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5376", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TEe-WTI-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZpP1WoNY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-APZnd9XH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ov5ki9Up", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fu2iq4OH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-z0WsNljd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3LDrFiW5", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17040", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5374", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17041", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5375", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17042", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5376", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17043", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5378", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5379", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17044", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Vk-n5Kcs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17045", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5380", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17046", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-12IVipzn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-names-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RwRM8vDx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17047", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5381", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5382", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17048", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MHlI0_J2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5383", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7dhF3jkA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5384", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17049", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5386", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5378", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17050", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TEe-WTI-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZpP1WoNY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-APZnd9XH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ov5ki9Up", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fu2iq4OH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-z0WsNljd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3LDrFiW5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17051", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5387", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PrimaryExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6iVAqhjf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qw-BmNvs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17052", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Sla8Mecg", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5380", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17053", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Caejwk3t", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17054", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4t3kIOlY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5382", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17055", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SoPEL49Y", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Vk-n5Kcs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17056", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Je5YcOXI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5383", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17057", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1wa_TGAR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-12IVipzn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D7ySJoLP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5385", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4BCWI5RW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MHlI0_J2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5386", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7dhF3jkA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5387", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17060", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rfJuuLNW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5388", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5389", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17061", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17062", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-INZ21P3A", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5390", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PrimaryExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6iVAqhjf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qw-BmNvs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17063", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Sla8Mecg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17064", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Caejwk3t", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17065", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4t3kIOlY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17066", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SoPEL49Y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17067", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Je5YcOXI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17068", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1wa_TGAR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17069", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D7ySJoLP", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4BCWI5RW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17071", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rfJuuLNW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17072", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17073", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ParenthesizedExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-m5AWMC3P", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-INZ21P3A", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17074", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P91j5SRi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5388", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_390", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17075", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Literal", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17076", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-T8-D_rlw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17077", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qwQbursv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17078", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JuPoYov6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17079", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5gR2ZD66", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-phcGo5D8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17081", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17082", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17083", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JJ6LucaR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17084", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ParenthesizedExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17085", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_391", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JaYVP4rC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P91j5SRi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5391", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17086", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5390", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Literal", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17087", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-T8-D_rlw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17088", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qwQbursv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17089", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oN6pjX9m", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JuPoYov6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17090", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Y8wRJ4om", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5gR2ZD66", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17091", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-je9iGq8a", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-phcGo5D8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17092", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17093", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nakNeXAG", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17094", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JJ6LucaR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17095", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5392", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17096", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_391", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JaYVP4rC", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17097", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17098", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_392", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17099", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17100", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oN6pjX9m", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17101", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Y8wRJ4om", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17102", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-je9iGq8a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17103", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nakNeXAG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17105", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17106", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17108", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17109", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17110", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17111", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17112", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17113", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17114", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Elision", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UVeRCADp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lq_Nojbr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H9W06sct", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17105", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17116", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-arrayaccumulation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-elisionwidth", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5391", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5394", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5396", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17106", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17107", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17108", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17109", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17110", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17111", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5404", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17113", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17114", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17115", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5405", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17116", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17117", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5401", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17118", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17119", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17120", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5407", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17121", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5402", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17123", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17124", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5410", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17125", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17126", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5408", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5409", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17129", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17130", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5416", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17131", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17132", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5417", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17134", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17135", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5415", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17136", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17139", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17140", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5418", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17141", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17142", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17143", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17144", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5421", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5424", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5425", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5426", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5427", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17135", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17136", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17137", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5430", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17138", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17139", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17140", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5432", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17141", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17142", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5433", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iBxhmtp", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tbtFUUOH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17144", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6AQl_P9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17145", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BIN60s98", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5430", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17146", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5431", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17147", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17148", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_kSpAuMA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5433", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17149", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17151", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5434", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5435", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17152", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mDvkFMKq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17153", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5436", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0EhkgOcT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5437", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iBxhmtp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tbtFUUOH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17155", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vr_cfE7P", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6AQl_P9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j68LXthC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BIN60s98", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17157", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ueikIsNm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6-SoljXV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17159", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ComputedPropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V7gahr3e", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_kSpAuMA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17161", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17162", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Initializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2DNnhoV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17163", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mDvkFMKq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17164", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_393", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0EhkgOcT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17166", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vr_cfE7P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17167", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-__proto__-property-names-in-object-initializers", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j68LXthC", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5435", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ueikIsNm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17169", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6-SoljXV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17170", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ComputedPropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V7gahr3e", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17171", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17172", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17173", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2DNnhoV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17174", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17175", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17176", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17177", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-__proto__-property-names-in-object-initializers", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5438", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17180", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17181", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17182", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5437", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17184", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17185", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17186", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17187", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17188", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17189", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17190", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5441", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5442", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5443", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17192", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5444", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17193", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5440", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17194", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5445", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17195", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5446", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17196", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5447", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5448", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5449", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17197", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17198", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5450", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5451", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5452", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_394", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_395", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5441", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5442", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17199", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5443", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17200", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5453", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17201", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5444", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5445", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5454", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5446", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17203", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5447", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17204", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5455", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5456", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5448", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17206", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5457", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5449", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17207", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5450", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5451", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5452", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17208", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17209", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5453", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5454", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5455", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17210", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17211", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5456", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17212", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5457", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17215", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5458", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17216", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5459", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17217", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5460", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17218", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5461", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5462", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17208", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17209", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5463", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17210", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5464", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17211", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17212", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5465", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17219", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5467", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17222", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5468", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17224", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5469", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17215", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5470", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17216", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5471", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17225", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5472", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17226", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5473", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17217", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17218", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17227", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5474", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17219", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17220", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17221", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5475", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5476", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17223", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17228", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17229", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5477", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17224", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17231", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17232", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_396", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5478", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17225", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17233", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5479", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17234", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5480", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17235", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5481", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17236", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5482", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17226", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5483", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17227", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5484", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5485", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17237", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5486", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17238", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17228", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17239", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17229", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17240", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17241", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17231", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17242", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17232", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17233", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5484", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17235", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5485", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5486", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17244", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5487", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17246", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5488", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5489", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5490", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5491", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-regular-expression-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17236", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5492", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5493", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17237", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-regular-expression-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17247", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5495", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17238", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5496", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17248", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5497", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5498", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17249", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5499", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d430kMbv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17239", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17250", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-t3USkzuD", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17251", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nG1t-jNI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17241", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17242", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17243", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17244", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17245", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17246", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17247", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17249", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17250", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17251", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-template-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-template-literals-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17252", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17253", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5497", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17255", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5498", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17256", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17257", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17258", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17259", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17260", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5499", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17261", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-template-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-template-literals-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17263", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17264", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17265", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5501", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17267", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17270", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5501", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17271", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5502", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5503", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17272", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17273", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5505", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17274", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5503", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17277", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5506", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17278", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5507", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17279", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5508", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17280", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17281", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5510", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17282", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5511", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5505", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5506", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17283", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5507", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17284", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5508", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17285", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5512", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17286", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5513", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17287", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5514", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17288", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5509", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17289", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5510", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17290", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5516", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5511", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17291", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5517", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5512", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17292", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5513", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17293", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5514", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17294", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5518", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17296", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5519", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5515", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17297", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5520", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5516", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17298", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5517", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17299", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5518", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17300", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17301", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5519", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17302", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5520", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17303", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17304", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17305", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17306", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5521", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17307", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5522", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17308", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5523", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17309", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5524", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5525", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5526", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5527", @@ -10574,380 +10589,380 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5537", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5538", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5539", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17299", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5540", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17300", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5541", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5542", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17310", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5543", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17311", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5544", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5545", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17301", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17302", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17303", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5547", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17304", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17305", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17306", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5548", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17307", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17308", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17309", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17310", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5551", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17312", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5552", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5553", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5554", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17314", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17315", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17316", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17317", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5551", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17318", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5552", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17319", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5558", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17320", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5560", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17321", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5553", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17322", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5561", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5554", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17323", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17324", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17325", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5562", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17326", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5563", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17327", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5564", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17328", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5558", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17329", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5565", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17330", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5566", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5560", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5561", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5562", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5569", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5563", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17332", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17333", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5564", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17334", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17335", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5570", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17336", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5571", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5565", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17337", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5566", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17338", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5575", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5567", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17339", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5568", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17341", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5569", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17342", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U7_IxrKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5570", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5571", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17343", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17344", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17345", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cTC10Rwh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17346", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17347", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17348", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MemberExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RT3Hrl25", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5575", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17349", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17350", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17351", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17352", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17353", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U7_IxrKv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17354", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17355", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gkYgn85G", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EZ2BF6v8", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cTC10Rwh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17357", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17358", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5584", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17359", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MemberExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RT3Hrl25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17360", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17361", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lWlOKYig", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17362", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17363", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17365", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewTarget", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4bMdCOPa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qIsN6LkP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17366", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gkYgn85G", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17367", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ltrZioVe", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EZ2BF6v8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17368", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-G9gIp39y", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17369", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5bjr6Yqy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17370", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17372", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lWlOKYig", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17373", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17374", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17375", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17376", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewTarget", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4bMdCOPa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qIsN6LkP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17378", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ltrZioVe", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-G9gIp39y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17380", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qBjKPlc1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5bjr6Yqy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17381", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uZn3IQfi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17382", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Arguments", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lgwqNVq7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17383", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17384", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17386", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17387", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17388", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17390", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17391", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qBjKPlc1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uZn3IQfi", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17393", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Arguments", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lgwqNVq7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17395", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalChain", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J4fvvwWl", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17399", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17402", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17405", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17406", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalChain", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J4fvvwWl", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17409", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17417", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17419", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17421", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17423", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17425", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17426", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17428", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17429", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17430", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17431", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5585", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17434", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17435", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17436", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17437", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17438", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17439", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5584", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5585", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5586", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17441", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17442", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17443", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17444", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17445", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17446", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5592", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5593", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17447", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5586", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17448", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17449", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5594", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17450", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5595", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17451", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5597", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17452", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17453", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5598", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17454", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5599", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5600", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17455", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5601", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5602", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5592", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17456", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5593", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5594", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17457", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5595", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5596", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17458", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17459", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5604", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5605", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17460", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5606", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5607", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5597", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17461", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5598", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5599", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17462", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5600", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17463", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5608", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17464", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5601", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17465", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5602", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5605", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17467", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17468", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17469", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5606", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17470", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5607", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5608", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17471", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5609", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5610", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17465", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17472", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17473", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17474", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5611", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17475", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5612", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5613", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17476", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5614", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5616", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5617", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5618", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5619", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5620", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5621", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17466", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5622", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17477", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5625", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5627", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5628", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oglQ-mZC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17467", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5626", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17468", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17478", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17479", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ynRwNJgH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17469", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17470", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5627", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17471", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17472", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17480", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17481", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17482", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17483", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17473", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5628", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17474", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5629", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17475", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17484", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17485", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5632", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17486", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5633", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5634", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5635", @@ -10955,49 +10970,49 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5637", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5638", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5639", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17476", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17477", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17478", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17479", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17480", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5641", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5642", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17487", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17488", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5643", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17489", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17490", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17491", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5644", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5645", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5646", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5647", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17481", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5650", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17482", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5651", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17492", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5652", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17483", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17484", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17485", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5653", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17486", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17493", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5654", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17487", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5655", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17495", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17496", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5656", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17488", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17497", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5657", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17498", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5658", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17499", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5660", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5661", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5662", @@ -11012,272 +11027,272 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5671", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5672", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5673", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17489", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5674", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5675", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17490", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5676", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17500", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5677", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5678", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17491", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17501", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5680", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17492", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5681", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17502", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5682", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17493", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5683", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17503", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5684", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5685", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17495", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5686", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17505", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5687", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5688", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17506", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5689", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5690", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17496", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5691", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5693", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17507", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5694", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5695", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5697", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5698", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5699", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5700", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5701", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5702", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5703", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5704", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5705", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5706", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5707", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5708", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5709", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5710", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5711", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5712", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5714", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5715", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17497", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5716", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17498", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5717", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17499", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5718", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17508", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17500", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17509", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5720", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17510", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5722", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17511", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17501", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17502", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5724", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17503", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5725", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17512", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17513", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5727", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17505", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17506", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17514", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17507", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17515", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5729", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17508", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17516", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17517", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17518", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17519", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5733", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17510", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17511", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17512", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5736", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17513", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17520", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17521", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5737", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17514", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17516", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17522", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17523", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5738", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17517", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17524", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5740", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17518", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17525", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17527", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5741", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17528", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5742", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17519", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17520", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17529", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5744", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17521", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5745", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5746", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17522", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17523", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17524", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17530", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17531", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17525", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17532", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5748", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5749", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17526", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17527", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17528", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17533", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17534", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17535", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5750", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17529", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17536", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5751", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5752", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17530", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17537", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17538", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17539", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17540", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17541", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5756", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17531", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17532", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5757", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5758", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17533", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17534", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5759", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17535", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17542", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17543", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5761", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17536", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17537", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17544", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17545", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5762", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17538", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17546", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17539", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17540", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17547", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17548", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5765", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17541", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17549", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17543", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17544", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17550", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17551", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5768", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17545", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17552", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5769", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5770", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17547", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17548", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17553", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17554", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5770", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17556", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5772", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5773", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17550", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17557", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17558", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17559", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17560", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5774", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17551", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17552", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17553", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17554", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5776", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5777", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5778", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17562", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17563", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17564", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17565", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5779", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17556", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17557", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17558", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17566", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5783", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17560", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17567", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17568", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17569", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17570", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5785", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5786", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17562", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17571", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5787", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17572", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5788", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5790", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5791", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5792", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5794", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5796", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17563", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17574", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17564", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17575", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZiK0MveV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17565", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17566", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5795", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17577", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17569", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17570", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17571", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17578", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17572", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5799", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17580", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17582", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17583", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5802", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17584", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5803", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17585", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5806", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5808", @@ -11285,11 +11300,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5810", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5811", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5812", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5813", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5814", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5815", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5817", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5818", @@ -11303,168 +11318,171 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5826", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5828", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5829", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5830", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5832", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5833", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5835", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5836", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UpdateExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17575", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17586", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17577", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17587", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17588", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17578", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17579", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17589", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17590", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17580", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17592", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17582", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17583", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5835", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17584", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17585", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5836", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17587", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17593", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17594", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5838", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17595", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17597", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5839", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17598", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rHS1jNn2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17588", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5837", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17589", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5838", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5839", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17599", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5840", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17600", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5841", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5842", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5843", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5844", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5845", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17590", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5846", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5847", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5848", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17601", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5849", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17602", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5850", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5851", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5852", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5853", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17592", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17593", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5856", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5857", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17603", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5858", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17604", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5859", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5860", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5861", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5862", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5863", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17594", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5864", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17595", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5865", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5866", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17605", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5867", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17606", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5868", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5870", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5871", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5872", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5873", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5874", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-operators", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UnaryExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17607", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-n3f1x4OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17597", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17608", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bEnaiUfM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17598", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17609", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOmRMvU8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17599", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17610", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-55Xz_E0Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17600", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17611", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yxAmCDj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17601", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17612", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nw8eIftf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17602", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17613", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4lEraLTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17614", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zVi0tVGF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17605", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17606", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5873", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17607", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17608", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17609", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17610", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17611", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17612", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17613", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17614", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17616", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17617", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5876", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17618", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17619", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5874", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17620", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17621", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5876", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17625", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17627", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17630", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5877", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17631", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17632", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5879", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5882", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5883", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5884", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5885", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5886", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17622", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5887", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5888", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17623", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5889", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17633", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5890", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5891", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17625", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17634", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17635", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5893", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5894", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17636", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5895", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17637", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5896", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5897", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5898", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-typeof-web-compat-insertion-point", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", @@ -11474,243 +11492,240 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2HNipbZz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17627", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5896", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17628", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5897", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5898", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17638", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5899", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17639", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5900", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5901", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17640", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5902", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17641", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5903", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5904", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5905", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5906", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5907", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17631", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5908", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17632", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5909", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5910", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17642", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5911", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17643", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5912", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5913", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5914", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5915", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5916", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17633", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5917", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17634", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5918", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5919", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ExponentiationExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17635", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ig4oSMA1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17639", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5920", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17641", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17642", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17643", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17644", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5920", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17645", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeOperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6IpXNbV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5922", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ExponentiationExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17646", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17647", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ig4oSMA1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5922", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17650", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17651", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-additive-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AdditiveExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17652", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17653", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17654", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17655", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17656", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-QDoARwWX", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeOperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6IpXNbV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17657", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17658", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5924", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17660", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YHTEjt6S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5925", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17661", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17662", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5924", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-additive-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AdditiveExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17663", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17664", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-shift-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShiftExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17665", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17666", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17667", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-QDoARwWX", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17668", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17669", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5926", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17670", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17671", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-17NrpRTI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YHTEjt6S", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17672", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17673", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5925", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5927", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17674", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17675", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wu5oH3lt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-shift-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShiftExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17676", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17677", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5926", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17678", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17679", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-erFDFU2C", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17680", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17681", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5927", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17682", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-17NrpRTI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17683", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RelationalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17684", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5928", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17685", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17686", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wu5oH3lt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17687", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17688", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17689", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17690", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-erFDFU2C", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17691", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17692", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5930", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17693", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17694", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RelationalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17695", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17698", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gCYoRfU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17699", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17700", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5928", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17701", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5929", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5930", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17702", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5931", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5932", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17703", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17704", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5933", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17705", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17706", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17707", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17708", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17709", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gCYoRfU", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17710", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17711", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17712", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5932", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5933", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5934", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5935", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17706", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17714", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17715", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5936", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17716", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17707", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5938", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17709", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17717", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5939", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5940", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17710", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17718", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17719", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5941", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17720", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5942", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17711", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17712", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5943", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17713", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5944", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5945", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17714", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17722", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17723", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5946", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17724", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5947", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17715", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17716", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5948", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17725", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5949", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5950", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17718", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17727", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5951", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17728", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5952", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17720", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5953", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17721", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5954", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5955", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17722", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17731", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5956", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17732", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17733", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5959", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17724", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5960", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17725", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5961", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17726", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5962", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5963", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17736", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5964", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5965", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5966", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5969", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5970", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5971", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5972", @@ -11718,332 +11733,335 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5974", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5975", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5976", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5979", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5980", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EqualityExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17727", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17729", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17730", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17731", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17732", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17733", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17735", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17736", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5981", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17738", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5983", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EqualityExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17738", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17739", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5984", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5986", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17742", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5987", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5988", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5989", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5990", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17745", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5991", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17746", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5992", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5993", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5994", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5995", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17748", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5984", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17749", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5996", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5985", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5986", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17750", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5997", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5987", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5988", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17751", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5999", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6000", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17752", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5989", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5991", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17754", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5992", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5993", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17755", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17756", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5994", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17757", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5995", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17758", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5997", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17759", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17760", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17761", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17762", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6000", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6001", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17762", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6002", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6003", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17763", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17765", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6002", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17768", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17770", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6003", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17772", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17773", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6004", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17774", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17776", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17777", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6005", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17778", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-au86anjM", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6006", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17782", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17783", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17785", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17786", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6004", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17787", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6005", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6006", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6007", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17788", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6008", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-au86anjM", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17790", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6009", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17791", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6010", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6011", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6012", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17792", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6013", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6014", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17795", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6016", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17796", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6017", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ConditionalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6007", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17798", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6008", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6009", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6010", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17799", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6011", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17800", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17801", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6012", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6013", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6014", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6015", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6016", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17804", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6017", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17806", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6018", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6019", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6020", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6021", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ConditionalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17808", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6022", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17809", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6024", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17810", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17811", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17812", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17813", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17817", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6021", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6022", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6024", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17819", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6025", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6026", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6027", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17821", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17824", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentOperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17826", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17828", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17829", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17830", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17832", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17833", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17834", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6026", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17835", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentOperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17836", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17838", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17840", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17841", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17842", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17843", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17844", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6027", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17845", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17846", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17847", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17848", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17849", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17850", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17851", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17852", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6030", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17853", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6031", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6033", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6030", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6035", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17857", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6036", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17858", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6037", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17859", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17860", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17861", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6039", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6031", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17862", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6032", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17863", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6033", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17864", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6035", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17866", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6036", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6037", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17867", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6038", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17868", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6039", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6040", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6041", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17863", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17870", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17871", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17872", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17873", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6043", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17864", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6044", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17874", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6045", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tjCiSw-h", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17865", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17866", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6046", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17867", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6048", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tjCiSw-h", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17876", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17877", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6049", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17868", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6050", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6051", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17870", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6052", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17871", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17879", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6053", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6054", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17872", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17873", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6055", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17874", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17882", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6057", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17884", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17875", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17885", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17876", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6060", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17877", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6061", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17886", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6062", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17887", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6063", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17880", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17888", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6064", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17881", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17889", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6065", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6066", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17882", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17890", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17891", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6067", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17892", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6068", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17884", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6069", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17885", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17893", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6070", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17894", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6071", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17895", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6072", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17896", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6073", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6074", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6075", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", @@ -12053,23 +12071,20 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_428", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6073", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6074", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6075", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6076", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6077", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6078", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6079", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6081", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6082", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6083", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6084", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6085", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6086", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6087", @@ -12104,319 +12119,319 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6116", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6117", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6118", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6119", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6121", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_430", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6119", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6122", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_432", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_433", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6123", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6121", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6123", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6124", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6125", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6126", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6127", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6128", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6129", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6132", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17886", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17887", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17888", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17889", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17890", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectAssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ix53lok1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-O0K_hLF1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17891", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17893", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17894", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayAssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lF9xCwj2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17895", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17896", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17897", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17898", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17899", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17900", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mUDd8nHs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17901", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectAssignmentPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ix53lok1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-O0K_hLF1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17902", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17903", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17904", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17905", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayAssignmentPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lF9xCwj2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17906", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17907", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElisionElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sl9Zadb9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17909", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3q7yGYEa", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17910", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17911", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mUDd8nHs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17912", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17913", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qvQWEQo1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17914", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17915", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DMURMN0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17916", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17917", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17918", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElisionElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sl9Zadb9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17919", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6130", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17920", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3q7yGYEa", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17921", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17922", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17924", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qvQWEQo1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17925", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17926", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DMURMN0m", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17927", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17928", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17929", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6131", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17930", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6133", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17931", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17932", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17933", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6132", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17934", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17935", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17936", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17937", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17938", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17939", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17940", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6134", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17941", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17942", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17943", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17944", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6135", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17945", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6136", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17935", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17936", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6137", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6138", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17938", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6139", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17946", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17947", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6140", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6141", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17940", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17941", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17948", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17949", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6142", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17942", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6144", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17943", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17950", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17951", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17952", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6145", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6146", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17953", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6147", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17944", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17954", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6148", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6149", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17945", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17955", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6151", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17946", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17947", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6152", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17948", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6153", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17956", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17949", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17957", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17958", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6155", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17959", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6156", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17950", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6159", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17951", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6160", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6161", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17961", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6162", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17952", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6163", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17953", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17954", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17955", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6164", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17963", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6166", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17956", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17964", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17965", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17966", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6169", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6170", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17958", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6171", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6172", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17959", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6173", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17969", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6174", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6175", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17970", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6176", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6177", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17971", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6179", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6180", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6181", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17961", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6182", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17963", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6183", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17964", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6184", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17965", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17966", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17972", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17973", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6185", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17967", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17974", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17975", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6187", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17968", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17976", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17977", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6188", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17969", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17978", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6189", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17970", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6190", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17971", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17979", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6191", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17980", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6192", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17972", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17973", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17981", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6193", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17974", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6194", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17975", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6195", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17983", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17984", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6196", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17985", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6197", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17976", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6198", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17977", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6199", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6200", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17987", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6201", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17988", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6203", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6204", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17978", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6206", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17980", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17981", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6207", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6208", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17983", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17984", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17989", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6209", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17986", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17987", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6210", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17988", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6211", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17989", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6212", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17996", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17998", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6215", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6216", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6217", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6218", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6219", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6220", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6221", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6223", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6224", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6225", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6226", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6227", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6228", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6229", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17998", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6230", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6231", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6232", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6233", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6235", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6236", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6237", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18009", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6233", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18010", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6234", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18011", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6235", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18012", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6236", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18013", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6238", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6237", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18014", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18015", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18016", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18017", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6238", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6239", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18020", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18022", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18024", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6241", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6242", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6244", @@ -12426,62 +12441,65 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6248", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6249", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6250", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18016", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18017", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6251", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6252", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6253", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18026", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18027", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18030", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6256", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18020", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18022", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18023", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18024", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6257", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6258", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18026", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6259", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18027", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6260", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18028", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6261", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18029", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6262", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18030", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18031", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18033", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18034", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6264", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6265", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6266", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Expression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18036", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6261", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18037", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6262", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6263", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18039", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6264", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18040", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6265", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18041", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18043", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18044", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18045", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18046", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6269", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Expression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18048", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18049", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18050", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18051", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6270", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18052", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6272", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18053", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6273", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6274", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane", @@ -12502,439 +12520,437 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-ecmascript-language-statements-and-declarations", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-c1cDILr5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18043", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18054", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PfH00D1w", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18044", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18055", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YqiTL09y", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18045", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18056", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WCz7iwtm", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18046", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18057", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jug3e433", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18047", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18048", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18058", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18059", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ro8XgDsH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18049", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18060", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Rrel7YUC", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18050", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18061", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-twdIgE_o", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18051", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18062", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xepAqppR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18052", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18053", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18063", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18064", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHPcIp4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18054", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18065", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HB_2xdti", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18055", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18066", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bDeNjo3k", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18056", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18067", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Declaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18057", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18068", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-o4HYrPz3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18058", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18069", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9H9FGeT7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18059", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18070", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HoistableDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xo77HsL9", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18060", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18071", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dpslEYBS", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18061", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18072", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-InkDjQLb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18062", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18073", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OBGQy9cZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18063", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18074", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakableStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IZrgrSFg", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18064", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18075", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r35GfF0W", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18065", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18076", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-F2xRdnbO", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18066", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18077", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-19_kIcSj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18067", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18078", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AdaKcE7P", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18068", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18079", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-80Y3L4PZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18069", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6272", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18070", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18080", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6275", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18081", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FFjrmEWz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18071", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18082", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cXJGjZtb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18072", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6273", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6274", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18073", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18083", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6276", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18084", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BlockStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18074", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18085", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Block", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-30nvN6ck", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18075", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18086", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18076", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18087", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--OFVjnjw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18077", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18078", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18088", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18089", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementListItem", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHY4Vd3_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18079", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yYByJL6Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18080", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18091", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18081", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6275", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18082", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6276", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18083", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6277", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18084", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GN03td2O", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CUMWT9xI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18085", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18092", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6278", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18093", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6279", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18094", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6280", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18086", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18095", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GN03td2O", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CUMWT9xI", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18096", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6281", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6282", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6283", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18087", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18097", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6284", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18088", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY9k7-Mq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18089", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6285", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18091", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6286", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18098", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6287", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18092", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18099", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY9k7-Mq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18100", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18101", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6288", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18093", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18094", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18102", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6289", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6290", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18103", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6291", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18104", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18105", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6292", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18095", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18096", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6293", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6294", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6295", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18106", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18107", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6296", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6297", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6298", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-createmutablebinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_434", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18097", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18098", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18099", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18100", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6299", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6300", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-initializebinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_435", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-declarations-and-the-variable-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6301", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6302", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18101", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18102", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18103", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18104", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18105", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18106", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18107", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-createmutablebinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_434", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18108", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18109", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-10DUWE8d", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18110", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18111", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LetOrConst", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7oqY0VPN", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rTRI6GVQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6302", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6303", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-initializebinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_435", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-declarations-and-the-variable-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6304", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6305", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18112", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FYQ2Ly4e", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18113", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18114", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-l3Hg2UJ0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18115", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18116", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FppJpMK8", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18117", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18118", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18119", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18120", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6303", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-10DUWE8d", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18121", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6304", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18122", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LetOrConst", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7oqY0VPN", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rTRI6GVQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18123", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FYQ2Ly4e", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18124", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18125", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6305", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-l3Hg2UJ0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18126", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18127", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dx4AGe8K", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FppJpMK8", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18128", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18129", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6306", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18130", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EyFo2V-D", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18131", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6306", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18132", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6307", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18133", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6308", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18134", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mW_TWZBz", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18135", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6309", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6310", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6311", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18136", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6312", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6313", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6308", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18137", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gOqjOKq_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18138", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dx4AGe8K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18139", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6314", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18140", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6315", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6316", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6317", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6309", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18141", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6318", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EyFo2V-D", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18142", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18143", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6320", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6321", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HJPtX-Q7", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6310", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18144", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6311", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18145", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6322", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mW_TWZBz", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18146", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6323", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6324", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6312", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6313", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18147", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6326", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6327", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6314", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6315", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18148", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gOqjOKq_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18149", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18150", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6316", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18151", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6317", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6318", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18152", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18153", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6320", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18154", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-03w8p9mr", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6321", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6322", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HJPtX-Q7", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18155", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclarationList", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bXRN6REu", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18156", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kqbqpKlK", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6323", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18157", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6324", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6326", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18158", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IeHby7A3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6327", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6328", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18159", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18160", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MhsdViui", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18161", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18162", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3b9-3HdT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18163", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6328", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18164", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mRNvbUb_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18165", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-03w8p9mr", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18166", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6329", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclarationList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bXRN6REu", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18167", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6330", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kqbqpKlK", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18168", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DloKhDSp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18169", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-luUzRvcA", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IeHby7A3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18170", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18171", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6331", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MhsdViui", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18172", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6332", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6333", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18173", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6334", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3b9-3HdT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18174", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6335", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6329", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18175", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6336", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-vardecllist-evaluation-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6337", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mRNvbUb_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18176", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18177", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6330", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18178", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6338", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6339", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_436", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6331", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18179", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-615TDHeB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DloKhDSp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18180", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-luUzRvcA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18181", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6340", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18182", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6341", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6342", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6332", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18183", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5GwwFymY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6333", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6334", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18184", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nQ2ZFnUa", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6335", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18185", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ObjectBindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Zq1KBCx2", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5lmgiaFr", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6336", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18186", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xrMoI6uo", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6337", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-vardecllist-evaluation-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6338", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18187", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZImPf3XQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18188", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18189", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ArrayBindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GTLtfjt0", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6339", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6340", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_436", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18190", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-615TDHeB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18191", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18192", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZEEMEcAo", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6341", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18193", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6342", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6343", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18194", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5GwwFymY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18195", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ltwW708a", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nQ2ZFnUa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18196", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPropertyList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ObjectBindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Zq1KBCx2", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5lmgiaFr", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18197", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TkJ_upuv", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xrMoI6uo", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18198", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZImPf3XQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18199", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElementList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18200", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QAGJVJ9v", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ArrayBindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GTLtfjt0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18201", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18202", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElisionElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eAKFkNTn", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18203", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZEEMEcAo", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18204", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P9s8hLuP", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18205", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VmvTFDAY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18206", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ltwW708a", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18207", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPropertyList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18208", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY39_uPQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TkJ_upuv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18209", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18210", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SingleNameBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-8lbkfoVZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElementList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18211", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QAGJVJ9v", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18212", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18213", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElisionElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eAKFkNTn", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18214", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18215", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P9s8hLuP", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18216", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VmvTFDAY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18217", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18218", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18219", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY39_uPQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18220", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18221", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SingleNameBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-8lbkfoVZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18222", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18223", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestElement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0fOwNHr-", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18213", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18224", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iBHkClE5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18214", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18225", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6343", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6344", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6345", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6346", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6347", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jhtKd-Y5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18215", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18216", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6348", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18217", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jhtKd-Y5", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18226", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18227", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6349", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18218", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18228", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6350", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18219", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18229", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6351", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18220", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18230", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6352", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18221", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1euONYQ-", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18222", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18223", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18231", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6353", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18224", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18232", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1euONYQ-", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18233", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18234", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6354", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18225", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18235", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6355", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18236", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6356", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6357", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jjw6mbi6", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18226", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6358", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jjw6mbi6", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18237", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6359", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18227", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6360", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18238", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6361", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6362", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6363", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6364", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-keyedbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6365", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-keyedbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6366", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6367", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6368", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6369", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kKvAd4Kx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18228", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18229", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6370", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18230", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kKvAd4Kx", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18239", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18240", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6371", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18231", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18241", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6372", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18242", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6373", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18232", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-v4J727kL", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18233", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18234", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6374", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18235", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18243", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-v4J727kL", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18244", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18245", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6375", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18246", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6376", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18236", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6377", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18237", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18247", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6378", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18238", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18248", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6379", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18239", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18249", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6380", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18250", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6381", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6382", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6383", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EmptyStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-hl28S5p6", @@ -12943,270 +12959,275 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ExpressionStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XGPiPhtM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18240", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18241", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18242", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18243", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18244", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6383", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18245", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18246", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18247", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18248", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18249", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18250", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18251", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18252", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18253", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18254", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18255", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6384", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18256", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6385", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IfStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_lf1EvXT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18257", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18258", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18259", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--e2u-nCd", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18260", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18261", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18262", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18263", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18264", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6386", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18265", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6387", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18266", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6385", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18267", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6386", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IfStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_lf1EvXT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18268", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6388", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18269", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_437", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18270", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--e2u-nCd", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18271", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18272", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6389", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18273", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18274", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18275", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6387", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18276", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6388", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18279", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6389", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18280", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_437", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18281", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18283", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6390", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18284", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6391", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6392", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6393", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18274", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6394", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18285", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6395", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18275", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6396", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18276", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18286", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6397", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18287", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18288", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6398", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18289", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6399", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6400", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6401", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18279", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6402", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18290", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6403", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IterationStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nthWw5bM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18280", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18291", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-J0YbLQ2x", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18281", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18292", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r-Sjm4F3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18293", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q0CapowH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18283", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18294", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18284", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18285", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18286", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18295", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18296", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18297", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-loopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6403", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6404", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6405", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6406", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bY0mbJsd", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18287", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6407", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18288", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pBcbxGRB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18289", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bY0mbJsd", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18298", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6408", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18290", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FuTGGBHg", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18291", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18299", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pBcbxGRB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18300", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6409", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18292", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RfvZcfJK", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18293", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18301", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FuTGGBHg", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18302", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6410", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18294", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18303", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RfvZcfJK", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18304", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6411", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18305", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DoWhileStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9vnoeXX4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18295", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18296", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18306", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18307", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18297", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18298", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6411", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18299", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18309", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6412", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18310", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_438", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-dowhileloopevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6412", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6413", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6414", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6415", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3uzJdijq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18300", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18301", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6416", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3uzJdijq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18311", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18312", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6417", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18302", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6418", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18313", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6419", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6420", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18303", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6421", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18314", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6422", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6423", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WhileStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Tx40AFG0", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18304", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18305", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18315", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18316", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18306", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18307", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6423", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18317", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18318", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6424", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18319", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_439", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-whileloopevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6424", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6425", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6426", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6427", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0mdwhc7l", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18309", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18310", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6428", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18311", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0mdwhc7l", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18320", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18321", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6429", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18322", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6430", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6431", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6432", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18312", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6433", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18323", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6434", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6435", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-NvPgd2yM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18313", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18314", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18315", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18316", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pYXfSJG_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18317", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18318", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18319", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18320", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Y0bZAvD", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18321", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18322", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18323", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18324", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18325", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18326", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18327", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pYXfSJG_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18328", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18329", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18330", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18331", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Y0bZAvD", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18332", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18333", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18334", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18335", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18336", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6435", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18337", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_440", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18338", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18339", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18340", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18341", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6436", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18342", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6437", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18343", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6438", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6439", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6440", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6441", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18344", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18345", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18346", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18347", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6436", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18348", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6442", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_440", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18349", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6444", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18350", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18351", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18352", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HwfL-Win", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6437", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18353", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6438", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18354", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6439", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6440", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6441", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6442", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18355", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18356", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6445", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18357", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6446", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18358", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18359", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6443", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18360", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PMtIFugG", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6444", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18361", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18362", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18363", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18364", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18365", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HwfL-Win", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18366", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18367", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18369", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6446", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18370", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18371", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18372", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18373", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18374", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6447", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18375", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PMtIFugG", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18376", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18377", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18379", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6448", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18365", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6450", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18366", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18380", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6451", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18381", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6453", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18367", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6454", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18382", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6456", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6457", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18383", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18384", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18385", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18386", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18368", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18369", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18370", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6459", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18387", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6460", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6460", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6461", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6462", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6463", @@ -13220,80 +13241,64 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6471", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6472", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6474", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6474", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6475", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6476", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6477", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6478", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6479", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6480", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForInOfStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Za8VIr4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18371", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18372", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18373", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_N8Q-kim", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18374", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18375", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18376", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xutvwaXc", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18377", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18378", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18379", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nLtPS4oB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18380", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18381", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18382", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-M1zjKbr6", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18383", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18384", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18385", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EoyoF5LI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18386", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18387", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18388", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReDwT2-b", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18389", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18390", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_N8Q-kim", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18391", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ut_uoPzp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18392", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18393", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xutvwaXc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18394", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jY1gwM9V", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18395", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18396", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nLtPS4oB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18397", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ygJ0cdk1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18398", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18399", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-M1zjKbr6", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18400", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18401", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_441", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18402", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EoyoF5LI", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18403", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18404", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18405", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReDwT2-b", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18406", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18407", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18408", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ut_uoPzp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18409", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18410", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18411", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jY1gwM9V", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18412", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18413", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18414", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ygJ0cdk1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18415", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18416", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18417", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18418", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_441", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18419", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18420", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18421", @@ -13304,9 +13309,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18426", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18427", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18428", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6480", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18429", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_442", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18430", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18431", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18432", @@ -13320,12 +13323,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18440", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18441", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18442", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6481", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18443", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18444", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6481", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6482", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_442", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18447", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18448", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18449", @@ -13336,180 +13339,198 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18456", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6483", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6484", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6485", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18459", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6486", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6482", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HvnSrzbi", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18461", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18462", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18463", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6483", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nfrnC2qv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18465", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18466", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pVCOt4bB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18467", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IOJOqU1K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18469", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18471", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-vPeih5lN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6484", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18474", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IWE0dD8s", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6485", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6486", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18476", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fNvFZX0j", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18477", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HvnSrzbi", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18478", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18479", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gowHZDoa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18480", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18481", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nfrnC2qv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18482", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AsYWUqR1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18483", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6CWa3rF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pVCOt4bB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18484", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-S5lZ05os", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18485", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IOJOqU1K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18486", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18487", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bTiDTykL", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-vPeih5lN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dhS3iRZF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IWE0dD8s", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18492", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fNvFZX0j", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18494", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18496", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gowHZDoa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A6rVBZNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18499", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AsYWUqR1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18500", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6CWa3rF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_443", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-S5lZ05os", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18502", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18503", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zcGoySgU", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bTiDTykL", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18506", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6510", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dhS3iRZF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18509", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xXfkt6k0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18511", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18512", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18513", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18514", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A6rVBZNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18516", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pPrWP7Ph", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18517", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18518", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18519", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18520", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zcGoySgU", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18521", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18522", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OIo-GNlm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18523", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6510", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18524", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18525", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18526", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18527", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xXfkt6k0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18528", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18529", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Z4scLosS", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18530", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18531", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18532", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18533", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6519", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pPrWP7Ph", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18534", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18535", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5PDN6AV3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18536", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18537", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18538", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18539", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OIo-GNlm", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18540", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18541", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18542", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18543", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18544", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18545", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18546", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Z4scLosS", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18547", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18548", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18549", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6519", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18550", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6520", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18539", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18551", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18552", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5PDN6AV3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18553", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18554", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18555", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6521", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18540", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18541", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KdWnMB6i", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18542", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18543", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18544", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18556", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6522", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18557", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18558", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KdWnMB6i", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18559", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18560", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18561", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6523", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18545", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18546", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6524", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18547", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18548", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18562", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18563", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6525", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18564", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18565", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofheadevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofheadevaluation-tdznames-expr-iterationkind", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6525", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6526", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6527", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6528", @@ -13527,16 +13548,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6540", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6541", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6542", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6543", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6544", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6545", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6546", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6547", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6548", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18549", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18550", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6549", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18566", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18567", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6550", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6551", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6552", @@ -13546,8 +13567,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6556", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6557", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6558", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18551", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6559", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18568", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6560", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6561", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6562", @@ -13557,16 +13578,15 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6566", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6567", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6568", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18569", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6569", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6570", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6571", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6572", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18552", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6573", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6574", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6575", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6576", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18553", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6577", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6578", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6579", @@ -13586,11 +13606,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6593", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_anR-waH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18554", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18570", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-K8Yvyf4p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KzQjZu5p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6594", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18555", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18571", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6595", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", @@ -13639,55 +13659,55 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ContinueStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rfM2mnQY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-w6m19zWs", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18556", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18557", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18572", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18573", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18558", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18559", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18560", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18574", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18575", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18576", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MdaDQGie", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6625", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sLmRG5Rx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18561", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18577", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6626", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18562", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18578", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6627", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Jyx4vreG", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_aoH2Ltk", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18563", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18564", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18579", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18580", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18565", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18566", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18567", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18581", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18582", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18583", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0ioO2qvc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6628", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eokV1qEw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18568", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18584", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6629", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18569", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18585", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6630", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReturnStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zZYaGxQ8", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDZIC37", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18570", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18571", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18572", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18573", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18586", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18587", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18588", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18589", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6631", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6632", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G_yzzAkQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6633", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iroo5DiR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18574", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18590", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6634", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18575", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18591", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6636", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6637", @@ -13700,24 +13720,24 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_450", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WithStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3HlNX-pI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18576", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18577", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18592", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18593", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6642", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6643", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18578", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18579", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18594", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18595", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6644", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6645", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6646", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18580", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18596", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OowrNhmq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18581", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18582", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18597", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18598", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6647", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18583", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18599", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6648", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6649", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6650", @@ -13725,44 +13745,44 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6652", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6653", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6654", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18584", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18600", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6655", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6656", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18585", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18601", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6657", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SwitchStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3xRnqKfC", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18586", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18587", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18602", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18603", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseBlock", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q66ZlOHI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18588", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18604", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-JuWwIrcZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18589", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18590", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18591", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18605", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18606", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18607", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClauses", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18592", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18608", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sjZo1Z65", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18593", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18594", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18609", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18610", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClause", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A-5Q_6I5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18595", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18596", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18611", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18612", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DefaultClause", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HPF3iA_C", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18597", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18613", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18598", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18599", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18614", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18615", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6659", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18600", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18616", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6660", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18601", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18617", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6661", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18602", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18618", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseblockevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6662", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6663", @@ -13770,131 +13790,131 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6665", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--oXyocga", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6COrqbY", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18603", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18619", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6666", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18604", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18605", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18606", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18620", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18621", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18622", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6667", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6668", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6669", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6670", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6671", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bc5B_Aaw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18607", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18608", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18609", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18610", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18623", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18624", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18625", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18626", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6672", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18611", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18612", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18627", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18628", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6673", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18613", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18629", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6674", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6675", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6676", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6677", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6678", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18614", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18630", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6679", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18615", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18616", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18631", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18632", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6680", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18617", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18633", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6681", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6682", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6683", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18618", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18634", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6684", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6686", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6687", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18619", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6688", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6689", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18620", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18621", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18636", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18637", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6690", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6691", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18622", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18638", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6692", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6693", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseselectorevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18623", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18639", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6694", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6695", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6696", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6697", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6698", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18624", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18625", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18640", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18641", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6699", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18626", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18642", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6700", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6701", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18627", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18628", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18629", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18643", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18644", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18645", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-raA0Z_ll", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18630", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18631", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18646", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18647", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6702", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18632", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18648", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6704", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6706", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18633", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18649", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6707", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6708", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6709", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18634", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18650", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6710", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18635", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18651", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pfa8PeiE", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18636", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18652", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SiRXsnRx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18637", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18638", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18653", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18654", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6711", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18639", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18655", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-f0Rq5Irs", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eOryVE-Y", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18640", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18656", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6712", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18641", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18657", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0GG8m5VC", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18642", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18643", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18658", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledItem", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YaWmIZ1c", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18644", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18660", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GPTeOVBJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18645", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18646", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18647", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18648", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18649", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18661", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18662", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18663", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18664", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18665", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18650", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18666", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-islabelledfunction", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18651", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18652", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18653", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18654", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18667", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18668", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18669", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18670", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6713", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-z6MMrwO3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18655", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18656", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18671", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18672", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6714", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18657", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18673", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-labelledevaluation", @@ -13903,114 +13923,114 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6717", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6718", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pR7DNQsN", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18658", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18674", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6719", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6720", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18659", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18675", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6721", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6722", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FSHcHfYw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18660", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18676", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6723", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6724", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18661", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18677", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6725", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6726", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18662", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18663", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18678", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18679", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GnWrgP5w", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18664", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18665", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18680", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18681", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6727", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18666", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18682", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6730", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18667", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18683", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6731", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6732", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3whCJM4e", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18668", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18684", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6733", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18669", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yFnpxPRG", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18670", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18686", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ebz5cXwH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18671", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18687", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qI_HU3XB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18672", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18688", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-aRwgRfmk", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18673", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18689", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RLprpFgP", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18674", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18690", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-4r9ecQgz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18675", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18691", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VyFRxEGQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18676", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18692", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Hgg1wqRZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18677", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18693", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wFzN_sG0", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18678", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18694", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q_qjzdry", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18679", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18695", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7PJ339VQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18680", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18696", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-O3yX8Gg7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18681", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18697", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6734", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18682", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18683", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18684", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18685", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18700", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18701", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ThrowStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E5ckYtCh", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18686", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18687", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18702", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fEMuit66", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18688", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18704", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6735", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18689", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6736", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6737", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TryStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wD-TPYub", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18690", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18691", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18706", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18707", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EYIEedje", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18692", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18693", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18708", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18709", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cfkI0NCS", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18694", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18695", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18696", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18710", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18711", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18712", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Catch", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IbvHsEaf", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18697", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18713", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18714", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ybInUotF", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18715", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Finally", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18700", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18716", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CatchParameter", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18701", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18702", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18703", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18717", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18718", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18719", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18704", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18705", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18721", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6738", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18706", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18722", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6739", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18707", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18723", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6740", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18708", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18724", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6741", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18709", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18725", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6742", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18710", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18726", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6743", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-catchclauseevaluation", @@ -14019,67 +14039,67 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6746", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6747", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-tivA4mFO", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18711", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18712", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18727", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6748", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6749", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6750", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18713", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6751", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6752", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6753", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18730", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6754", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6755", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6756", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6757", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18715", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18731", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6758", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7Gz_IT_v", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18716", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18732", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6759", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18717", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18718", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18733", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18734", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TjGqXGk4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18719", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18735", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18736", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6760", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6761", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18721", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18737", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6762", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6763", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18722", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18738", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6764", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BNnGZMkj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18723", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18739", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18740", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6765", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6766", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18725", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18741", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6767", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6768", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18726", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18742", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6769", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fUrDxi55", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18727", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18728", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18729", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18743", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18744", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18745", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6770", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6771", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18730", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18746", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6772", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6773", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18731", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18747", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6774", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6775", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18732", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18748", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6776", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DebuggerStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Kx8jxmHA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18733", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18749", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eDCsgVlr", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6777", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6778", @@ -14109,38 +14129,38 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-parameter-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UniqueFormalParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18734", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18750", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameters", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-L6HGhDG8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gUzIea_C", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18737", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18751", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18752", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18753", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aTWifksv", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18738", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18739", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18754", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18755", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameterList", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NNXqGrU3", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18740", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18756", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7NFUmaIc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18742", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18757", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18758", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionRestParameter", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18743", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18759", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameter", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H68ZoagN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18744", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-parameter-lists-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18745", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18761", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6783", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18746", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18747", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18762", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18763", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6784", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18748", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6785", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18750", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18751", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18765", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18766", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18767", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ContainsExpression", @@ -14150,295 +14170,295 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6787", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zkT2lhLy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6b4rrD_8", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wtzT9EiN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18753", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18754", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18755", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h16qYz6B", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1FzGu7Lp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18757", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18758", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18759", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rkwjGbA6", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18760", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18762", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J6x8FZJI", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18763", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18764", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18765", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6791", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18766", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6792", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18767", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OZ7bBYfO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18768", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wtzT9EiN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6793", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18770", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6794", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6788", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18771", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Pbu7NeJV", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h16qYz6B", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18772", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1FzGu7Lp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18773", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18774", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6796", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18775", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l7kFOPKe", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rkwjGbA6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18777", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6797", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18778", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eeXd9umu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J6x8FZJI", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18780", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18781", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6791", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18782", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1LlZEk6k", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6792", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18783", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OZ7bBYfO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18784", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4G21hRBK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18785", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8U9yuoPy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6793", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18786", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6794", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18787", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NXTQAWlJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Pbu7NeJV", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i4esWmfn", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ffwfOKFy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6796", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18791", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l7kFOPKe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18792", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18793", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6802", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18794", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z488vACK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eeXd9umu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18796", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18797", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6804", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6799", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18798", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4Zv7nEzD", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1LlZEk6k", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18799", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l6d_kFqp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4G21hRBK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18801", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6805", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8U9yuoPy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6806", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gFcfnGJu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18803", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6807", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iu5DldfN", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NXTQAWlJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18804", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qrNno2ET", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18805", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6800", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18806", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i4esWmfn", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ffwfOKFy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18807", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-b6-qn4pg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tfjykC09", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3o8iyoDi", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6802", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18810", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-90MekD57", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z488vACK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18811", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18812", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CdQEr4_m", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6803", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18813", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6804", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4Zv7nEzD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18815", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6809", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l6d_kFqp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18816", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uFFTeOPE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18817", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6810", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6805", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18818", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-suhNtUzj", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gFcfnGJu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18819", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-46y1StQq", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6807", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iu5DldfN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18820", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qrNno2ET", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18821", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6811", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18822", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6812", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qGPu4-Bq", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18823", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bCpQszCG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-b6-qn4pg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18824", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18825", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tfjykC09", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3o8iyoDi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18826", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6813", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-90MekD57", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18827", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6815", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HBo05lrR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18828", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3n6oU9Uv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CdQEr4_m", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18830", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6808", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18831", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6kCXjXJH", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6809", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18832", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uFFTeOPE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18833", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6810", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18834", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-suhNtUzj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18835", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6816", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-46y1StQq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18836", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6817", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18837", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6818", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6819", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6811", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18838", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--tdGBtde", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6812", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qGPu4-Bq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18839", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bCpQszCG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18840", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18842", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6813", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6814", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6815", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HBo05lrR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18844", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3n6oU9Uv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18845", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WmFS8bja", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18846", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6821", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18847", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2HGoRaSl", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6kCXjXJH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18848", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18849", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6822", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18850", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6823", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18851", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6816", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18852", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u-Q5LrzT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6817", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18853", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2fYMCaig", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6818", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6819", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18854", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--tdGBtde", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18855", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6825", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18856", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6826", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-01YV1lrL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18857", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6827", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18858", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-df9_W4vY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18859", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lEQdX6hk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18860", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18861", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WmFS8bja", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18862", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eqpHaG0r", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6821", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18863", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2HGoRaSl", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18864", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zvLR38c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18865", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6822", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18866", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6823", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18867", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6824", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18868", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u-Q5LrzT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18869", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2fYMCaig", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18870", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18871", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6825", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18872", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6826", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-01YV1lrL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18873", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6827", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18874", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-df9_W4vY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18875", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lEQdX6hk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18876", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18877", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6828", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18878", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6829", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eqpHaG0r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18879", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18880", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6830", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zvLR38c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18881", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6831", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18882", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18883", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6834", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18884", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6835", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18885", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6836", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18886", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18887", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18888", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18889", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6838", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18890", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18891", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6839", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18892", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18893", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6840", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6828", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18894", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6841", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18895", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18896", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6842", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18897", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6831", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18898", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6844", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18899", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6845", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6834", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18900", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6846", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6835", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18901", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6847", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6836", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18902", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18903", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6837", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18904", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18905", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6838", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18906", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18907", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6839", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18908", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18909", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6840", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18910", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6841", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18911", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18912", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6842", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18913", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18914", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6844", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18915", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6845", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18916", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6846", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18917", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6847", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18918", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-functionbodycontainsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6848", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SI3y-Fh-", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18903", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18919", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6849", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18904", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18920", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6850", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluatefunctionbody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluatebody", @@ -14448,155 +14468,155 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6854", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6855", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BiHevouZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18905", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18921", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6856", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6857", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18906", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18922", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6858", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6859", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oT86BVb2", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18907", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18908", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18909", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18923", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18924", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18925", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6860", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18910", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6861", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18911", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18927", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6862", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6863", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18912", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18913", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18928", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18929", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6864", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6865", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TjR6TGOd", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18914", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18915", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18930", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18931", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6866", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18916", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6867", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6868", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18917", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18918", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18933", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18934", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6869", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6870", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18919", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18935", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6871", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6872", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6873", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-M2Odxhb_", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18920", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18921", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6874", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6875", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6876", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18922", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6877", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6878", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18923", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18924", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6879", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6880", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ZT_oXgSx", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18925", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18926", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18927", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6881", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6882", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18928", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6883", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6884", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6885", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6886", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18929", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6887", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6888", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18930", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18931", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6889", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6890", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18932", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18933", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18934", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18935", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18936", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18937", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6874", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6875", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6876", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18938", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6877", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6878", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18939", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18940", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6879", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6880", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ZT_oXgSx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18941", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18942", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_456", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18943", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6881", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6882", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18944", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6883", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6884", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6885", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6886", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18945", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6887", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6888", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18946", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18947", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6891", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6889", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6890", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18948", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18949", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18950", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6892", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18951", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18952", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18953", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18954", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18955", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ConciseBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UOsd7muB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18956", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18957", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18958", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18959", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18960", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFormalParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18961", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18962", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18963", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6891", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6893", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18965", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18966", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6894", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6892", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6895", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18968", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6896", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18969", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6897", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18970", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6898", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18971", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ConciseBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UOsd7muB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18972", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18973", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6899", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18974", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18975", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18976", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFormalParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18977", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18978", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18980", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6893", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18981", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18982", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6894", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6895", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18984", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6896", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18985", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6897", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18986", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6898", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18987", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18988", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18989", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6899", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18990", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-concisebodycontainsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6900", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-paSxtgKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18975", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18991", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-72drK4Uu", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18976", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18992", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6901", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18977", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18993", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateconcisebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6902", @@ -14605,176 +14625,176 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6905", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6906", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WWzcef1e", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18978", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18994", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6907", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6908", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18995", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiatearrowfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6909", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6910", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-C8uAwDLj", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18981", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18996", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18997", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6911", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6912", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6913", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18982", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18998", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#step-arrowfunction-evaluation-functioncreate", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6914", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6915", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18983", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18984", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18999", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19000", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6916", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18985", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18986", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18987", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19001", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19002", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6917", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6918", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18988", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18989", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19004", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19005", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6919", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18990", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19006", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_r8vevEJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18991", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18992", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6920", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18993", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19009", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K1YpROJJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18994", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19010", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6921", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18995", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19011", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6922", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6923", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MethodDefinition", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BMcTBp4V", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18996", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18997", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18998", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18999", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SnKN_cew", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19003", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nWs7csn9", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19005", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19006", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PropertySetParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19007", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19008", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19009", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19010", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6924", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19011", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6925", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19012", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19013", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6927", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19014", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19015", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19016", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19017", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6928", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SnKN_cew", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19018", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6929", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19019", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6930", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nWs7csn9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19020", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6931", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19021", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19022", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6933", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IjiMaa22", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PropertySetParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19023", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19026", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6934", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6924", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19027", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6925", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19028", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6935", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19029", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DQeOw0IT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6927", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19031", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19032", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6936", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19033", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H05PoHaH", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6928", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19034", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6929", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19035", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6930", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19036", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6931", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6937", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19038", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6933", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IjiMaa22", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19039", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6938", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19040", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u4Tk9i08", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19041", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6934", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19044", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6939", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6935", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19045", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DQeOw0IT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19046", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6940", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19047", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OGEtsTHJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19048", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6936", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19049", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H05PoHaH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19050", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19051", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6941", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19052", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6942", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6937", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19054", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p8Pkhz62", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19055", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6938", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19056", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u4Tk9i08", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6943", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19059", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19060", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6944", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6939", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19061", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6945", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pvkrotoO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19062", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6940", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19063", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OGEtsTHJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19064", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19065", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wnqbOfrS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6941", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19069", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9m8VG-FD", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6942", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19070", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p8Pkhz62", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19071", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19072", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19073", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19074", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6943", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19076", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6944", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6945", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pvkrotoO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19078", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19080", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19081", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19082", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wnqbOfrS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19084", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19085", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9m8VG-FD", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19086", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19087", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19088", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-definemethod", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6946", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6947", @@ -14783,19 +14803,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6950", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6951", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VntM4j0E", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19073", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19074", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19089", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19090", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19091", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6952", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19076", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19092", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6953", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6954", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6955", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6956", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19093", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6957", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19078", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19094", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6958", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6959", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-methoddefinitionevaluation", @@ -14808,63 +14828,63 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6962", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6963", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w_uDCOXP", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19080", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19081", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19082", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19096", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19097", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19098", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6965", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6966", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JtMhObe9", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19084", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19085", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19100", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19101", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19086", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19102", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6968", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6969", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6970", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19087", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19103", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6971", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6972", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19088", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19104", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6973", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6974", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6975", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6976", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6977", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tr90svxc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19089", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19090", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19091", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19105", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19107", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6978", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19092", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19108", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6979", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6980", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6981", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19093", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19109", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6982", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6983", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19094", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19095", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19110", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6984", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6985", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6986", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6987", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6988", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qDk-XFAF", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19096", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19097", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19098", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19112", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19113", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6989", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19099", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6990", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6991", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6992", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19100", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6993", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6994", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19101", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19102", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19117", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19118", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6995", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6996", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6997", @@ -14872,19 +14892,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6999", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7000", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lPECR135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19103", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19104", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19105", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19119", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19120", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19121", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19122", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7002", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19107", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19123", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7005", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7006", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19108", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19124", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19125", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7007", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7009", @@ -14892,116 +14912,116 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7011", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7012", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a75_jVUN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19110", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19111", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19112", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19126", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19127", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19128", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7013", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19113", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19129", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7014", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7015", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7016", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19114", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19130", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7017", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7018", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19115", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19116", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19131", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19132", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7019", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7020", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7021", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oJNsRhfl", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19117", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19118", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19119", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bWfHg6Xe", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19120", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19121", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haubt72j", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19122", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19123", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19124", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8GV2khgE", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19126", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19127", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19128", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19129", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAdFfqlf", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19131", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19132", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19133", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19134", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19135", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bWfHg6Xe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19136", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_458", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19137", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haubt72j", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19138", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19140", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8GV2khgE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19143", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19144", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19146", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAdFfqlf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19148", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19149", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19150", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19151", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19152", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19153", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19154", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19155", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19156", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19157", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19158", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7032", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19159", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19160", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7035", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19161", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19162", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19163", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7038", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19165", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19167", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19168", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19169", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19170", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19171", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19172", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19173", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19174", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7032", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19175", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19176", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7035", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19177", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19178", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19179", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19180", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7038", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19181", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19182", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19183", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19184", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7040", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19186", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19187", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19188", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19189", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluategeneratorbody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7043", @@ -15009,113 +15029,113 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7045", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LwSgcEYg", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19174", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19190", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7048", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7049", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19175", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19191", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7050", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7051", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7052", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-x_w-E_WI", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19176", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19178", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19192", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19193", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19179", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19195", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7054", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19180", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19196", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7055", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7056", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19181", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19182", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19197", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7058", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7059", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7060", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zyQVJwqE", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19183", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19184", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19199", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19200", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7061", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19201", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7062", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19186", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19187", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19202", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19203", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7064", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7065", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7066", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19188", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7069", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FnOrbSnb", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19189", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19190", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19205", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19206", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7071", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7072", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7073", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19191", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19207", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7074", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7075", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19192", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19193", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19208", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19209", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7077", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7079", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sxTe1ywL", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19194", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19196", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19210", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19211", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19212", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7080", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7081", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19197", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19213", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7082", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7083", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7084", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7085", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19198", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19214", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7086", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7087", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19199", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19200", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19215", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19216", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7088", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7089", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7090", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19201", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19202", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19203", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19204", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19207", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19208", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7090", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7091", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19217", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19218", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19219", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19220", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19221", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19222", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yHj7yISB", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19209", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19211", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19225", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19226", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19227", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7092", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19212", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19228", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-R-GDUsNW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7093", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WbSBzREt", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19213", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19229", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7094", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19230", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gD5_zJlG", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19215", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19231", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7097", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7098", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19216", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19232", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7100", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7101", @@ -15161,99 +15181,99 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cOKIJmRw", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19217", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19218", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19219", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19220", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1L17zU6t", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19221", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19222", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-s18yr2Ij", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19224", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19225", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19226", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19227", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ceV74b-L", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19228", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19229", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19230", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19231", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19232", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19233", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19234", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19235", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19236", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_459", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1L17zU6t", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19237", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19238", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7142", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-s18yr2Ij", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19240", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19241", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19242", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7144", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ceV74b-L", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19244", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7145", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19245", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7146", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19246", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19247", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7148", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19248", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19249", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19250", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19251", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19252", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7141", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19253", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19254", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19255", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7142", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19256", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7149", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7150", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19258", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7151", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7144", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7145", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19261", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7146", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19262", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19263", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7148", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19264", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19266", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19268", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19270", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19272", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7149", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19273", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7150", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19274", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19275", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7151", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7152", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19277", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19279", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19281", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19283", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19284", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19285", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19286", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19287", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19288", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19289", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19291", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19292", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19293", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncgeneratorbody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7164", @@ -15261,508 +15281,508 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7166", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7167", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SWMcozzE", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7168", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7169", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7170", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19279", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19295", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7171", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7172", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7173", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JvNVLw_7", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19280", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19281", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19296", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19297", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19298", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7174", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19283", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19299", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7175", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19284", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19300", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7176", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19285", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19286", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7178", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7179", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7180", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7181", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-G-CKcSEp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19288", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19303", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19304", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7182", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19289", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19305", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7183", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19290", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19291", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19306", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19307", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7185", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7186", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7187", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7188", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19292", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19308", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7189", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7190", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A3m5kV04", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19293", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19294", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19309", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19310", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7191", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7192", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7193", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19295", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19311", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19296", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19297", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19312", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19313", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7196", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7197", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7199", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7PTlQqLp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19298", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19300", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19314", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19315", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19316", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7200", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7201", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7202", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7203", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19302", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7206", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7207", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19304", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19319", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19320", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7208", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7209", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7210", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7211", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19305", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19306", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19307", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19308", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19309", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19310", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19311", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19312", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19313", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19315", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19316", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kd27yk51", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19317", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19318", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bStNnwN_", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vthx67sj", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19320", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19321", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassTail", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mIr25y7h", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19322", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19323", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassHeritage", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19324", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19325", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19326", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sKhHHXFQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19327", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0XtyXojL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19330", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RVH9JhqU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19331", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8cGH1X5O", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7212", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19332", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kd27yk51", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bStNnwN_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19335", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vthx67sj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19336", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19337", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qUwUqfkW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mIr25y7h", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19338", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19339", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassHeritage", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19340", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7213", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19342", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sKhHHXFQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19343", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7214", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19344", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7215", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19345", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7216", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0XtyXojL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19346", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7217", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RVH9JhqU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19347", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8cGH1X5O", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19348", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7218", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19349", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7219", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19351", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7221", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19352", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19353", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7222", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qUwUqfkW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19354", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19355", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19356", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7224", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7213", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19357", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19358", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19359", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7214", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19360", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7216", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19362", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7226", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19363", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19364", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7218", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19365", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7219", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19366", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19367", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19368", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19369", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7223", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19371", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7231", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19372", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7232", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19373", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7233", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19374", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7234", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19375", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7235", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19377", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7236", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19378", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7226", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19379", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19380", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19381", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19382", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19384", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19385", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19387", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7231", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19388", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7232", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19389", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7233", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19390", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7234", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19391", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7235", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19392", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19393", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7236", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19394", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19395", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7237", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementkind", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7238", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-z4kY36XR", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19380", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19396", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19381", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19397", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WYqnrGO2", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19382", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19398", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gbiOT0dB", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19399", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aKP7bsri", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19384", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19400", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zCXluqv", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19385", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19401", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U_NLPgRJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-constructormethod", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7240", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19402", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7241", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5dD0G3pr", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19387", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19403", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7242", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19388", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19389", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19404", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19405", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6CQGn2J9", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19390", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19391", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19406", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19407", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19392", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19408", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7244", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19393", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19394", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19409", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19410", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7245", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-isstatic", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CtxLpivn", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19395", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19411", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lR6jUbAy", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19396", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19412", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gXtZ0OpF", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19397", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19413", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wyUVxCrb", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19398", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19414", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1JW7WXBn", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19399", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19415", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LP0OJ3qJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructorelements", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructormethoddefinitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7247", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7248", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19400", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19416", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7249", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-19e_yBXp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19401", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19417", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19402", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19403", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19418", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19419", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7251", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ax67ii0j", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19404", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19405", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19421", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7252", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19406", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19422", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7253", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19407", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19408", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19423", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19424", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-prototypepropertynamelist", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7254", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7256", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A14zfyT4", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19409", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19425", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19410", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19426", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7258", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19411", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19427", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7260", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD4OjNLB", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19412", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19413", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19429", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7261", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19414", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19430", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7262", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19415", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19431", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7263", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19416", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19432", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7264", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-allprivateidentifiersvalid", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7266", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hH1hyF7o", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19417", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19418", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19433", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19434", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7268", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19435", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7269", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19436", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9EwGAkEl", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19421", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7270", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19423", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19424", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19440", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GLUsMLG4", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19425", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19441", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7272", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19426", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19442", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LZl0sxgi", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19427", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19444", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7273", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19429", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7274", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19446", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7rm6mrow", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19431", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19447", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7275", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19432", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19448", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7277", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19433", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19449", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5aKAQc0s", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19434", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19450", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19451", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7278", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19436", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19452", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7279", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19453", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-privateboundidentifiers", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7280", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7281", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QQ9gR7rA", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19438", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19439", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7282", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19440", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19456", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3FDawUhc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19441", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7283", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7284", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19442", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19458", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-T6diBlyd", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19459", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8T9v42E5", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19444", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mMa7qdyC", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7285", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PTQtTdvS", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19445", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19446", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7286", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19447", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19448", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7288", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxy6kYq7", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19449", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19450", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19451", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19452", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19453", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9-TzGQnW", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19454", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19455", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19456", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qvq1cmEs", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19457", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19458", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19459", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zTa8Ph70", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19462", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1nK7U43p", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7286", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7287", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7288", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxy6kYq7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19465", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7289", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19466", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsarguments", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7290", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7291", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7293", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19468", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cYRKXADu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19469", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9-TzGQnW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19470", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19471", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fA8Y53Jv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19472", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qvq1cmEs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19473", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DKZGJMJp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19474", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zTa8Ph70", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19476", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Uf4haGDs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19478", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1nK7U43p", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19479", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7bSRnJkd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19480", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19481", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RyrSiZbO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7289", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19482", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsarguments", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7291", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7292", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19483", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7293", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19484", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3lM6XkIw", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cYRKXADu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19486", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19487", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w57asuPi", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fA8Y53Jv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19488", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19489", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H3uNNgf7", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DKZGJMJp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19490", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19491", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19492", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-k_4DyjCo", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Uf4haGDs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19493", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19494", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19495", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TdFyphFg", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7bSRnJkd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19496", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19497", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nEJuWHii", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RyrSiZbO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19499", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19500", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6Kc2wh10", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3lM6XkIw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19501", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19502", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19503", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZjrMW3N", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w57asuPi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19504", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WPITwaqC", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H3uNNgf7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19506", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19507", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6uQ7SWxA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-k_4DyjCo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19509", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19510", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19511", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mThhZsRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TdFyphFg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19512", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19513", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nEJuWHii", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19514", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UU7zbVYJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19515", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19516", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6Kc2wh10", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19517", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19518", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19519", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZjrMW3N", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19520", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19521", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WPITwaqC", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19522", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19523", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6uQ7SWxA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19525", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19527", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mThhZsRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19528", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19530", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UU7zbVYJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19533", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7294", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19534", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classfielddefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7295", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7296", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7297", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7298", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-deOh_-BS", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19519", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19520", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19536", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19521", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19522", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19538", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7300", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7301", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19523", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19539", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7304", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7305", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classstaticblockdefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7306", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7307", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sy-617ri", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19540", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7308", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7309", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7310", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7311", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19525", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19541", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7312", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7313", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody", @@ -15771,10 +15791,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7316", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dy60deL", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19542", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19527", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19543", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7320", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7321", @@ -15783,21 +15803,21 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tPq9hD-G", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19528", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19544", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cn1oLmsN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19545", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7326", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19530", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19546", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RV4ZOA0y", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19547", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DNhqQKHO", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19548", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7327", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19533", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19549", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Hb23PvBK", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19534", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19551", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-V88LvFxI", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classdefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-default-constructor-functions", @@ -15810,27 +15830,27 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7335", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7336", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AcPtObVs", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19536", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19552", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19553", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7337", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7338", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7340", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19538", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7341", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19539", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19555", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7344", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19540", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7346", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7348", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19541", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19557", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19542", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19558", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7351", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7353", @@ -15838,9 +15858,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7355", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7357", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19543", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19559", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7358", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19544", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19560", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7359", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7360", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7361", @@ -15858,17 +15878,17 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7375", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19561", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7376", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19562", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7378", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19547", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19563", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7379", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7380", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7381", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7382", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19564", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7383", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7384", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7385", @@ -15907,52 +15927,52 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7417", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7418", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JmEOsNvO", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19549", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19550", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19565", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19566", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7419", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19551", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19567", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7420", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19552", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19568", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7421", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19553", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19569", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7422", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7423", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qOUNT0OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19554", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19570", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7424", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19555", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19571", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7425", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19556", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19557", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19558", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19572", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19573", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19574", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-P7ajQhl1", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19559", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19560", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19576", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7426", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19561", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19563", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19577", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19578", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19579", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lm9h8Kwa", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19580", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7427", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19565", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19581", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7428", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19566", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19582", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l8XcpxuG", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19568", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19584", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7429", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19569", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19585", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7430", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19570", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19586", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7431", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19571", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19587", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jq_5Nm3c", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19572", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19588", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7432", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19573", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19589", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7433", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7434", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7435", @@ -15961,51 +15981,33 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAuKx0s9", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19574", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19575", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19576", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19577", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TaHP58mu", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19578", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19579", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19580", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LFCRNt3l", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19582", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19583", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19584", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-80co-gZ6", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19586", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19587", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19588", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19589", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19590", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7437", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19591", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19592", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19593", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TaHP58mu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19594", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19595", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LFCRNt3l", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19597", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19598", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19599", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-80co-gZ6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19602", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19603", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19604", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19606", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7437", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19607", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19608", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19609", @@ -16013,22 +16015,17 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19611", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19612", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19613", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19614", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19615", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19616", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7440", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19617", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7441", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7442", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19619", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19620", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7443", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19621", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7444", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19622", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19623", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19624", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19625", @@ -16036,115 +16033,138 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19627", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19628", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19629", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19630", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19631", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7446", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19632", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7447", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7440", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19633", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7441", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19634", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7448", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7442", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19635", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7449", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19636", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7450", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7443", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19637", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7444", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19638", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7451", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19639", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19640", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19641", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19642", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19643", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19644", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19645", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19646", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19647", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7446", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19648", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7447", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19649", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19650", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7448", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19651", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7449", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19652", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7450", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19653", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19654", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7451", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19655", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19656", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19657", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19658", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19659", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19660", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19661", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19662", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19663", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19664", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19665", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19666", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-InstantiateFunctionObject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VjNDNC25", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19651", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19652", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19653", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19667", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19668", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19669", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7462", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19654", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19670", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7463", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19655", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19671", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7464", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7465", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19656", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19657", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19672", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19673", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7466", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QVYl6PrK", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19658", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19659", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19674", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19675", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19660", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19676", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7468", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7469", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19661", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19662", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19677", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19678", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7470", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7471", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7472", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3RN98Vrc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19663", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19664", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19679", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19680", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7473", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7474", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7475", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19665", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19681", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7477", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19666", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19667", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19682", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19683", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7478", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iEhgnbem", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19668", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19670", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19684", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19685", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19686", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7479", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7480", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19671", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19687", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7482", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7484", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19672", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19688", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7486", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19674", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19689", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19690", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7487", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19675", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19676", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19677", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19678", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19679", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19680", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19682", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19691", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19692", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19693", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19694", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19695", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19696", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19697", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19698", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncfunctionbody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-EvaluateBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7488", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7489", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7490", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jL__NzW5", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19683", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19699", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7491", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7492", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7493", @@ -16152,92 +16172,92 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7495", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7496", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7497", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19684", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19700", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o1t7r8mz", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19685", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19686", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19687", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19701", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19702", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19703", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7499", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19688", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19704", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AKHRjjan", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19689", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19705", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7500", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19690", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19706", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7501", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7502", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowFunction", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YIoJOc1p", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19691", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19692", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19693", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19694", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19707", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19708", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19709", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19710", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WTX_aban", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19695", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19696", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19697", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19711", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19713", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncConciseBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Dfs5WPuP", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19698", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19714", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Kq4Uu2cU", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19699", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19715", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowBindingIdentifier", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-I7oDJnBY", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19700", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CoverCallExpressionAndAsyncArrowHead", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HT-vtkeW", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19701", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19702", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19703", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19704", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19705", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19717", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19718", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19719", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19720", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19721", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowHead", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19706", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19707", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19722", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19723", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19708", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19709", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19724", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19725", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7503", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19710", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19726", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7504", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19711", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19712", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19713", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19714", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19727", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19728", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19729", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19730", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19715", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19716", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19731", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19732", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7506", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19717", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19718", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19733", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19734", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7507", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19719", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19735", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19720", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19736", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7509", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19721", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19737", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7510", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19722", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19738", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7511", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19723", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19739", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-asyncconcisebodycontainsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7512", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ua51hPgJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19724", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19740", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NdVhlp_L", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19725", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19741", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7513", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19726", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19742", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncconcisebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-EvaluateBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7514", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7515", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7516", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NeT6IfHf", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19727", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7517", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7518", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7519", @@ -16245,78 +16265,52 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7521", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7522", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7523", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19728", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19744", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7524", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncarrowfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7525", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7526", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kBFLOl9Q", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19729", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19730", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19745", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19746", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7527", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7528", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7529", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19731", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19732", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19747", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19748", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7530", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7531", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19733", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7532", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YQv2CZBp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19734", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19735", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19750", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19751", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7533", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7534", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7535", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19737", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19752", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19753", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7536", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19738", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19739", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19754", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19755", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7537", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7538", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19740", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19756", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7539", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod---LSw2Ps", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19742", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19757", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19758", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vJszVz5M", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19743", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19744", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7540", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19745", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19761", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-tail-position-calls", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-isintailposition", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7541", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7542", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7543", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19746", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19747", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19748", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19750", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19751", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19753", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19754", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19755", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19757", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19758", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hascallintailposition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-statement-rules", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19759", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19760", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19762", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19763", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19764", @@ -16330,18 +16324,26 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19772", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19773", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19774", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hascallintailposition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-statement-rules", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19776", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19777", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19778", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19781", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19783", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7551", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19784", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7552", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19787", @@ -16357,7 +16359,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7551", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7552", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19802", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19803", @@ -16372,77 +16376,77 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19812", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19813", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7553", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19816", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19817", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19818", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19819", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7555", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19821", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19822", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19823", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19824", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19825", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19826", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19827", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7557", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19828", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7558", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19830", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7559", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7553", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19831", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19833", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7560", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19834", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7561", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19835", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7555", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19836", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19838", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19839", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7562", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19840", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19842", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7563", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7557", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19844", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7558", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19845", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19846", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7559", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19847", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19848", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7564", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19849", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7560", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19850", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7561", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19851", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7565", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19852", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-expression-rules", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7566", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7568", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19853", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19854", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19855", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7562", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19856", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19857", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19858", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7563", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19859", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19860", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19861", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19862", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19863", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19864", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7564", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19865", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19866", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19867", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7565", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19868", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-expression-rules", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7566", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7567", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7568", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19869", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19870", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19871", @@ -16528,43 +16532,42 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19951", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19952", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19953", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7569", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19954", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19955", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19956", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19957", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7570", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19958", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7571", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19959", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19960", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19961", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7572", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19962", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19963", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7573", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19965", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19966", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7574", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19968", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19969", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7569", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19970", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19971", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19972", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19973", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7570", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19974", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7571", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19975", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19976", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19977", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7572", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19978", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19979", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7573", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19981", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19982", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7574", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19984", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19985", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19986", @@ -16578,15 +16581,32 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19994", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19995", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19996", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7575", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19997", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19998", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19999", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7576", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7577", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7578", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20002", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20003", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20004", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20005", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20006", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20008", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20009", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20010", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20011", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20012", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20013", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20014", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20015", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7576", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20016", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7577", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20017", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7578", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20018", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7579", @@ -16615,51 +16635,51 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JhWenwzh", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20003", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20019", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ScriptBody", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0cNJefq0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20004", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20020", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20005", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20021", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7584", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20006", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20022", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7585", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20007", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20023", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7586", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20008", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20009", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20010", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20024", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20025", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20026", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7587", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7588", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7589", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7590", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_462", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20011", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20027", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7591", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20012", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20013", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20028", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20029", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7592", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7593", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20014", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20030", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7594", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_463", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7595", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20015", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20031", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7596", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20016", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20032", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7597", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20017", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20033", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7598", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20018", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20019", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20034", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20035", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7599", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-isstrict", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7600", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ATUJl4Kq", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20020", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20021", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20036", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20037", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7601", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20022", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20038", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7602", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-semantics-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-L8JYzsWQ", @@ -16671,7 +16691,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7604", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7605", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7606", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20023", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20039", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7607", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7608", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", @@ -16680,9 +16700,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7610", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7611", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7612", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20024", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20040", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7613", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20025", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20041", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7614", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7615", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", @@ -16707,12 +16727,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7633", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20026", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20042", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7634", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7635", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7636", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7637", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20027", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20043", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7638", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7639", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7640", @@ -16721,19 +16741,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7643", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7644", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7645", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20028", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20029", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20030", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20044", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20045", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20046", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7646", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20031", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20032", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20033", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20034", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20047", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20048", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20049", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20050", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7647", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7648", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20035", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20036", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20037", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20051", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20052", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20053", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7649", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7650", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7651", @@ -16749,77 +16769,77 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7659", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7660", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_466", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20038", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20039", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20054", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20055", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7661", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7662", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7663", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20040", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20056", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7664", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-modules", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7jzzWh1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20041", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20057", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jN7l5yAN", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20042", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20058", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItemList", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AoB9QhTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20043", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20059", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GXF21Ewo", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20044", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20045", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20060", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20061", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItem", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-E3Y7C_Ei", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20046", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20062", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IobLK26D", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20047", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20063", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hV3VZEve", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20048", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20064", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleExportName", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hD8TcowF", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20049", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20065", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-50n3LPul", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20050", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20066", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20051", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20067", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7665", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20052", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20068", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7666", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20053", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20069", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7667", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20054", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20070", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7668", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20055", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20071", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7669", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20056", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20072", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7670", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20057", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20073", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7671", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20058", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20059", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20074", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20075", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7672", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20060", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20076", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7673", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20061", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20077", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7674", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20062", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20078", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7675", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20063", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20079", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7676", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20064", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20080", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7677", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20065", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20081", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7678", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20066", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20067", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20068", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20069", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20070", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20082", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20083", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20084", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20085", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20086", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7679", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7680", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20071", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20087", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-importedlocalnames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7681", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7682", @@ -16836,46 +16856,46 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KwkKYyRj", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7689", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K1adkbP6", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20072", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20088", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7690", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20073", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20089", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-9OD1gHQa", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20074", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20075", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20090", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20091", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7691", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20076", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20092", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7692", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20077", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20093", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-pGkooQP4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20078", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20094", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7693", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Fii3Jv-w", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20079", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20080", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20095", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20096", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7694", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20081", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20097", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-geKEXfWi", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20082", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20098", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7695", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7696", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20083", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20099", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ShgW98pi", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20084", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20085", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20100", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20101", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7697", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20086", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20102", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-x1UQSoBl", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20087", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20103", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vvvIsXz5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20088", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20104", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GV0VESxu", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20089", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20105", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VYqY45eE", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20090", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20106", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bcC47tAa", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20091", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20107", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GGFgV72D", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20092", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20108", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7698", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", @@ -16917,7 +16937,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7721", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7722", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7723", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20093", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20109", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7724", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7725", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7726", @@ -17158,7 +17178,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7913", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_485", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7914", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20094", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20110", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7915", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7916", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7917", @@ -17170,7 +17190,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7920", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-38", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7921", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20095", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20111", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7922", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7923", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7924", @@ -17193,8 +17213,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-importentry-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7939", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-39", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20096", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20097", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20112", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20113", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_489", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-import-forms-mapping-to-importentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7940", @@ -17207,12 +17227,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7944", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-41", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20098", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20099", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20100", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20101", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20102", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20103", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20114", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20115", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20116", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20117", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20118", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20119", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_491", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-export-forms-mapping-to-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7945", @@ -17225,9 +17245,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7949", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7950", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7951", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20104", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20120", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7952", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20105", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20121", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7953", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7954", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7955", @@ -17322,10 +17342,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8038", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8039", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8040", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20106", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20107", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20108", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20109", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20122", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20123", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20124", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20125", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8041", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8042", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", @@ -17433,72 +17453,72 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-950spMs_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6SEwZT9o", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20110", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20126", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8131", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8132", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20111", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20127", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-a5nZ7X_y", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20112", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20113", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20128", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20129", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8133", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20114", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20130", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8134", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8135", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20115", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20131", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8136", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20116", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20117", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20132", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20133", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-45q8t20X", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20118", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20134", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WzAgO-V_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20119", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20120", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20135", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20136", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-CDGJVPkq", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20121", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20137", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20122", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20123", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20124", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20138", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20139", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20140", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kEa0XgB6", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20125", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20126", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20141", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20142", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-wyOKxI9w", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20127", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20128", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20143", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20144", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedDefaultBinding", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XHs8lcig", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20129", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20145", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NameSpaceImport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AScJop1Y", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20130", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20146", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedImports", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SkqVKtrZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20131", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20132", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20147", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20148", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-FromClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20133", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20149", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportsList", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20134", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20150", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UCgvcMcb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20135", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20136", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20151", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20152", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportSpecifier", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-z0N66GR4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20137", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20153", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GW8ul0v", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20138", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20139", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20154", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20155", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleSpecifier", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hjv695N2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20140", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20156", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20141", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20157", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20142", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20158", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8137", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20143", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20159", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-importentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-importentries", @@ -17508,273 +17528,273 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-65kV3a3C", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8141", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8cqfbQ1C", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20144", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20145", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20160", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20161", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8142", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20146", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20162", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8143", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20147", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20163", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8144", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qEXtoziY", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20148", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20164", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-myYDa7qJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20149", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20165", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8145", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-4FL2ok6-", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20150", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20151", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20166", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20167", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8146", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20152", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20168", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8147", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20153", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20169", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod--ST7ch2j", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20154", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20170", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8148", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentriesformodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8149", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8150", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8151", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ejkMSdRd", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20155", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20156", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20171", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20172", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8152", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20157", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20173", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8153", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20158", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20174", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8154", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0jSzNM4w", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20159", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20160", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20175", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20176", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8155", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20161", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20177", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8156", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20162", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20178", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8157", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8iON-ECl", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20163", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20179", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8158", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20164", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20180", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8159", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UUrB05kM", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20165", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20181", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8160", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20166", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20182", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8161", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Cg-QzVAj", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8162", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-nXrDLJR0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20167", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20168", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20183", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20184", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8163", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20169", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20185", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8164", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20170", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20186", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8165", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-EknrR_3b", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20171", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20187", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8166", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20172", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20188", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8167", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iQJyYMlU", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20173", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20174", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20189", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20190", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8168", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20175", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20191", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8169", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20176", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20192", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8170", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-xWvkB_EQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20177", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20178", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20193", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20194", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod---2Mdo2Q", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20179", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20195", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-w_WAVAwX", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20180", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20196", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-60Xh0dpZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20181", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20197", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bE4rfMak", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20182", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20198", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KPFnW3Lq", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20183", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20199", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GUPXSqcT", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20184", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20185", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20200", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20201", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportFromClause", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-efW0NtUW", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-N6rwTU5m", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20186", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20202", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-gG1rdVmA", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20187", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20203", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedExports", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tKOro2Xm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20188", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20189", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20204", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20205", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportsList", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20190", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20206", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JgWQiNCe", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20191", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20192", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20207", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20208", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportSpecifier", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GlqP_AXb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20193", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20209", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ya486nM7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20194", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20195", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20210", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20211", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20196", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20212", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8171", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20197", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20198", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20199", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20213", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20214", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20215", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8172", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20200", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20216", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8173", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20201", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20217", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8174", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8175", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20202", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20203", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20218", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20219", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportedbindings", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportedbindings", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportedbindings", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8176", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8177", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20204", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20220", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8178", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hxF0P9sA", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20205", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20206", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20221", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20222", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8179", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20207", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20223", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8180", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20208", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20224", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8181", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6U1eQAFM", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20209", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20225", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KKQ0xR-v", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20210", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20226", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8182", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-V3c4HtRK", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20211", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20212", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20227", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20228", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8183", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-OFghu2j_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20213", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20229", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8184", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20214", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20230", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IJxf-Cdm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20215", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20231", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8185", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20216", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20232", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-PahxJv8L", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20217", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20233", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8186", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20218", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20234", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Ltk1AbDn", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20219", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20235", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kSrXZybF", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20220", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20236", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tftEFTtX", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20221", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20237", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8187", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20222", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20238", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TQTcajTg", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8188", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2N5gUMor", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20223", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20224", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20239", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20240", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8189", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20225", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20241", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8190", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20226", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20242", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8191", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XDdQfOn3", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20227", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20243", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8192", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8193", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20228", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20244", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Hr-D5Mzb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20229", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20230", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20245", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20246", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8194", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8195", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20231", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20247", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8196", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8197", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20232", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20248", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Td0h-qi5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20233", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20234", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20249", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20250", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8198", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20235", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20251", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8199", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20236", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20252", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8200", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ebSwvFft", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20237", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20253", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8201", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20238", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20254", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Nqbdsw0J", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20239", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20255", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fa0LziO_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20240", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20256", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8202", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Upv45R4X", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20241", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20242", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20257", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20258", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8203", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20243", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20259", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-H38kB23_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8204", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2_hHRuoS", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20244", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20260", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8205", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8206", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20245", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20261", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zlltzYPM", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20246", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20262", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8207", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20247", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20263", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-n6JkNQnf", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20248", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20264", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8208", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20249", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20265", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NjdAgwQZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20250", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20266", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8209", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20251", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20267", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iOoR-XLv", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20252", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20268", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-BuNuTBV9", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20253", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20269", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fWfjxGVB", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20254", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20270", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tyOEKkRB", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8210", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VeE5fiYD", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20255", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20256", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20271", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20272", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8211", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20257", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20273", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8212", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20258", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20274", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8213", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KtpQleM7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20259", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20275", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8214", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8215", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20260", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20276", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jiop1t1m", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20261", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20262", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20277", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20278", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8216", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8217", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20263", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20279", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportentries", @@ -17784,55 +17804,55 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VtH9KIhP", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8221", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-paVpIqc4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20264", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20265", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20280", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20281", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8222", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20266", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20282", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8223", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20267", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20283", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8224", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AebNVOm2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20268", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20284", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K7CKbuyc", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20269", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20285", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8225", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Pw78KQtD", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20270", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20271", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20286", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20287", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8226", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20272", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20288", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8227", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20273", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20289", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VQKcYkbx", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20274", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20290", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8228", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20275", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20291", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vHJuGFG0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20276", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20292", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8229", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8230", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20277", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20293", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8231", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7BCAocpR", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20278", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20294", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8232", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8233", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20279", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20295", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8234", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-rg_YnEcS", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20280", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20296", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8235", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20281", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20297", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8236", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8237", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-A54_tyTm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20282", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20298", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8238", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20283", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20299", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8239", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8240", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-04PQQ9j2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20284", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20300", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8241", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_496", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentriesformodule", @@ -17842,33 +17862,33 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Xa_xAKMV", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8245", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-1scalAlY", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20285", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20301", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8246", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20286", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20302", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8247", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-mzZ83dVi", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8248", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zadzACBk", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20287", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20288", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20303", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20304", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8249", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20289", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20305", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8250", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20290", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20306", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8251", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IZvnHgpZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20291", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20307", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8252", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20292", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20308", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8253", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8254", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WH6U71Y1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20293", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20294", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20309", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20310", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8255", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20295", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20311", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8256", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20296", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20312", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8257", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8258", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-referencedbindings", @@ -17878,60 +17898,60 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SuOfrU8K", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8262", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-eGw90zQ9", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20297", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20298", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20313", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20314", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8263", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20299", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20315", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8264", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20300", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20316", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8265", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tdM6ZJNC", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20301", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20302", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20317", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20318", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8266", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20303", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20319", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-YJpWFrW7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20304", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20320", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8267", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20305", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20321", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hGf2GDb1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20306", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20322", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8268", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20307", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20323", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7S1R-xaK", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20308", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20309", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20324", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20325", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HmLCnng_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20310", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20326", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qMwuQwD4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20311", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20327", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8269", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20312", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20328", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-RU5ba9t5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20313", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20329", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8270", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20314", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20330", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GDTz4eH", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20315", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20331", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8271", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20316", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20332", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-963jyNzQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20317", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20333", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8272", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20318", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20334", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8273", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20319", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20335", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8274", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8275", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KpBQ_5fa", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20320", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20336", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8276", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20321", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20337", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8277", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20322", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20338", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8278", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20323", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20339", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8279", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8280", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8281", @@ -17954,24 +17974,24 @@ "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#spec-container", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-error-handling-and-language-extensions", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#early-error", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20324", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20340", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8282", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8283", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20325", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20326", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20341", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20342", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8284", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8285", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20327", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20328", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20329", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20343", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20344", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20345", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8286", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8287", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8288", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8289", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_497", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8290", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20330", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20331", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20346", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20347", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8291", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8292", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8293", @@ -17983,17 +18003,17 @@ "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8297", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8298", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8299", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20332", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20333", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20334", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20335", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20336", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20337", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20338", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20339", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20340", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20341", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20342", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20348", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20349", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20350", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20351", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20352", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20353", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20354", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20355", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20356", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20357", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20358", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8300", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8301", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8302", @@ -18005,24 +18025,24 @@ "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8308", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_499", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_500", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20343", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20344", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20359", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20360", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8309", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8310", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_501", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20345", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20346", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20347", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20361", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20362", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20363", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_502", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8311", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_503", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_504", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_505", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_506", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20348", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20364", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8312", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_507", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20349", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20365", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane-container", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane", @@ -18041,8 +18061,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#sec-ecmascript-standard-built-in-objects", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20350", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20351", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20366", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20367", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8313", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8314", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8315", @@ -18152,17 +18172,17 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8368", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8369", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8370", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20352", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20368", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8371", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8372", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20353", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20354", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20369", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20370", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8373", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20355", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20371", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8374", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20356", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20372", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8375", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20357", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20373", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8376", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8377", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8378", @@ -18213,22 +18233,22 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8417", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8418", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8419", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20358", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20359", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20360", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20374", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20375", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20376", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8420", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20361", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20362", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20363", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20364", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20377", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20378", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20379", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20380", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8421", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8422", "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", "https://tc39.es/ecma262/multipage/global-object.html#_ref_523", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8423", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20365", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20366", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20367", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20381", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20382", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20383", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8424", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8425", "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", @@ -18261,12 +18281,12 @@ "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8441", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8442", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20368", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20384", "https://tc39.es/ecma262/multipage/global-object.html#_ref_527", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20369", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20385", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8443", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8444", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20370", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20386", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8445", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8446", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8447", @@ -18293,22 +18313,22 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-syntax-and-semantics", "https://tc39.es/ecma262/multipage/global-object.html#prod-uri", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20371", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20387", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriCharacters", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20372", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20373", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20388", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20389", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriCharacter", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20374", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20375", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20376", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20390", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20391", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20392", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriReserved", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriUnescaped", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20377", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20378", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20379", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20393", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20394", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20395", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriEscaped", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20380", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20381", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20396", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20397", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriAlpha", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriMark", "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", @@ -18333,7 +18353,7 @@ "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8474", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20382", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20398", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8475", "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", @@ -18345,15 +18365,15 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8478", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20383", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20384", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20399", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20400", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8479", "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8480", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20385", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20401", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8481", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-aggregate-error", @@ -18726,19 +18746,19 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8636", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8637", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8638", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20386", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20387", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20388", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20389", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20390", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20391", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20392", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20393", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20394", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20402", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20403", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20404", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20405", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20406", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20407", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20408", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20409", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20410", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8639", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20395", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20396", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20397", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20411", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20412", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20413", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8640", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8641", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8642", @@ -18833,17 +18853,17 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8712", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_590", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8713", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20398", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20399", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20400", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20414", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20415", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20416", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8714", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8715", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8716", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20401", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20417", "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20402", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20403", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20404", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20418", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20419", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20420", "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunctionAccessor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype-@@hasinstance", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8717", @@ -18865,10 +18885,10 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8726", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8727", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8728", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20405", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20406", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20407", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20408", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20421", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20422", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20423", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20424", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8729", @@ -19367,164 +19387,163 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8980", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8981", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8982", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8983", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_621", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8984", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8983", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8984", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8985", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8986", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8987", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8986", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8987", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8988", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8989", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8990", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8990", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8991", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8992", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8993", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8994", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8994", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8995", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8996", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8997", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8998", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8998", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8999", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9000", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9000", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9001", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9002", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9003", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9004", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9005", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9006", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9006", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9007", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9008", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9009", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9010", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9011", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9010", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9011", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9012", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9013", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisbigintvalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9013", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9014", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9015", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9016", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9017", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9018", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9019", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9018", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9019", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9020", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9021", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9021", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9022", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9023", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9024", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9025", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9026", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_622", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_621", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9027", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9026", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9028", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9027", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9028", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9029", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9030", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9031", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9032", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9033", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9034", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_623", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_622", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-value-properties-of-the-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9035", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9034", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9036", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9035", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9037", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9036", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9038", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9037", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9039", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9038", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9040", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9039", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9041", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9040", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9042", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9041", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9043", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9042", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-function-properties-of-the-math-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9044", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9043", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9045", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9044", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9045", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9046", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9047", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9048", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9049", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9049", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9050", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9051", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9052", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9052", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9053", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9054", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9055", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9056", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9057", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9057", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9058", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9059", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9060", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9060", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9061", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9062", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9063", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9064", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9065", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9066", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9067", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9067", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9068", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9069", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9070", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9070", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9071", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9072", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9073", @@ -19543,178 +19562,178 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9086", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9087", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9088", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9089", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9089", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9090", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9091", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9092", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9092", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9093", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9094", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9095", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9096", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9097", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9097", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9098", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9099", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9099", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9100", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9101", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9102", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9102", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9103", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9104", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9105", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9105", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9106", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9107", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9108", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9108", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9109", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9110", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9111", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9111", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9112", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9113", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9114", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9115", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9116", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9116", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9117", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9118", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9119", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9119", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9120", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9121", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9122", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9123", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9123", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9124", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9125", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9126", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9127", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9128", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9129", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9130", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9130", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9131", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9132", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9133", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9133", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9134", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9135", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9136", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9136", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9137", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9138", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9139", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9139", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9140", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9141", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9142", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9142", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9143", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9144", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9145", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9146", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9146", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9147", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9148", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9149", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9150", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9150", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9151", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9152", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9153", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9153", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9154", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9155", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9155", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9156", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9157", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9158", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9159", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9160", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9159", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9160", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9161", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9162", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9163", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9163", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9164", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9165", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9166", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9166", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9167", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9168", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9169", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9169", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9170", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9171", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9172", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9172", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9173", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9174", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9175", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9175", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9176", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9177", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-overview-of-date-objects-and-definitions-of-abstract-operations", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9177", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9178", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9179", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_623", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9179", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9180", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9181", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9182", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-day-number-and-time-within-day", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9183", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9182", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9183", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9184", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9185", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9186", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9187", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerDay", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeWithinDay", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9187", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9188", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9189", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9190", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9191", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9192", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-year-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysInYear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9192", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9193", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9194", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9195", @@ -19726,8 +19745,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9201", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9202", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9203", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9204", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9204", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9205", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9206", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9207", @@ -19736,24 +19755,24 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9210", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9212", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9213", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9213", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9214", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9215", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9216", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9216", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9217", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9218", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9218", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9219", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9220", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9221", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9222", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9222", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9223", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9224", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9225", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9225", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9226", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9227", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9228", @@ -19786,13 +19805,13 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9255", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9256", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9257", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9258", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9258", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9259", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9260", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9261", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9262", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9262", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9263", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9264", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9265", @@ -19828,15 +19847,15 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9295", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9296", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9297", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9298", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9298", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9299", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9300", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9301", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9302", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9303", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9303", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9304", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9305", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9306", @@ -19854,65 +19873,65 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9318", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9319", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9320", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9321", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9321", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9322", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9323", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9324", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9325", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9326", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9326", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9327", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9328", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9329", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9330", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9331", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hours-minutes-second-and-milliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9331", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9332", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9333", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9333", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9334", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9335", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9336", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9337", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9338", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9339", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9339", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9340", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9341", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9342", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9343", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9344", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9345", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9345", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9346", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9347", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9348", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9349", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9350", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9351", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9351", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9352", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9353", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9354", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9355", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9356", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HoursPerDay", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinutesPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecondsPerMinute", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerSecond", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerMinute", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9356", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9357", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9358", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9359", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9359", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9360", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9361", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9362", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9362", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9363", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9364", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9365", @@ -19924,9 +19943,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9371", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9372", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9373", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9374", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9374", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9375", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9376", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9377", @@ -19943,39 +19962,39 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9388", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9389", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9390", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9391", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9392", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9391", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9392", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9393", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9394", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9395", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9396", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-expanded-years", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-extended-years", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9397", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9396", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9397", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9398", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9399", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9400", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9401", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9402", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9403", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9404", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9405", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-year-month-date-hours-minutes-seconds-ms", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9405", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9406", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9407", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9408", @@ -19985,8 +20004,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9412", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9413", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9414", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9415", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9416", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9417", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9418", @@ -20004,28 +20023,28 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9430", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9431", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9432", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9433", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9433", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9434", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9435", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9436", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9435", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9436", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9437", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9438", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9439", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9440", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9441", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9441", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9442", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9443", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9442", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9443", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9444", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9445", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9446", @@ -20040,102 +20059,102 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9455", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9456", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9457", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9458", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9458", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9459", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9460", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9461", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thistimevalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thistimevalue", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9462", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9461", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-Date-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-time-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9463", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9462", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9464", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9463", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9464", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9465", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9466", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9467", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9467", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9468", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9469", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9470", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9470", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9471", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9472", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9473", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9473", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9474", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9475", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9476", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9476", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9477", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9478", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9479", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9479", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9480", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9481", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9482", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9482", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9483", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9484", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9485", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9485", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9486", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9487", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9488", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9489", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9488", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9489", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9490", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9491", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9492", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9492", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9493", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9494", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9494", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9495", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9496", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9496", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9497", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9498", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9498", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9499", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9500", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9500", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9501", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9502", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9502", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9503", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9504", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9504", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9505", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9506", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9506", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9507", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9508", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9508", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9509", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9510", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9511", @@ -20146,9 +20165,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9516", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9517", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9518", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9519", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9519", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9520", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9521", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9522", @@ -20161,9 +20180,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9529", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9530", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9531", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9532", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9532", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9533", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9534", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9535", @@ -20178,9 +20197,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9544", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9545", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9546", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9547", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9547", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9548", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9549", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9550", @@ -20192,9 +20211,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9556", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9557", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9558", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9559", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9559", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9560", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9561", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9562", @@ -20208,9 +20227,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9570", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9571", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9572", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9573", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9573", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9574", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9575", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9576", @@ -20222,9 +20241,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9582", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9583", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9584", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9585", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9585", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9586", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9587", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9588", @@ -20237,15 +20256,15 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9595", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9596", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9597", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9598", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9598", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9599", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9600", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9601", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9602", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9602", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9603", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9604", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9605", @@ -20254,9 +20273,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9608", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9609", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9610", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9611", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9611", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9612", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9613", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9614", @@ -20267,9 +20286,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9619", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9620", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9621", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9622", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9622", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9623", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9624", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9625", @@ -20282,9 +20301,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9633", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9634", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9638", @@ -20294,9 +20313,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9644", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9645", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9645", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9646", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9647", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9648", @@ -20308,9 +20327,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9654", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9655", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9656", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9657", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9657", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9658", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9659", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9660", @@ -20320,9 +20339,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9664", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9665", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9666", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9667", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9667", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9668", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9669", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9670", @@ -20333,44 +20352,44 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9675", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9676", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9677", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9678", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9678", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9679", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9680", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9681", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9682", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9682", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9683", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9684", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9684", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9685", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9686", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9687", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9688", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9688", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9689", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9690", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9690", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9691", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9692", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9692", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9693", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9694", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9694", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9695", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9696", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9696", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9697", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9698", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9699", @@ -20380,12 +20399,12 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9703", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9704", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9705", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9706", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9706", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9707", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9708", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9709", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9710", @@ -20394,11 +20413,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9713", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9714", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9715", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9716", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-day-names", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-month-names", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9716", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9717", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9718", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9719", @@ -20409,30 +20428,30 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9724", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9725", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9726", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9727", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9727", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9728", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9729", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9730", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9731", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9732", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9732", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9733", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9734", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9735", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9736", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9737", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9738", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9738", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9739", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9740", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9741", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9742", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9743", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9744", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9745", @@ -20442,17 +20461,16 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9749", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9750", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9751", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9752", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9753", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9752", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9753", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9754", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9755", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9755", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9756", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9757", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9758", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane-container", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane", @@ -20474,31 +20492,32 @@ "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9759", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9758", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9759", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9760", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9761", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9762", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9763", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9764", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9764", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9765", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9766", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9767", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9768", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9769", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9769", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9770", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9771", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9771", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9772", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9773", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9774", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9775", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9775", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9776", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9777", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9778", @@ -20506,11 +20525,11 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9780", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9781", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9782", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9783", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9784", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9783", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9784", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9785", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9786", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9787", @@ -20522,58 +20541,58 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9793", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9794", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9795", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9796", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_642", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_641", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9796", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9797", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9798", "https://tc39.es/ecma262/multipage/text-processing.html#thisstringvalue", "https://tc39.es/ecma262/multipage/text-processing.html#sec-thisstringvalue", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9798", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9799", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9800", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9801", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9802", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9802", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9803", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9804", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9805", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9806", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9806", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9807", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9808", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9809", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9810", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9811", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9811", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9812", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9813", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9814", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9815", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9816", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9817", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9816", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_642", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_643", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_644", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9817", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9818", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9819", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9820", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9821", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9822", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9822", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9823", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9824", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9825", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9826", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9827", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9826", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9827", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9828", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9829", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9830", @@ -20581,9 +20600,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9832", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9833", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9834", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9835", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9835", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9836", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9837", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9838", @@ -20591,9 +20610,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9840", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9841", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9842", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9843", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9843", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9844", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9845", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9846", @@ -20601,9 +20620,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9848", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9849", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9850", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9851", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9851", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9852", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9853", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9854", @@ -20614,9 +20633,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9859", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9860", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9861", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9862", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9862", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9863", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9864", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9865", @@ -20626,9 +20645,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9869", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9870", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9871", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9872", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9872", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9873", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9874", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9875", @@ -20636,9 +20655,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9877", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9878", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9879", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9880", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9880", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9881", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9882", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9883", @@ -20650,22 +20669,22 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9889", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9890", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9891", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9892", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9892", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9893", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9894", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9895", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9895", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9896", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9897", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9897", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9898", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9899", "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9899", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9900", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9901", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9902", @@ -20676,20 +20695,20 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9907", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9908", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9909", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9910", "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9910", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9911", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9912", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9913", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9914", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9914", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9915", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9916", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9917", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9917", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9918", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9919", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9920", @@ -20708,11 +20727,11 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9933", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9934", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9935", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9936", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#table-45", "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9936", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9937", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9938", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9939", @@ -20737,9 +20756,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9958", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9959", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9960", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9961", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9961", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9962", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9963", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9964", @@ -20766,9 +20785,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9985", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9986", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9987", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9988", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9988", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9989", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9990", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9991", @@ -20776,9 +20795,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9993", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9994", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9995", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9996", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9996", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9997", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9998", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9999", @@ -20787,9 +20806,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10002", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10003", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10004", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10005", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10005", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10006", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10007", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10008", @@ -20811,9 +20830,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10024", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10025", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10026", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10027", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10027", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10028", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10029", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10030", @@ -20821,9 +20840,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10032", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10033", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10034", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10035", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10035", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10036", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10037", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10038", @@ -20832,61 +20851,61 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10041", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10042", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10043", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10044", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_645", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10045", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_644", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10044", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_646", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10046", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_645", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10045", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_647", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_646", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10046", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10047", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10048", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10049", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10050", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10051", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10050", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_648", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_647", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10052", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_648", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10051", "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10052", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10053", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10054", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10055", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10056", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10057", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10058", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20409", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20410", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20425", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20426", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10059", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10058", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10060", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10059", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10061", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10060", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype-@@iterator", "https://tc39.es/ecma262/multipage/text-processing.html#table-internal-slots-of-string-iterator-instances", "https://tc39.es/ecma262/multipage/text-processing.html#table-46", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-iterator-instances", "https://tc39.es/ecma262/multipage/text-processing.html#sec-createstringiterator", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_654", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10061", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10062", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10063", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10064", @@ -20895,538 +20914,538 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10067", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10068", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10069", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10070", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10070", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10071", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10072", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10073", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances-length", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-iterator-objects", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10074", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10073", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10074", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10075", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10076", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10077", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10076", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10078", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10077", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10079", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20411", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10078", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20427", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Pattern", "https://tc39.es/ecma262/multipage/text-processing.html#prod-B7AwVhmt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20412", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20428", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Disjunction", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20413", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20429", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MCRqOZOt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20414", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20415", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20430", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20431", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Alternative", "https://tc39.es/ecma262/multipage/text-processing.html#prod-59aIYYAE", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AWMX5oRX", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20416", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20417", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20432", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20433", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Term", "https://tc39.es/ecma262/multipage/text-processing.html#prod-R1uQAeY_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20418", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20434", "https://tc39.es/ecma262/multipage/text-processing.html#prod-j_jePxdh", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20419", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20435", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FwIStaHw", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20420", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20421", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20436", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20437", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Assertion", "https://tc39.es/ecma262/multipage/text-processing.html#prod--UK1vL-o", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2McWu3FN", "https://tc39.es/ecma262/multipage/text-processing.html#prod-dGY5m3B5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cEq5EQ6K", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Cf1SEDgB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20422", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20438", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FyT9myEt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20423", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20439", "https://tc39.es/ecma262/multipage/text-processing.html#prod-haZS2dRF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20424", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20440", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITKxHdqR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20425", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20441", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#prod-tUDOOFuV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20426", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20442", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GZavMceB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20427", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20443", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QuantifierPrefix", "https://tc39.es/ecma262/multipage/text-processing.html#prod-vLv9dnb5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UgDebVXB", "https://tc39.es/ecma262/multipage/text-processing.html#prod-N4RBWkLM", "https://tc39.es/ecma262/multipage/text-processing.html#prod-kgxh0ghk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20428", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20444", "https://tc39.es/ecma262/multipage/text-processing.html#prod-jfh41CSR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20429", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20445", "https://tc39.es/ecma262/multipage/text-processing.html#prod-bLgfIwO4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20430", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20431", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20446", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20447", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Atom", "https://tc39.es/ecma262/multipage/text-processing.html#prod-hYVkAeML", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20432", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20448", "https://tc39.es/ecma262/multipage/text-processing.html#prod-6UeGTTDU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20433", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20449", "https://tc39.es/ecma262/multipage/text-processing.html#prod-gdPiaYp4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20434", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20450", "https://tc39.es/ecma262/multipage/text-processing.html#prod-XC-6aJgH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20435", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20436", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20451", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20452", "https://tc39.es/ecma262/multipage/text-processing.html#prod-eFQJZCbr", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20437", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20453", "https://tc39.es/ecma262/multipage/text-processing.html#prod-SyntaxCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#prod-PatternCharacter", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20438", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20439", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20454", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20455", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AtomEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2qcgA24q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20440", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20456", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QZtCcvYH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20441", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20457", "https://tc39.es/ecma262/multipage/text-processing.html#prod-sBosbs9Q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20442", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20458", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JlQXbw31", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20443", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20459", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-q4aq35sO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20444", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20460", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MEeQQu3e", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20445", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20461", "https://tc39.es/ecma262/multipage/text-processing.html#prod-oPPhk0pZ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20446", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20462", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CrHLbIYs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20447", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20448", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20463", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20464", "https://tc39.es/ecma262/multipage/text-processing.html#prod-VtjEN4lt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20449", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20465", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ControlEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ControlLetter", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupSpecifier", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20450", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20466", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CieYjAI6", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20451", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20467", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UEFofPmM", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20452", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20453", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20454", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ChPpokvC", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20455", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20456", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-WBQHipLA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20457", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20458", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-QEKJWJ5I", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20459", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20460", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20461", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20462", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpUnicodeEscapeSequence", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-8GU45ufS", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20463", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20464", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20465", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20466", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20467", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20468", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20469", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeLeadSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeTrailSurrogate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20470", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ChPpokvC", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20471", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20472", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-WBQHipLA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20473", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexLeadSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-9DQE3TBL", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20474", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-QEKJWJ5I", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20475", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexTrailSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NPEUSg3U", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20476", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20477", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexNonSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-iYWV_jnv", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20478", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpUnicodeEscapeSequence", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-8GU45ufS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20479", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20480", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20481", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20482", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DecimalEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-PUMw6WxS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20483", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20484", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20485", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SeTTaRwS", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JQe22hGV", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Ba3BrqMI", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-mC3Wqo02", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-uRZ9YD5P", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tSKKQe8i", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5iubKlkQ", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeLeadSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeTrailSurrogate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20486", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LRNY7pYO", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20487", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-wlk0gl-x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20488", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20489", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-jMQ5xe2C", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexLeadSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-9DQE3TBL", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20490", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20491", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-dKwoh9d_", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexTrailSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NPEUSg3U", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20492", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20493", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexNonSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-iYWV_jnv", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20494", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20495", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fm-i-5qN", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20496", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20497", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20498", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DecimalEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-PUMw6WxS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20499", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20500", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-bczcwPHe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20501", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Jv4TFSLc", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SeTTaRwS", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JQe22hGV", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Ba3BrqMI", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-mC3Wqo02", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-uRZ9YD5P", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tSKKQe8i", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5iubKlkQ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20502", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SkuwrFQT", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LRNY7pYO", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20503", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-wlk0gl-x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20504", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-8-K7AdXe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20505", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-jMQ5xe2C", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20506", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-EbHYacpU", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20507", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-dKwoh9d_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20508", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20509", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20510", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MjoVem1x", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20511", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fm-i-5qN", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20512", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-wzvB1IdY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20513", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20514", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20515", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ee-3CYw6", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20516", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DSKNclKY", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-bczcwPHe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20517", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Jv4TFSLc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20518", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MZvj9Dzw", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-A6KLgGNK", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-pRiuVk3t", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SkuwrFQT", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20519", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NKSKjwBB", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20520", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_655", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_656", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-8-K7AdXe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20521", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10080", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20522", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-EbHYacpU", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20523", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20524", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10081", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20525", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20526", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MjoVem1x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20527", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20528", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-wzvB1IdY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20529", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20530", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10082", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20531", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ee-3CYw6", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20532", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10083", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DSKNclKY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20533", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10084", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20534", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MZvj9Dzw", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-A6KLgGNK", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-pRiuVk3t", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20535", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NKSKjwBB", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20536", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_654", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_655", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20537", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10079", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20538", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10085", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20539", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10086", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20540", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10087", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10080", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20541", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10088", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20542", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10089", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20543", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10090", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20545", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20546", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10081", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20547", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10091", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20548", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10092", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10082", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20549", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10093", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10083", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20550", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10094", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20551", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10095", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20552", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10096", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20553", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20554", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10097", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10084", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20555", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10085", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20556", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10086", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20557", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10087", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20558", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10098", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10088", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20559", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10089", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20560", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20561", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10099", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20563", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10090", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20564", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10091", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20565", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10100", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10092", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20566", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10093", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20567", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10094", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20568", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10095", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20569", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20570", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10096", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20571", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20572", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20573", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20574", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10097", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20575", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20576", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20577", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10098", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20578", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20579", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20580", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20581", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10099", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20582", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20583", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20584", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20585", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10100", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10101", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20586", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10102", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20570", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10103", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10104", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_656", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10105", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_657", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10106", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20587", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10107", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20571", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10108", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10109", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20572", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20588", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_657", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_658", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20573", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20589", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10109", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10110", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20590", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10111", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20574", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10112", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10113", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10113", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10114", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10115", "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20575", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20576", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20591", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20592", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10115", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_662", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20593", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20594", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10116", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20577", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20578", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10117", "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparensbefore", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10117", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10118", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10119", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10120", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20595", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20596", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20597", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10121", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20579", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20580", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20581", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10122", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10122", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10123", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10124", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20582", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20583", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20598", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20599", "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20584", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20585", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20586", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20587", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20588", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20589", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20590", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20600", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20601", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20602", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20603", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20604", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20605", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20606", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10125", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10124", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", "https://tc39.es/ecma262/multipage/text-processing.html#prod-G-2_KzF0", "https://tc39.es/ecma262/multipage/text-processing.html#prod-c9Gs2CyN", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20591", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20607", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CyWYzaiY", "https://tc39.es/ecma262/multipage/text-processing.html#prod-_jzYJMTx", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Z3nmWONm", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20592", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20608", "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20593", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20609", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10126", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10127", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10125", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10126", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", "https://tc39.es/ecma262/multipage/text-processing.html#prod-xjk33vk0", "https://tc39.es/ecma262/multipage/text-processing.html#prod-r7Whzgyd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20594", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20595", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20610", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20611", "https://tc39.es/ecma262/multipage/text-processing.html#prod-lioRfUCB", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RssYfbc0", "https://tc39.es/ecma262/multipage/text-processing.html#prod-qdZp22xs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20596", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20612", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", "https://tc39.es/ecma262/multipage/text-processing.html#table-controlescape-code-point-values", "https://tc39.es/ecma262/multipage/text-processing.html#table-47", "https://tc39.es/ecma262/multipage/text-processing.html#prod-icPSXbtU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20597", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20598", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20613", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20614", "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20599", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20615", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20600", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20601", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20616", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20617", "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20602", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20603", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20618", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20619", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10127", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10128", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20604", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20621", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10129", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20605", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10130", "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20606", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20607", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20622", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20623", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20608", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20609", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20624", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20625", "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20610", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20626", "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20611", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20627", "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20612", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20613", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20628", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20629", "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20614", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20615", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20630", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20631", "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-sourcetext", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10130", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10131", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10132", "https://tc39.es/ecma262/multipage/text-processing.html#prod-YwpqHKM8", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20616", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20617", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20632", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20633", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GwDkgvpu", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20618", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20619", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20634", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20635", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10132", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10133", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10134", "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20620", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20636", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10134", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10135", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20637", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10136", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20621", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10137", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20638", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10138", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20622", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20639", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10139", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20623", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10140", "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-identifier-names-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10141", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10140", "https://tc39.es/ecma262/multipage/text-processing.html#prod-n_is87x3", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20624", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20640", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10141", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20641", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10142", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20625", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10143", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10143", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10144", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10145", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20626", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10146", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20627", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20642", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10145", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20643", "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20628", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20629", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20644", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20645", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10146", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20646", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10147", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20630", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10148", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20631", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10149", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10150", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10149", "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20632", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20633", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20648", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20649", "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20634", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20635", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20650", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20651", "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20636", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20652", "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20637", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10151", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20638", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10150", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20654", "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20639", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20640", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20655", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20656", "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20641", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20642", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20643", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20644", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10152", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20657", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20658", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20659", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20660", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10151", "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10152", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10153", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20661", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20662", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10154", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20645", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20646", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20647", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20664", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20665", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20666", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10155", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20648", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20649", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10156", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10157", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10158", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10159", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10160", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10161", "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10161", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10162", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10163", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10164", @@ -21434,25 +21453,25 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10166", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10167", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10168", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10169", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10170", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10169", "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-record-fields", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10170", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10171", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10172", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10173", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilepattern", "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10173", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10174", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10175", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10176", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10177", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10178", "https://tc39.es/ecma262/multipage/text-processing.html#prod-mHyeO4wo", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20651", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20667", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10178", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20668", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10179", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20652", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10180", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10181", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10182", @@ -21464,244 +21483,244 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10188", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10189", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10190", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10191", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10192", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10193", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10194", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilesubpattern", "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10194", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10195", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10196", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4rdvkKA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20653", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20654", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10197", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20655", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10198", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20656", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10199", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10200", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20657", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20658", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20660", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20661", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20662", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20664", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10201", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10202", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20665", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20666", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10203", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20667", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10204", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20668", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10205", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10206", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10207", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10208", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10209", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10210", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10211", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20670", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10196", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20671", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10197", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20672", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10198", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10199", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20673", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20674", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20675", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20676", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20677", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10212", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20678", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20679", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10213", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20680", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10200", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10201", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20682", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10214", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10202", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20683", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10215", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10203", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20684", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10216", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10217", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10204", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10205", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10206", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10207", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10208", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10209", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10210", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20685", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10218", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20686", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10219", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10220", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10221", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10222", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10223", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10224", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10225", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10226", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10227", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10228", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10229", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20688", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20691", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20692", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20693", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10211", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20694", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20695", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10212", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20696", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20697", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20698", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10213", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20699", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10214", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20700", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10215", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10216", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20701", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10217", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20702", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10218", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10219", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10220", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10221", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10222", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10223", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10224", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10225", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10226", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10227", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10228", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20703", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20704", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20705", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20706", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20707", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20708", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20709", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20710", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20711", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20712", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20713", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20714", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20715", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20716", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20717", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20718", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20719", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20720", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20721", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileassertion", "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10229", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10230", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10231", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", "https://tc39.es/ecma262/multipage/text-processing.html#prod-sVm_wok4", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10231", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10232", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10233", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20706", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20722", "https://tc39.es/ecma262/multipage/text-processing.html#prod-STP3aqEM", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10233", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10234", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10235", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20707", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20723", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ViPM0g4q", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10235", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10236", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10237", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10238", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10239", "https://tc39.es/ecma262/multipage/text-processing.html#prod-zZ_Qgb0r", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10239", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10240", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10241", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10242", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10243", "https://tc39.es/ecma262/multipage/text-processing.html#prod-K3dw8gDB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20708", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20724", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10243", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20725", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10244", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20709", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10245", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10246", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10247", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10248", "https://tc39.es/ecma262/multipage/text-processing.html#prod-aFJAHEX0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20710", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20726", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10248", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20727", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10249", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20711", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10250", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10251", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10252", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITDs20e0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20712", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20728", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10252", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20729", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10253", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20713", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10254", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10255", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10256", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10257", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oce7U7TP", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20714", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20730", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10257", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20731", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10258", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20715", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10259", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10260", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10261", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10261", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10262", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10263", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10264", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10265", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifier", "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10265", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10266", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10267", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10268", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10269", "https://tc39.es/ecma262/multipage/text-processing.html#prod-9qV9mwu-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20716", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20732", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10269", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20733", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10270", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20717", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10271", "https://tc39.es/ecma262/multipage/text-processing.html#prod-qWoBDE8M", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20718", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20734", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10271", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20735", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10272", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20719", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10273", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifierprefix", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10273", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10274", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10275", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10276", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10277", "https://tc39.es/ecma262/multipage/text-processing.html#prod-s8nl1xnS", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10278", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10277", "https://tc39.es/ecma262/multipage/text-processing.html#prod-4GxjzerI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10279", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10278", "https://tc39.es/ecma262/multipage/text-processing.html#prod-xg-YUvEA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10280", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10279", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cx_RnfxU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20720", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20721", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10281", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20736", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20737", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10280", "https://tc39.es/ecma262/multipage/text-processing.html#prod--bNWqStu", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20722", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20723", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10282", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20738", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20739", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10281", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JGD-kmEs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20724", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20725", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20726", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20727", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10283", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20740", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20741", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20742", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20743", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10282", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileatom", "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", "https://tc39.es/ecma262/multipage/text-processing.html#sec-atomescape", "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10283", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10284", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10285", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Js9cL8Bl", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20728", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20729", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10286", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20744", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20745", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10285", "https://tc39.es/ecma262/multipage/text-processing.html#prod-HeZ4ZCvZ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20730", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10287", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20746", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10286", "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKfl4ziO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20731", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20747", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10287", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20748", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10288", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20732", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10289", "https://tc39.es/ecma262/multipage/text-processing.html#prod-rOrnsPez", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20733", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20734", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20749", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20750", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10289", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20751", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10290", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20735", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20752", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10291", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20736", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10292", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10293", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10294", @@ -21710,47 +21729,47 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10297", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10298", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10299", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10300", "https://tc39.es/ecma262/multipage/text-processing.html#prod-G6MNAyJ9", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20737", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10301", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20738", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20753", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10300", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20754", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cCYT06VF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20739", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20755", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10301", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20756", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10302", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20740", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10303", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10304", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", "https://tc39.es/ecma262/multipage/text-processing.html#prod-HH-Xi2Q_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20741", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20757", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10304", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20758", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10305", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20742", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10306", "https://tc39.es/ecma262/multipage/text-processing.html#prod-k2ESRh0v", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20743", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20759", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10306", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20760", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10307", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20744", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10308", "https://tc39.es/ecma262/multipage/text-processing.html#prod-VB-OogXI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20745", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20761", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10308", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20762", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10309", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20746", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20763", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10310", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20747", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10311", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10312", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10312", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10313", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10314", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10315", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10316", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10317", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10318", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10319", "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10319", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10320", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10321", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10322", @@ -21760,39 +21779,38 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10326", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10327", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10328", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10329", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10329", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10330", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10331", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20764", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20765", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10332", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20748", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20749", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10333", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20750", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20751", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20752", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20753", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20754", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20755", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20756", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20757", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20758", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20766", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20767", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20768", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20769", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20770", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20771", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20772", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20773", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20774", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilecharacterclass", "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10333", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10334", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10335", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10336", "https://tc39.es/ecma262/multipage/text-processing.html#prod-SO4ILMRd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20759", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20775", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10336", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20776", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10337", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20760", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10338", "https://tc39.es/ecma262/multipage/text-processing.html#prod-g364uoyk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20761", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20777", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10338", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20778", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10339", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20762", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10340", "https://tc39.es/ecma262/multipage/text-processing.html#sec-compiletocharset", "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", @@ -21801,157 +21819,158 @@ "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10340", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10341", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10342", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", "https://tc39.es/ecma262/multipage/text-processing.html#prod-shxjwMBA", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20763", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20764", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10343", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20765", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10344", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20766", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20767", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20768", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20769", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10345", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20770", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10346", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20771", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10347", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20772", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10348", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20773", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20774", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10349", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20775", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10350", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20776", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20777", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20778", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20779", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10351", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20780", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10352", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10342", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20781", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10353", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10343", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20782", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10354", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20783", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20784", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20785", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10344", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20786", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10345", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20787", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10346", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20788", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10347", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20790", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10348", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20791", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10349", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20792", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20793", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20794", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20795", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10355", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10350", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20796", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10351", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20797", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10352", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20798", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10353", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20799", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20800", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20801", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20802", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20803", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20804", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20806", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20808", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20809", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20810", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20811", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10354", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20812", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20813", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20814", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20815", "https://tc39.es/ecma262/multipage/text-processing.html#prod-E23U4UCW", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CJ70Staj", "https://tc39.es/ecma262/multipage/text-processing.html#prod-4qp2L35t", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20800", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20801", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20816", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20817", "https://tc39.es/ecma262/multipage/text-processing.html#prod-sOQsJGFN", "https://tc39.es/ecma262/multipage/text-processing.html#prod-yVuyKzZ7", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10356", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10355", "https://tc39.es/ecma262/multipage/text-processing.html#prod-3TNl1K-Z", "https://tc39.es/ecma262/multipage/text-processing.html#prod-kc86cCn-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20802", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10357", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20803", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20818", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10356", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20819", "https://tc39.es/ecma262/multipage/text-processing.html#prod-rM2HtPxJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20804", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10358", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20820", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10357", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20821", "https://tc39.es/ecma262/multipage/text-processing.html#prod-5_vYUeM-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20806", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20822", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20823", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10358", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20824", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10359", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20808", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10360", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10361", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10362", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10363", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20825", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10364", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20809", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10365", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JU4eVWl0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20810", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20826", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10365", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20827", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10366", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20811", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10367", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10368", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10369", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10370", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10371", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10371", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10372", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10373", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10373", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10374", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10375", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10376", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10376", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_685", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10377", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10378", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10377", "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10378", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10379", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10380", "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10380", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10381", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10382", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10382", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10383", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10384", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10385", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10386", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10387", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10388", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10388", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10389", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_692", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_693", "https://tc39.es/ecma262/multipage/text-processing.html#table-unicode-general-category-values", "https://tc39.es/ecma262/multipage/text-processing.html#table-unicode-script-values", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10390", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10389", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10390", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10391", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10392", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10393", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10394", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10394", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10395", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10396", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10397", @@ -21960,19 +21979,19 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10400", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10401", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10402", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10403", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20812", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20813", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20814", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20828", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20829", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20830", "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-the-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10403", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10404", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10405", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10406", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10407", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10407", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10408", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10409", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10410", @@ -21982,75 +22001,75 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10414", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10415", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10416", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20831", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10417", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20815", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10418", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10419", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10420", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10421", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10422", "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10422", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10423", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10424", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20832", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10425", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20816", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20833", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10426", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20817", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20834", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10427", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20818", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10428", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20819", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20835", "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10428", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10429", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10430", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10431", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10431", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10432", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10433", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10434", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10435", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10436", "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20820", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20821", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_694", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20836", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20837", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_693", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10436", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20838", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20839", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10437", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20822", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20823", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20840", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10438", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20824", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10439", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20825", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20826", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20827", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20841", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20842", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20843", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10439", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10440", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10441", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10442", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10441", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10442", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10443", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10444", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10445", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10446", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10446", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10447", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10448", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10449", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10450", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10449", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10450", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10451", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10452", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10453", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10453", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10454", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10455", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10456", @@ -22058,9 +22077,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10458", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10459", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10460", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10461", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10461", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10462", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10463", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10464", @@ -22089,8 +22108,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10487", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10488", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10489", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20844", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10490", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20828", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10491", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10492", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10493", @@ -22101,42 +22120,42 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10498", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10499", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10500", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20845", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10501", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20829", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20846", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10502", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20830", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10503", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10504", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10505", "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10505", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10506", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10507", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10508", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10509", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10509", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10510", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10511", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10512", "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10513", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_695", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10512", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_694", "https://tc39.es/ecma262/multipage/text-processing.html#table-match-record", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10513", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10514", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10515", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10516", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10516", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10517", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10518", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10519", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10520", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10521", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10522", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10522", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10523", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10524", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10525", @@ -22144,9 +22163,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10527", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10528", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10529", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10530", "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10530", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10531", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10532", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10533", @@ -22163,13 +22182,13 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10545", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10546", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10547", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10547", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10548", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10549", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10549", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10550", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10551", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10552", @@ -22185,28 +22204,28 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10563", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10564", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10565", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10565", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10566", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10567", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10568", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10569", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10570", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10571", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10571", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10572", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10573", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10573", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10574", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10575", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10575", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10576", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10577", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10577", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10578", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10579", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10580", @@ -22228,8 +22247,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10596", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10597", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10598", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10599", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10599", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10600", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10601", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10602", @@ -22240,12 +22259,12 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10607", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10608", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10609", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10610", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10610", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10611", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10612", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10612", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10613", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10614", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10615", @@ -22286,8 +22305,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10653", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10653", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10654", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10655", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10656", @@ -22297,16 +22316,16 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10660", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10661", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10662", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10663", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10664", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10665", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10666", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10667", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10668", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10669", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10670", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10671", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10672", @@ -22344,45 +22363,45 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10704", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10705", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10706", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10707", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10707", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10708", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10709", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10709", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10710", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10711", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10712", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10712", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10713", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10714", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10715", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10716", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10717", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10718", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20831", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20847", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10718", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10719", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10720", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10720", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10721", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10722", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20848", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10723", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20832", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10724", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10725", "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10726", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_696", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10725", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_695", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10727", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10726", "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-string-iterator-instance-slots", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-string-iterator-instances", "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10727", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10728", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10729", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10730", @@ -22398,15 +22417,14 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10740", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10741", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10742", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10743", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10743", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10744", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10745", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10746", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10745", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10747", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10746", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane-container", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane", @@ -22427,23 +22445,24 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-indexed-collections", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10747", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_696", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10748", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10749", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10750", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10752", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10754", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10755", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10756", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-items", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor-array", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10756", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10757", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10759", @@ -22459,12 +22478,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10769", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10770", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10771", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10772", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10772", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10773", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10774", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10774", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10775", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10776", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10777", @@ -22503,12 +22522,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10810", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10811", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10812", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10813", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10814", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10813", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10814", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10815", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10816", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10817", @@ -22518,29 +22537,29 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10821", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10822", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10823", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10824", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10825", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10824", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10825", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10826", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10827", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10828", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10829", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10829", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10830", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10831", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10832", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10832", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10833", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10834", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10835", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10836", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10837", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10838", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10838", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10839", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10840", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10841", @@ -22554,24 +22573,24 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10849", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10850", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10851", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10852", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10852", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10853", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10854", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10854", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10855", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10856", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10857", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10858", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10859", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10860", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10861", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10862", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10861", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10862", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10863", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10864", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10865", @@ -22592,13 +22611,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10880", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10881", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10882", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10883", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10883", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10884", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10885", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10885", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10886", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10887", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10888", @@ -22608,9 +22627,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10892", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10893", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10894", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10895", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10895", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10896", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10897", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10898", @@ -22621,9 +22640,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10903", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10904", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10905", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10906", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10906", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10907", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10908", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10909", @@ -22637,9 +22656,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10917", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10918", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10919", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10920", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10920", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10921", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10922", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10923", @@ -22648,9 +22667,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10926", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10927", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10928", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10929", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10929", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10930", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10931", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10932", @@ -22660,9 +22679,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10936", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10937", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10938", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10939", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10939", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10940", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10941", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10942", @@ -22671,9 +22690,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10945", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10946", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10947", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10948", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10948", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10949", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10950", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10951", @@ -22683,16 +22702,16 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10955", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10956", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10957", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10958", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10958", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10959", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10960", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10961", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10962", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10963", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10963", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10964", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10965", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10966", @@ -22711,16 +22730,16 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10979", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10980", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10981", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10982", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10982", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10983", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10984", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10985", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10986", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10987", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10987", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10988", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10989", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10990", @@ -22729,9 +22748,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10993", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10994", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10995", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10996", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10996", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10997", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10998", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10999", @@ -22742,9 +22761,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11004", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11005", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11006", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11007", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11007", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11008", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11009", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11010", @@ -22757,9 +22776,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11017", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11018", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11019", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11020", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11020", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11021", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11022", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11023", @@ -22768,13 +22787,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11026", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11027", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11028", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11029", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11029", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11030", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11031", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11031", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11032", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11033", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11034", @@ -22787,9 +22806,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11041", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11042", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11043", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11044", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11044", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11045", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11046", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11047", @@ -22800,9 +22819,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11052", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11053", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11054", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11055", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11055", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11056", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11057", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11058", @@ -22811,9 +22830,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11061", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11062", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11063", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11064", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11064", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11065", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11066", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11067", @@ -22821,9 +22840,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11069", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11070", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11071", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11072", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11072", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11073", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11074", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11075", @@ -22836,9 +22855,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11082", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11083", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11084", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11085", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11085", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11086", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11087", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11088", @@ -22851,9 +22870,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11095", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11096", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11097", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11098", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11098", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11099", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11100", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11101", @@ -22871,9 +22890,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11113", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11114", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11115", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11116", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11116", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11117", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11118", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11119", @@ -22891,9 +22910,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11131", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11132", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11133", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11134", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11134", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11135", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11136", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11137", @@ -22910,13 +22929,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11148", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11149", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11150", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11151", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11151", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11152", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11153", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11153", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11154", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11155", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11156", @@ -22926,32 +22945,32 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11160", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11161", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11162", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11163", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-comparefn", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11163", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11164", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11165", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11165", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11166", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11167", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11168", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11169", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11170", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11169", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11170", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11171", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11172", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11173", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11174", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11175", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11176", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_700", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11177", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11176", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11177", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11178", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11179", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11180", @@ -22960,8 +22979,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11183", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11184", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11185", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11186", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11186", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11187", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11188", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11189", @@ -22970,13 +22989,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11192", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11193", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11194", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11195", "https://tc39.es/ecma262/multipage/indexed-collections.html#sort-order", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11195", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11196", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11197", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11198", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11199", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11200", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11201", @@ -22985,16 +23004,16 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11204", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11205", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11206", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11207", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", "https://tc39.es/ecma262/multipage/indexed-collections.html#consistent-comparator", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11207", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11208", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11209", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11210", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11211", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11211", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11212", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11213", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11214", @@ -23034,13 +23053,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11248", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11249", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11250", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11251", "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11251", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11252", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11253", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11253", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11254", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11255", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11256", @@ -23053,15 +23072,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11263", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11264", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11265", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11266", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11266", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11267", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11268", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11269", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11270", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11270", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11271", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11272", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11273", @@ -23077,15 +23096,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11283", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11284", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11285", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11286", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11286", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11287", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11288", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11289", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11288", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11289", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11290", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11291", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11292", @@ -23101,26 +23120,26 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11302", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11303", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11304", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11305", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11305", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11306", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11307", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11308", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11308", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11309", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11310", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11311", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11312", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11313", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11314", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11313", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#table-internal-slots-of-array-iterator-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#table-48", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-iterator-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11314", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11315", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11316", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11317", @@ -23138,59 +23157,59 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11329", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11330", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11331", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11332", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11332", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11333", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11334", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11335", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11334", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11336", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11335", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11336", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11337", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_711", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11338", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11339", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11338", "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11340", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11339", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11340", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11341", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11342", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11342", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11343", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11344", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11344", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11345", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11346", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11346", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11347", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11348", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11348", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11349", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11350", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11350", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11351", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11352", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11352", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11353", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11354", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11354", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11355", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11356", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11356", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11357", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11358", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11359", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11358", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11359", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11360", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11361", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11362", @@ -23198,12 +23217,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11364", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11365", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11366", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11367", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11367", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11368", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11369", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11369", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11370", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11371", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11372", @@ -23228,64 +23247,64 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11391", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11392", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11393", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11394", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11394", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11395", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11396", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11397", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11398", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11399", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11400", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11400", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11401", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11402", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11402", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11403", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11404", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11405", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11406", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11407", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11408", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11409", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11408", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11410", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11409", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11410", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11411", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11412", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11413", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11414", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11415", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11415", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11416", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11417", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11418", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11419", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11419", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11420", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11421", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11422", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11423", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11424", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11425", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11425", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11426", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11427", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11428", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11429", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11430", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11431", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11431", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11432", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11433", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11433", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11434", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11435", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11436", @@ -23300,14 +23319,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11445", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11446", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11447", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11448", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11448", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11449", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11450", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11450", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11451", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11452", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11453", @@ -23315,10 +23334,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11455", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11456", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11457", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11458", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_715", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11458", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11459", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11460", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11461", @@ -23331,10 +23350,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11468", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11469", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11470", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11471", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_715", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11471", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11472", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11473", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11474", @@ -23348,10 +23367,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11482", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11483", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11484", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11485", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11485", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11486", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11487", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11488", @@ -23359,10 +23378,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11490", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11491", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11492", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11493", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11493", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11494", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11495", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11496", @@ -23371,10 +23390,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11499", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11500", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11501", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11502", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11502", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11503", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11504", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11505", @@ -23382,10 +23401,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11507", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11508", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11509", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11510", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11510", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11511", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11512", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11513", @@ -23394,30 +23413,30 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11516", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11517", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11518", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11519", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11519", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11520", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11521", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11522", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11523", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11524", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11525", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11526", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11526", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11527", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11528", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11529", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11530", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11531", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11532", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11533", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11533", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11534", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11535", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11536", @@ -23428,10 +23447,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11541", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11542", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11543", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11544", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_724", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11544", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11545", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11546", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11547", @@ -23439,14 +23458,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11549", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11550", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11551", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11552", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11552", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11553", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11554", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_725", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_724", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11554", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11555", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11556", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11557", @@ -23457,18 +23476,18 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11562", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11563", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11564", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11565", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11565", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11566", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11567", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11568", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11569", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11570", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11571", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_725", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11571", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11572", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11573", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11574", @@ -23478,10 +23497,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11578", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11579", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11580", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11581", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11581", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11582", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11583", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11584", @@ -23491,10 +23510,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11588", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11589", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11590", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11591", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11591", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11592", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11593", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11594", @@ -23504,10 +23523,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11598", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11599", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11600", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11601", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11601", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11602", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11603", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11604", @@ -23517,18 +23536,18 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11608", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11609", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11610", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11611", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-overloaded-offset", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11611", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11612", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11613", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11614", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11615", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11616", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-typedarray-offset", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11616", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11617", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11618", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11619", @@ -23546,10 +23565,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11631", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11632", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11633", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11634", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-array-offset", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11634", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11635", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11636", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11637", @@ -23561,10 +23580,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11643", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11644", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11645", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11646", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11646", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11647", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11648", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11649", @@ -23586,10 +23605,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11665", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11666", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11667", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11668", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11668", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11669", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11670", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11671", @@ -23597,24 +23616,24 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11673", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11674", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11675", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11676", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraysortcompare", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_732", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11676", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11677", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11678", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11679", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11680", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11681", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11682", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11683", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11684", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11685", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11685", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11686", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11687", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11688", @@ -23627,80 +23646,80 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11695", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11696", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11697", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11698", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_735", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11699", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11700", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11701", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11702", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11703", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11702", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11704", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11705", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11706", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11707", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11708", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-abstract-operations-for-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11711", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11713", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11714", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11716", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11717", "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11717", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11721", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11723", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11724", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11727", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11728", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11729", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11730", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11729", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11731", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11730", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11732", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11733", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11735", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11736", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11736", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11737", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11738", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11740", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11741", @@ -23717,11 +23736,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11752", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11754", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11755", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11755", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11756", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11757", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11759", @@ -23729,10 +23748,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11761", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11762", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11763", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11764", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-typedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11764", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11765", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11766", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11767", @@ -23744,10 +23763,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11773", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11774", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11775", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11776", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-buffer-byteoffset-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11776", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11777", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11778", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11779", @@ -23757,9 +23776,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11783", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11784", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11785", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11786", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11786", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11787", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11788", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11789", @@ -23769,9 +23788,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11793", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11794", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11795", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11796", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11796", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11797", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11798", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11799", @@ -23779,36 +23798,35 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11801", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11802", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11803", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11804", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11804", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11805", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11806", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11807", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11808", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11809", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11810", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11811", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11811", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11812", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11813", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11814", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_745", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_745", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_747", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-prototype-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11814", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11815", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11816", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_748", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_747", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11817", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11816", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-instances", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_749", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_748", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-container", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane", @@ -23830,25 +23848,26 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-keyed-collection", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11817", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11818", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11819", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11820", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11821", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11822", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11823", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11824", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11824", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11825", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11826", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11827", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11828", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11829", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11830", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11830", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11831", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11832", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11833", @@ -23871,94 +23890,94 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11850", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11851", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11852", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11853", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11853", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11854", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11855", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11856", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11855", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11856", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11857", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11858", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11859", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11860", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11861", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11862", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11862", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11863", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11864", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11864", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11865", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11866", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11867", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11868", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11869", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11870", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11869", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11870", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11871", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11872", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11873", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11874", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11875", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11874", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11875", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11876", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11877", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11878", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11879", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11880", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11880", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11881", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11882", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11883", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11884", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11884", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11885", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11886", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11887", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11888", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11889", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11888", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11889", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11890", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11891", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11892", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11893", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11894", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11894", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11895", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11896", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11897", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11898", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11899", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11900", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11899", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11901", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_750", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11900", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_749", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11902", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11901", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11903", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11902", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11904", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11903", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-map-iterator-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#table-50", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-iterator-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11904", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11905", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11906", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11907", @@ -23972,28 +23991,28 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11915", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11916", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11917", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11918", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11918", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11919", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11920", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11921", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11920", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11922", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11921", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11922", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11923", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11924", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11925", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11926", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11927", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11928", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11929", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11929", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11930", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11931", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11932", @@ -24003,82 +24022,82 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11936", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11937", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11938", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11939", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11939", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11940", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11941", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11942", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11941", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11942", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11943", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11944", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11945", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11946", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11947", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11948", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11948", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11949", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11950", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11950", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11951", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11952", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11953", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11953", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11954", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11955", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11956", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11957", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11958", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11957", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11958", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11959", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11960", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11961", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11962", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11961", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11962", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11963", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11964", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11965", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11966", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11966", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11967", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11968", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11969", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_751", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_750", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11969", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11970", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11971", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11972", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11973", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11974", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11973", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11975", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_752", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11974", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_751", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11976", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11975", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11977", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11976", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11977", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11978", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11979", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-set-iterator-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#table-51", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-iterator-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11979", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11980", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11981", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11982", @@ -24093,93 +24112,93 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11991", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11992", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11993", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11994", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11994", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11995", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11996", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11997", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11996", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11998", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11997", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11998", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_11999", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_752", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12000", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_753", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12001", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12002", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12003", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12004", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12005", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12005", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12006", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12007", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12008", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12009", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12010", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12011", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12011", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12012", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12013", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12014", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12013", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12014", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12015", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12016", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12017", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12016", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12017", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12018", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12019", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12020", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12021", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12022", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12022", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12023", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12024", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12025", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12026", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12027", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12027", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12028", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12029", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12030", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12031", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12032", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12032", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12033", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12034", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12035", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12036", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12037", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12038", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12039", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12038", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12040", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12039", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12041", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12040", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_753", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_754", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_755", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12042", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12041", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12042", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12043", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12044", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12045", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12046", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12046", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12047", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12048", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12049", @@ -24189,40 +24208,39 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12053", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12054", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12055", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12056", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12056", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12057", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12058", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12059", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12058", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12059", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12060", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12061", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12061", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12062", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12063", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12064", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12065", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12066", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12065", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12066", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12067", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12068", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12069", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12070", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12070", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12071", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12072", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12073", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12074", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12075", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12074", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakset-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12076", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12075", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane-container", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane", @@ -24244,36 +24262,37 @@ "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_755", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_756", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_757", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12076", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12077", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12078", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12079", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12080", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12081", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12082", "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-arraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12082", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12083", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12084", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12085", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12086", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12087", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12087", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12088", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12089", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12090", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12091", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12092", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12093", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12094", "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12094", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12095", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12096", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12097", @@ -24282,41 +24301,41 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12100", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12101", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12102", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12103", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12104", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12103", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12104", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12105", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12106", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12107", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12106", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12107", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12108", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12109", "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumber", "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12109", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12110", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_757", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12111", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12112", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12113", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12114", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12115", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12116", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12117", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12117", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12118", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12119", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12120", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12121", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12122", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12123", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12124", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12125", @@ -24331,10 +24350,10 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12134", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12135", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12136", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12137", "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", "https://tc39.es/ecma262/multipage/structured-data.html#sec-numbertorawbytes", "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12137", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12138", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12139", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12140", @@ -24343,14 +24362,14 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12143", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12144", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12145", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12146", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_760", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12146", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12147", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12148", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12149", "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12149", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12150", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12151", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12152", @@ -24359,8 +24378,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12155", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12156", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12157", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12158", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12159", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12160", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12161", @@ -24369,9 +24388,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12164", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12165", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12166", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12167", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12167", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12168", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12169", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12170", @@ -24381,8 +24400,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12174", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12175", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12176", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12177", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12178", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12179", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12180", @@ -24396,46 +24415,46 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12188", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12189", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12190", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12191", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12192", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12193", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12194", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12195", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12196", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12196", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12197", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12198", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12198", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12199", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12200", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12201", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12200", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12202", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12201", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12202", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12203", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12204", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12205", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12206", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12206", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12207", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12208", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12208", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12209", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12210", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12211", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12212", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12213", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12214", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12213", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12214", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12215", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12216", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12217", @@ -24455,61 +24474,61 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12231", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12232", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12233", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12234", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12235", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12234", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12235", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12236", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12237", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-sharedarraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12237", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12238", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12239", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12240", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12241", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12242", "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12242", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12243", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12244", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12245", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12246", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12247", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12248", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12249", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12250", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12251", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12252", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12252", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12253", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12254", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12254", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12255", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12256", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12257", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12256", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12258", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12257", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12258", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12259", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12260", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12260", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12261", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12262", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12263", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12264", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12265", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12264", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12265", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12266", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12267", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12268", @@ -24526,27 +24545,27 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12279", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12280", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12281", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12282", "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12283", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12282", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12284", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12283", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-dataview-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12284", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12285", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12286", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12287", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12288", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12289", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12290", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12291", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12292", "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12292", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12293", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12294", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12295", @@ -24556,123 +24575,123 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12299", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12300", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12301", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12302", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12303", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12304", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12305", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12306", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12307", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12308", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12308", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12309", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12310", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12311", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12312", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12313", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12314", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12314", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12315", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12316", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12317", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12316", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12317", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12318", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12319", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12319", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12320", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12321", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12322", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12322", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12323", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12324", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12325", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12326", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12327", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12327", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12328", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12329", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12330", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12331", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12332", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12333", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12332", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12334", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12333", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12335", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12334", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12336", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12335", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12337", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12336", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12338", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12337", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12339", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12338", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12340", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12339", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12341", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12340", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12342", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12341", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12343", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12342", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12344", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12343", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12345", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12344", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12346", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12345", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12347", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12346", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12348", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12347", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12349", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12348", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12350", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12349", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12351", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12350", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12352", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12351", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12353", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12352", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12354", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12353", "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12354", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12355", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12356", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12357", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12357", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12358", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12359", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12360", @@ -24680,9 +24699,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12362", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12363", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12364", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12365", "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12365", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12366", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12367", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12368", @@ -24691,8 +24710,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12371", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12372", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12373", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12374", "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12374", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12375", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12376", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12377", @@ -24701,34 +24720,34 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12380", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12381", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12382", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12383", "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-atomics", "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", "https://tc39.es/ecma262/multipage/structured-data.html#sec-validatesharedintegertypedarray", "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12383", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12384", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12385", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12386", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12387", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12388", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12389", "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12389", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12390", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12391", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12392", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12393", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12394", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12395", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12395", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12396", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12397", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12398", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12399", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12400", "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12400", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12401", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12402", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12403", @@ -24747,14 +24766,14 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12416", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12417", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12418", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12419", "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12419", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12420", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12421", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12422", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12423", "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12423", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12424", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12425", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12426", @@ -24765,26 +24784,26 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12431", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12432", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12433", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12434", "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12434", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12435", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12436", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12437", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12438", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12439", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12440", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12441", "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12441", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12442", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12443", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12444", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12445", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12446", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12447", "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12447", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12448", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12449", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12450", @@ -24792,10 +24811,10 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12452", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12453", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12454", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12455", "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspend", "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12455", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12456", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12457", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12458", @@ -24813,17 +24832,17 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12470", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12471", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12472", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12473", "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12473", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12474", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12475", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12476", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12477", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12478", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12479", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12479", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12480", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12481", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12482", @@ -24841,9 +24860,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12494", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12495", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12496", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12497", "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12497", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12498", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12499", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12500", @@ -24854,15 +24873,15 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12505", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12506", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12507", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12508", "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12508", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12509", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12510", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12511", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12512", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12512", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12513", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12514", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12515", @@ -24876,14 +24895,14 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12523", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12524", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12525", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12526", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12526", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12527", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12528", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12529", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12529", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12530", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12531", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12532", @@ -24917,35 +24936,35 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12560", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12561", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12562", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12563", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12563", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12564", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12565", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12565", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12566", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12567", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12568", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12569", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12570", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicload", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12570", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12571", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12572", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12573", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12574", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12575", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12576", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12577", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12577", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12578", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12579", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12580", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12580", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12581", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12582", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12583", @@ -24956,9 +24975,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12588", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12589", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12590", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12591", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12591", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12592", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12593", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12594", @@ -24972,9 +24991,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12602", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12603", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12604", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12605", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12605", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12606", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12607", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12608", @@ -24995,9 +25014,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12623", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12624", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12625", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12626", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12626", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12627", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12628", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12629", @@ -25010,59 +25029,59 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12636", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12637", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12638", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12639", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12639", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12640", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12641", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12642", "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12643", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12642", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12643", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12644", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12645", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12646", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12647", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12647", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12648", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12649", "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12649", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12650", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12651", "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12651", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12652", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20849", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12653", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20833", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12654", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12655", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12656", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12657", "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12657", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12658", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12659", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12660", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12660", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20850", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20851", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12661", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20834", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20835", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12662", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12663", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12664", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12665", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12666", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20836", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20852", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_768", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_769", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20837", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20838", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20853", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_20854", "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12666", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12667", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12668", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12669", @@ -25079,9 +25098,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12680", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12681", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12682", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12683", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12683", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12684", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12685", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12686", @@ -25112,18 +25131,18 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12711", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12712", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12713", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12714", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12715", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_771", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12714", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", "https://tc39.es/ecma262/multipage/structured-data.html#table-json-serialization-record", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12715", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12716", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12717", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12718", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12719", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12719", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12720", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12721", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12722", @@ -25145,28 +25164,28 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12738", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12739", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12740", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12741", "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_771", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12741", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_772", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12742", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_773", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12743", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_774", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_775", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12743", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12744", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12745", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12746", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12747", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12748", "https://tc39.es/ecma262/multipage/structured-data.html#table-json-single-character-escapes", "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12748", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12749", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12750", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12751", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12751", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12752", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12753", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12754", @@ -25180,9 +25199,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12764", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12765", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12765", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12766", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12767", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12768", @@ -25196,9 +25215,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12776", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12777", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12778", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12779", "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12780", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12779", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane-container", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane", @@ -25219,103 +25237,103 @@ "https://tc39.es/ecma262/multipage/managing-memory.html#sec-managing-memory", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12780", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12781", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12782", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12783", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12784", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12785", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12786", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12787", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12787", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12788", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12789", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12790", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12790", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12791", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12792", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12793", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12794", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12793", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12794", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12795", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12796", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12798", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12797", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12796", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12798", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12799", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12800", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12801", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12802", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12803", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12802", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakref-abstract-operations", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12803", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12804", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12805", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12806", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12806", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12807", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12808", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12809", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12810", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12810", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12811", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12812", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12813", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12814", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12815", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12816", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12816", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12817", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12818", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12819", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12820", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12821", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12821", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12822", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12823", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12824", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12825", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12824", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12825", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12826", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12827", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12828", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12827", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12828", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12829", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12830", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12831", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12832", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12833", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12834", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12835", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12835", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12836", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12837", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12838", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12839", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12840", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12839", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12840", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12841", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12842", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12843", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_12844", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane-container", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane", @@ -25336,58 +25354,59 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-control-abstraction-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteration", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-common-iteration-interfaces", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12845", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12844", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterable-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_776", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_775", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterable-interface-required-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-52", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator-interface", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_776", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_777", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_778", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterator-interface-required-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-53", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterator-interface-optional-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-54", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciterable-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_779", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_778", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterable", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciterator-interface", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_779", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_780", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterator-required", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterator-optional", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteratorresult-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iteratorresult-interface-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-55", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12846", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12845", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12846", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12847", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12848", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-@@iterator", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12848", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12849", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12850", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype-asynciterator", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12850", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12851", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12852", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12852", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12853", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12854", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12855", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12856", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12857", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12858", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12859", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12859", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12860", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12861", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12861", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12862", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12863", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12864", @@ -25396,8 +25415,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12867", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12868", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12869", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12870", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12870", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12871", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12872", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12873", @@ -25413,9 +25432,9 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12883", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12884", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12885", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12886", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12886", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12887", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12888", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12889", @@ -25430,16 +25449,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12898", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12899", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12900", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12901", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-async-from-sync-iterator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12901", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12902", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12903", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-from-sync-iterator-internal-slots", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12904", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12903", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-value-unwrap-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12904", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12905", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12906", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12907", @@ -25457,24 +25476,24 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12919", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12920", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12921", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12922", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12922", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12923", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12924", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-abstract-operations", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12924", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12925", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12926", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12927", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12926", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12927", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12928", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12929", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12929", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12930", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12931", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12932", @@ -25485,7 +25504,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12936", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12937", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12938", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12939", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", @@ -25497,11 +25516,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12943", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12944", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12945", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_787", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12946", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_789", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12947", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12948", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", @@ -25540,7 +25559,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12975", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12976", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12977", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12978", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12979", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_12980", @@ -25693,8 +25712,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13101", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13102", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13103", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_792", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_793", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13104", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13105", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all-resolve-element-functions", @@ -25739,12 +25758,12 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13140", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13141", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13142", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_793", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_794", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13143", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13144", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_796", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13145", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13146", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-resolve-element-functions", @@ -25802,8 +25821,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13193", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13194", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13195", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_798", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13196", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13197", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any-reject-element-functions", @@ -25942,7 +25961,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13303", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13304", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13305", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-59", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13306", @@ -25954,9 +25973,9 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13312", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20839", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20840", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20841", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20855", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20856", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20857", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13313", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#figure-2", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", @@ -25970,7 +25989,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13319", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13320", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13321", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13322", @@ -25983,11 +26002,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13326", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13327", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13328", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_803", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13329", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13330", @@ -25998,19 +26017,19 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13332", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13333", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13334", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13335", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20842", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20843", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20844", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20858", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20859", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20860", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13336", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13337", @@ -26023,7 +26042,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13342", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13343", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13344", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13345", @@ -26038,8 +26057,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13350", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13351", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13352", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13353", @@ -26050,11 +26069,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13355", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13356", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13357", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13358", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13359", @@ -26082,7 +26101,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13369", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-generator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-56", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13370", @@ -26091,7 +26110,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-abstract-operations", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20845", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20861", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13373", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13374", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13375", @@ -26168,7 +26187,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13436", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13437", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13438", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20846", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20862", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13439", @@ -26261,7 +26280,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13506", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20847", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20863", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13507", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13508", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13509", @@ -26359,7 +26378,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13589", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13590", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13591", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20848", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20864", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13592", @@ -26406,10 +26425,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13629", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20849", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20850", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20851", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20852", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20865", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20866", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20867", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_20868", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13630", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13631", @@ -26422,7 +26441,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13636", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13637", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13638", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13639", @@ -26437,7 +26456,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13644", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13645", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13646", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13647", @@ -26445,12 +26464,12 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13648", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13649", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13650", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_817", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_818", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_817", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", @@ -26487,7 +26506,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13678", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13679", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13680", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_819", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_818", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane", @@ -26599,9 +26618,9 @@ "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", "https://tc39.es/ecma262/multipage/reflection.html#_ref_13731", "https://tc39.es/ecma262/multipage/reflection.html#_ref_13732", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_20853", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_20854", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_820", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_20869", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_20870", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_819", "https://tc39.es/ecma262/multipage/reflection.html#sec-@@tostringtag", "https://tc39.es/ecma262/multipage/reflection.html#_ref_13733", "https://tc39.es/ecma262/multipage/reflection.html#references-pane-container", @@ -26968,7 +26987,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20855", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20871", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-T8-D_rlw", @@ -27029,7 +27048,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-ltrZioVe", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20856", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20872", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-qBjKPlc1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-uZn3IQfi", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-lgwqNVq7", @@ -27096,7 +27115,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-eXKFjh2J", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20857", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20873", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Ix53lok1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-O0K_hLF1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3uSyi6IT", @@ -27235,7 +27254,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-W9higncN", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20858", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20874", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-YIoJOc1p", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WTX_aban", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Dfs5WPuP", @@ -27243,7 +27262,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-HT-vtkeW", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WTX_aban", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20859", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20875", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-BMcTBp4V", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-SD1i1opG", @@ -27335,8 +27354,8 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-0clqUBRw", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-14bLNUM8", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20860", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_821", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20876", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_820", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-universal-resource-identifier-character-classes", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-regular-expressions", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-B7AwVhmt", @@ -27388,10 +27407,10 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-8GU45ufS", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-CzkVQCuc", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20861", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20862", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20863", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20864", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20877", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20878", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20879", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_20880", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-9DQE3TBL", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-NPEUSg3U", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-iYWV_jnv", @@ -27444,81 +27463,62 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14080", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-syntax", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-html-like-comments", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_822", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_821", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14081", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20865", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Comment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20866", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20867", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20868", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20869", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20870", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-MultiLineComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20871", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20872", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20873", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20874", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-FirstCommentLine", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20875", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLOpenComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20876", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLCloseComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20877", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20878", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20879", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-HTMLCloseComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20880", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20881", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Comment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20882", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20883", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20884", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20885", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20886", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-MultiLineComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20887", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLinePostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20888", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20889", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20890", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-FirstCommentLine", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20891", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLOpenComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20892", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-WhiteSpaceSequence", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLCloseComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20893", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20894", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentSequence", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20895", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-HTMLCloseComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20896", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20897", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20898", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20899", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20900", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_823", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14082", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Term", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20901", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20902", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20903", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLinePostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20904", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20905", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20906", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20907", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20908", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-WhiteSpaceSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20909", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20910", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Assertion", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20911", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20912", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20913", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20914", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20915", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-QuantifiableAssertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20916", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_822", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14082", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Term", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20917", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedAtom", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20918", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20919", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20920", @@ -27526,162 +27526,181 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20922", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20923", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20924", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-InvalidBracedQuantifier", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20925", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20926", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Assertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20927", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20928", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedPatternCharacter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20929", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-AtomEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20930", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20931", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14083", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-QuantifiableAssertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20932", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14084", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20933", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedAtom", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20934", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20935", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20936", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20937", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-CharacterEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20938", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20939", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20940", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-InvalidBracedQuantifier", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20941", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20942", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20943", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20944", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IdentityEscape", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedPatternCharacter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20945", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-AtomEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20946", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SourceCharacterIdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20947", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14083", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20948", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassAtomNoDash", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14084", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20949", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20950", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20951", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20952", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20953", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassControlLetter", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-CharacterEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20954", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-early-errors-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_824", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20955", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20956", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20957", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20958", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14085", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20959", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14086", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20960", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14087", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20961", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14088", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20962", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14089", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SourceCharacterIdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20963", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14090", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20964", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassAtomNoDash", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20965", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20966", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20967", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14091", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20968", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14092", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20969", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14093", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassControlLetter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20970", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14094", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-early-errors-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_823", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20971", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14095", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20972", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14096", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20973", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-countleftcapturingparens-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14097", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14098", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20974", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14085", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20975", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14086", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20976", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14087", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20977", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14088", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20978", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14089", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20979", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-is-character-class-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_825", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-character-value-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_826", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14090", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20980", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20981", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20982", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20983", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_827", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compilesubpattern-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expression-patterns-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14099", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14091", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20984", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14092", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20985", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14093", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20986", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14094", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20987", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14095", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20988", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14096", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20989", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-countleftcapturingparens-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14097", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14098", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20990", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20991", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20992", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20993", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20994", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20995", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-is-character-class-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_824", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-character-value-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_825", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20996", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20997", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20998", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_20999", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileassertion-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14100", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_826", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compilesubpattern-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expression-patterns-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14099", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21000", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21001", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21002", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21003", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21004", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileatom-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14101", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21005", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21006", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21007", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21008", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21009", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14102", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21010", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21011", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14103", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compiletocharset-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_828", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14104", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21012", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21013", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21014", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14105", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21015", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14106", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileassertion-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14100", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21016", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14107", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21017", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14108", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21018", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21019", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21020", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14109", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileatom-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14101", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21021", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14110", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21022", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14111", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21023", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21024", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21025", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14102", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21026", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21027", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14103", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compiletocharset-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_827", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14104", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21028", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21029", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21030", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14105", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21031", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14106", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21032", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14107", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21033", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14108", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21034", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21035", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21036", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14109", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21037", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14110", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21038", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14111", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21039", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14112", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14113", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21024", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21040", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14114", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21025", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21041", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14115", @@ -27689,14 +27708,14 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-built-in-properties", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14117", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-global-object", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_828", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_829", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_830", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-additional-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-60", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14118", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_831", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_830", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14119", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_832", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_831", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14120", @@ -27712,7 +27731,7 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14128", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14129", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14130", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21026", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21042", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14131", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14132", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14133", @@ -27780,10 +27799,10 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14164", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_833", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_832", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_834", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_833", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-date.prototype-object", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", @@ -27809,7 +27828,7 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14182", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_835", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_834", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-regexp.prototype-object", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", @@ -27818,44 +27837,28 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14185", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-other-additional-features", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-labelled-function-declarations", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21027", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21028", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21029", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14186", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21030", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21031", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21032", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_836", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21033", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14187", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14188", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21034", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21035", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21036", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21037", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14189", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-level-function-declarations-web-legacy-compatibility-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21038", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21039", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21040", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21041", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14190", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21042", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21043", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21044", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21045", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14186", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21046", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21047", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21048", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_835", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21049", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14187", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14188", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21050", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21051", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21052", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21053", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14189", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-level-function-declarations-web-legacy-compatibility-semantics", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21054", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21055", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21056", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21057", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14190", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21058", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21059", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21060", @@ -27865,25 +27868,12 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21064", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21065", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21066", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14191", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_837", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_838", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_839", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_840", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_841", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_842", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_843", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21067", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14192", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-functiondeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14193", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_844", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21068", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21069", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21070", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21071", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21072", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14194", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21073", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21074", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21075", @@ -27891,247 +27881,276 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21077", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21078", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21079", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14195", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_845", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14196", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14197", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-globaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14198", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_846", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14199", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14200", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21080", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21081", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21082", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14191", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_836", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_837", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_838", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_839", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_840", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_841", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_842", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21083", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14192", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-functiondeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14193", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_843", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21084", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14201", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21085", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21086", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21087", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21088", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14194", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21089", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21090", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21091", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14202", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_847", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14203", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14204", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-evaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14205", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_848", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14206", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21092", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21093", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21094", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21095", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14195", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_844", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14196", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14197", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-globaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14198", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_845", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14199", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14200", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21096", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14207", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21097", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21098", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21099", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21100", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14208", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14209", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#step-evaldeclarationinstantiation-web-compat-bindingexists", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14210", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14211", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14201", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21101", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21102", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14212", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_849", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14213", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14214", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-duplicates-allowed-static-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21103", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14215", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21104", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14216", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14217", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14218", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21105", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14219", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21106", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-switch-duplicates-allowed-static-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_851", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21107", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14202", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_846", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14203", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14204", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-evaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14205", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_847", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14206", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21108", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14220", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21109", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14221", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14222", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14223", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21110", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14224", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21111", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-blockdeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14225", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_852", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14226", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_853", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14227", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21112", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-functiondeclarations-in-ifstatement-statement-clauses", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14207", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21113", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_854", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21114", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21115", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21116", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14208", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14209", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#step-evaldeclarationinstantiation-web-compat-bindingexists", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14210", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14211", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21117", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21118", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14212", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_848", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14213", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14214", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-duplicates-allowed-static-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_849", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21119", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14215", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21120", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14216", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14217", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14218", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21121", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14219", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21122", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-switch-duplicates-allowed-static-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21123", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21124", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14228", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14229", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14220", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21125", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14221", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14222", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14223", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21126", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14224", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21127", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14225", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_851", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14226", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_852", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14227", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21128", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_855", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-variablestatements-in-catch-blocks", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_856", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-functiondeclarations-in-ifstatement-statement-clauses", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21129", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_853", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21130", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14230", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21131", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14231", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21132", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14232", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21133", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14233", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21134", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14234", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21135", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21136", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21137", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21138", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21139", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21140", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14228", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14229", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21141", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21142", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14235", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21143", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21144", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_857", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_858", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14236", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_854", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-variablestatements-in-catch-blocks", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_855", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21145", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_859", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14237", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21146", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-initializers-in-forin-statement-heads", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14230", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21147", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_860", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ForInOfStatement", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14231", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21148", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14232", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21149", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14233", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21150", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14234", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21151", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14238", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14239", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14240", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21152", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21153", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21154", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21155", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14241", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21156", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14242", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14243", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_862", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21157", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21158", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14235", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21159", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21160", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14244", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_856", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_857", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14236", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21161", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14245", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14246", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_863", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_858", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14237", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21162", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-initializers-in-forin-statement-heads", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21163", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_859", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ForInOfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21164", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21165", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14247", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21166", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14248", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14249", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21167", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14250", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14251", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_865", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14238", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14239", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14240", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_860", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21168", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21169", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21170", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21171", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14252", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14241", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21172", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14253", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14242", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14243", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21173", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14254", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14255", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14256", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_866", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21174", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21175", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21176", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14244", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21177", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14245", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14246", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_862", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21178", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14257", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21179", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14258", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14259", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14260", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21180", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21181", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14247", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21182", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14248", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14249", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_863", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21183", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14261", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14250", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14251", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21184", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21185", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21186", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21187", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14252", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21188", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14253", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21189", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14254", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14255", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14256", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_865", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21190", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21191", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21192", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21193", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21194", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14257", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21195", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14258", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14259", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14260", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_866", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21196", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21197", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21198", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21199", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14261", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21200", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14262", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14263", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21185", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21201", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14264", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21186", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21202", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14265", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21187", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21203", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14266", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14267", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14268", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21188", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21204", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14269", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21189", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21190", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21205", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21206", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14270", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_868", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14271", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14272", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_869", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_868", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14273", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14274", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-to-boolean", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_870", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_869", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14275", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-aec", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14276", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_871", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_870", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14277", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14278", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14279", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14280", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-typeof", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_871", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_872", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_873", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14281", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14282", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-make-job-callback", @@ -28160,68 +28179,68 @@ "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#sec-strict-mode-of-ecmascript", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13970", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13971", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_874", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_873", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13972", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21191", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21192", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21207", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21208", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13973", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21193", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21194", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21209", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21210", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13974", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13975", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21195", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_875", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21196", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21211", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_874", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21212", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13976", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13977", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_876", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21197", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_875", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21213", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13978", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21198", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21214", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_876", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21215", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_877", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21199", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21216", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_878", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21200", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_879", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_880", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13979", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13980", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_881", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_880", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13981", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_881", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_882", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_883", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13982", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_884", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_883", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13983", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21201", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21217", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13984", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_884", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_885", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_886", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13985", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13986", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_886", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_887", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_888", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_889", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13987", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21202", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_890", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21218", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_889", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13988", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_891", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_890", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13989", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21203", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21204", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_892", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21205", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21219", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21220", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_891", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21221", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13990", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13991", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21206", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_893", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21207", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21208", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21222", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_892", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21223", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21224", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13992", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13993", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_893", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_894", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_895", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_13994", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane-container", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane-spacer", @@ -28241,7 +28260,7 @@ "https://tc39.es/ecma262/multipage/host-layering-points.html#shortcuts-help", "https://tc39.es/ecma262/multipage/host-layering-points.html#spec-container", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-layering-points", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_896", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_895", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_13995", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_13996", @@ -28258,27 +28277,27 @@ "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14007", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14008", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_897", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_896", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14009", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_898", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_897", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14010", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_899", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_898", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14011", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_899", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_900", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_901", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_902", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-objects-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14012", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_903", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_902", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-running-jobs", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14013", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14014", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_904", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_903", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-internal-methods-of-exotic-objects", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_905", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_904", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14015", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-built-in-objects-and-methods", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_906", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_905", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-container", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane", @@ -28297,27 +28316,27 @@ "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#shortcuts-help", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#spec-container", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#sec-corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_906", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_907", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_908", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14016", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_909", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_908", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14017", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14018", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_910", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_909", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14019", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14020", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14021", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14022", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_910", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_911", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_912", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_913", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_914", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14023", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_914", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_915", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_916", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_917", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_918", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_919", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14024", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14025", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14026", @@ -28339,155 +28358,155 @@ "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#shortcuts-help", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#spec-container", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_920", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_919", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14027", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_921", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_920", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14028", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21209", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21210", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_922", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21225", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21226", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_921", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14029", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14030", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_922", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_923", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21227", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21228", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21229", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_924", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21211", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21212", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21213", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_925", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_926", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14031", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_927", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_926", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14032", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21214", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14033", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_928", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21215", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21216", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21217", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21218", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21219", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_929", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21220", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21221", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21222", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_930", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21223", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21224", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21225", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14034", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21226", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_931", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21227", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21228", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_932", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21229", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21230", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_933", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14033", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_927", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21231", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14035", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21232", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14036", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_934", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21233", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14037", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21234", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21235", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_928", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21236", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14038", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21237", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14039", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_935", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21238", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14040", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_929", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21239", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21240", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14041", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21241", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14042", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_936", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14034", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21242", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14043", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_930", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21243", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21244", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14044", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_931", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21245", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14045", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_937", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14046", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21246", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_932", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21247", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14035", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21248", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14036", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_933", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21249", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14037", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21250", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_938", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_939", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21251", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21252", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14038", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21253", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_940", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14039", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_934", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21254", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14040", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21255", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21256", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14047", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14041", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21257", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14042", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_935", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21258", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14043", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21259", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14048", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21260", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14049", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14044", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21261", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14045", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_936", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14046", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21262", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21263", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21264", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21265", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21266", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_937", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_938", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21267", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21268", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21269", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_939", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21270", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21271", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21272", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14047", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21273", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21274", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21275", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14048", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21276", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14049", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21277", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21278", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21279", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14050", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_941", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_940", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14051", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14052", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21264", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21280", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14053", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14054", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_942", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_941", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14055", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_943", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_942", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14056", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_944", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_943", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14057", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_945", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_944", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14058", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_946", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_945", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14059", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_947", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_946", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14060", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_948", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_947", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14061", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_949", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_948", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14062", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_950", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_949", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14063", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_951", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_950", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14064", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_952", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_951", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14065", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_952", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_953", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_954", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14066", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14067", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14068", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_955", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_954", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14069", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_955", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_956", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_957", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_958", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_959", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_960", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_961", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14070", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_962", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_961", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14071", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14072", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14073", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_962", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_963", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_964", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_965", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14074", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane-container", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane-spacer", diff --git a/tr/ids/geometry-1.json b/tr/ids/geometry-1.json index c34b4a33f55b..ccdcb11fc870 100644 --- a/tr/ids/geometry-1.json +++ b/tr/ids/geometry-1.json @@ -23,10 +23,10 @@ "https://www.w3.org/TR/geometry-1/#MJMAIN-32", "https://www.w3.org/TR/geometry-1/#MJMAIN-33", "https://www.w3.org/TR/geometry-1/#MJMAIN-34", + "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#toc-nav", "https://www.w3.org/TR/geometry-1/#toc-jump", "https://www.w3.org/TR/geometry-1/#toc-toggle", - "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#title", "https://www.w3.org/TR/geometry-1/#annotation_root_", "https://www.w3.org/TR/geometry-1/#subtitle", diff --git a/tr/ids/html.json b/tr/ids/html.json index aa1aab335198..bdf27037b3fc 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -56639,8 +56639,8 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:language", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-input-list", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-id-4", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-img-loading", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-iframe-loading", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-img-loading", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-loading-lazy", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-loading-eager", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-media-loop", diff --git a/tr/ids/mediacapture-streams.json b/tr/ids/mediacapture-streams.json index 227a8584d6db..06694fea2823 100644 --- a/tr/ids/mediacapture-streams.json +++ b/tr/ids/mediacapture-streams.json @@ -1309,6 +1309,15 @@ "https://www.w3.org/TR/mediacapture-streams/#exposure-decision-algorithm-for-devices-other-than-camera-and-microphone", "https://www.w3.org/TR/mediacapture-streams/#x9-2-4-exposure-decision-algorithm-for-devices-other-than-camera-and-microphone", "https://www.w3.org/TR/mediacapture-streams/#device-exposure-decision-non-camera-microphone", + "https://www.w3.org/TR/mediacapture-streams/#context-capturing-state", + "https://www.w3.org/TR/mediacapture-streams/#x9-2-5-context-capturing-state", + "https://www.w3.org/TR/mediacapture-streams/#context-is-capturing", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-mediastreamtracksources-3", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-source-stopped-7", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-10", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-4", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-14", + "https://www.w3.org/TR/mediacapture-streams/#h-note-14", "https://www.w3.org/TR/mediacapture-streams/#device-info", "https://www.w3.org/TR/mediacapture-streams/#x9-3-device-info", "https://www.w3.org/TR/mediacapture-streams/#webidl-1099534138", @@ -1387,8 +1396,8 @@ "https://www.w3.org/TR/mediacapture-streams/#mediadevices-interface-extensions", "https://www.w3.org/TR/mediacapture-streams/#x10-1-mediadevices-interface-extensions", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-16", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-14", - "https://www.w3.org/TR/mediacapture-streams/#h-note-14", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-15", + "https://www.w3.org/TR/mediacapture-streams/#h-note-15", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-navigator-getusermedia-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-getusermedia-19", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-17", @@ -1431,8 +1440,8 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-selectsettings-3", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-120", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastream-92", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-15", - "https://www.w3.org/TR/mediacapture-streams/#h-note-15", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-16", + "https://www.w3.org/TR/mediacapture-streams/#h-note-16", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-76", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-camera-4", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-video-4", @@ -1450,7 +1459,7 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-selectsettings-4", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-80", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-81", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-4", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-5", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-devicesaccessiblemap-5", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-create-a-mediastreamtrack-2", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-123", @@ -1462,8 +1471,8 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-getUserMedia-specific-failure-is-allowed-2", "https://www.w3.org/TR/mediacapture-streams/#ref-for-device-information-can-be-exposed-3", "https://www.w3.org/TR/mediacapture-streams/#getUserMedia-specific-failure-is-allowed", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-16", - "https://www.w3.org/TR/mediacapture-streams/#h-note-16", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-17", + "https://www.w3.org/TR/mediacapture-streams/#h-note-17", "https://www.w3.org/TR/mediacapture-streams/#dfn-allowed-required-constraints-for-device-selection", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-width-2", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-height-2", @@ -1511,8 +1520,8 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastream-97", "https://www.w3.org/TR/mediacapture-streams/#legacy-getusermedia-interface", "https://www.w3.org/TR/mediacapture-streams/#x10-3-legacy-getusermedia-interface", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-17", - "https://www.w3.org/TR/mediacapture-streams/#h-note-17", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-18", + "https://www.w3.org/TR/mediacapture-streams/#h-note-18", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-19", "https://www.w3.org/TR/mediacapture-streams/#interface-definition", "https://www.w3.org/TR/mediacapture-streams/#x10-3-1-interface-definition", @@ -1580,18 +1589,18 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-88", "https://www.w3.org/TR/mediacapture-streams/#muting-devices", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-89", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-10", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-90", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-11", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-90", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-12", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-91", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-8", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-9", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-12", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-13", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-14", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-92", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-93", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-10", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-14", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-15", "https://www.w3.org/TR/mediacapture-streams/#constrainable-interface", "https://www.w3.org/TR/mediacapture-streams/#x11-constrainable-pattern", "https://www.w3.org/TR/mediacapture-streams/#dfn-constrainable-object", @@ -1601,8 +1610,8 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-95", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-optional-basic-constraints-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-96", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-18", - "https://www.w3.org/TR/mediacapture-streams/#h-note-18", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-19", + "https://www.w3.org/TR/mediacapture-streams/#h-note-19", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-97", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-98", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-99", @@ -1651,8 +1660,8 @@ "https://www.w3.org/TR/mediacapture-streams/#dom-constrainablepattern-getcapabilities", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-113", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-capabilities-0-5", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-19", - "https://www.w3.org/TR/mediacapture-streams/#h-note-19", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-20", + "https://www.w3.org/TR/mediacapture-streams/#h-note-20", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-114", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-115", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-constrainablepattern-getsettings-2", @@ -1695,18 +1704,18 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-120", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-121", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-122", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-20", - "https://www.w3.org/TR/mediacapture-streams/#h-note-20", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-21", + "https://www.w3.org/TR/mediacapture-streams/#h-note-21", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-123", "https://www.w3.org/TR/mediacapture-streams/#dfn-applyconstraints-algorithm", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-124", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-selectsettings-7", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-required-constraints-10", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-selectsettings-8", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-21", - "https://www.w3.org/TR/mediacapture-streams/#h-note-21", "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-22", "https://www.w3.org/TR/mediacapture-streams/#h-note-22", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-23", + "https://www.w3.org/TR/mediacapture-streams/#h-note-23", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-125", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-constrainablepattern-10", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-settings-0-7", @@ -1718,13 +1727,13 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-getusermedia-32", "https://www.w3.org/TR/mediacapture-streams/#ref-for-list-of-inherent-constrainable-track-properties-3", "https://www.w3.org/TR/mediacapture-streams/#example-6", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-23", - "https://www.w3.org/TR/mediacapture-streams/#h-note-23", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-24", + "https://www.w3.org/TR/mediacapture-streams/#h-note-24", "https://www.w3.org/TR/mediacapture-streams/#example-7", "https://www.w3.org/TR/mediacapture-streams/#example-8", "https://www.w3.org/TR/mediacapture-streams/#example-9", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-24", - "https://www.w3.org/TR/mediacapture-streams/#h-note-24", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-25", + "https://www.w3.org/TR/mediacapture-streams/#h-note-25", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-primary-orientation-3", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-getsupportedconstraints-4", "https://www.w3.org/TR/mediacapture-streams/#example-10", @@ -1902,8 +1911,8 @@ "https://www.w3.org/TR/mediacapture-streams/#permissions-policy-integration", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-camera-6", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-microphone-5", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-25", - "https://www.w3.org/TR/mediacapture-streams/#h-note-25", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-26", + "https://www.w3.org/TR/mediacapture-streams/#h-note-26", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-getusermedia-33", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-getusermedia-34", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadevices-enumeratedevices-9", @@ -1913,33 +1922,33 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-kindsaccessiblemap-4", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-devicesaccessiblemap-6", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-kindsaccessiblemap-5", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-5", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-6", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-137", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-138", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-139", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-140", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-141", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-devicesaccessiblemap-7", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-6", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-7", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-142", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-143", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-144", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-145", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-146", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-devicesaccessiblemap-8", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-7", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-8", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-deviceslivemap-9", "https://www.w3.org/TR/mediacapture-streams/#privacy-and-security-considerations", "https://www.w3.org/TR/mediacapture-streams/#x16-privacy-and-security-considerations", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadeviceinfo-deviceid-16", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-26", - "https://www.w3.org/TR/mediacapture-streams/#h-note-26", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-27", + "https://www.w3.org/TR/mediacapture-streams/#h-note-27", "https://www.w3.org/TR/mediacapture-streams/#ref-for-event-mediadevices-devicechange-4", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-147", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-148", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-149", - "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-27", - "https://www.w3.org/TR/mediacapture-streams/#h-note-27", + "https://www.w3.org/TR/mediacapture-streams/#issue-container-generatedID-28", + "https://www.w3.org/TR/mediacapture-streams/#h-note-28", "https://www.w3.org/TR/mediacapture-streams/#extensibility", "https://www.w3.org/TR/mediacapture-streams/#x17-extensibility", "https://www.w3.org/TR/mediacapture-streams/#defining-a-new-media-type-beyond-the-existing-audio-and-video-types", diff --git a/tr/ids/payment-request-1.1.json b/tr/ids/payment-request-1.1.json new file mode 100644 index 000000000000..13fcdfb1d9f9 --- /dev/null +++ b/tr/ids/payment-request-1.1.json @@ -0,0 +1,1162 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "ids": [ + "https://www.w3.org/TR/payment-request-1.1/#initialUserConfig", + "https://www.w3.org/TR/payment-request-1.1/#toc-nav", + "https://www.w3.org/TR/payment-request-1.1/#toc-jump", + "https://www.w3.org/TR/payment-request-1.1/#toc-toggle", + "https://www.w3.org/TR/payment-request-1.1/#title", + "https://www.w3.org/TR/payment-request-1.1/#w3c-state", + "https://www.w3.org/TR/payment-request-1.1/#abstract", + "https://www.w3.org/TR/payment-request-1.1/#sotd", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID", + "https://www.w3.org/TR/payment-request-1.1/#h-note", + "https://www.w3.org/TR/payment-request-1.1/#w3c_process_revision", + "https://www.w3.org/TR/payment-request-1.1/#changes-since-last-publication", + "https://www.w3.org/TR/payment-request-1.1/#changes-since-last-publication-0", + "https://www.w3.org/TR/payment-request-1.1/#toc", + "https://www.w3.org/TR/payment-request-1.1/#table-of-contents", + "https://www.w3.org/TR/payment-request-1.1/#introduction", + "https://www.w3.org/TR/payment-request-1.1/#x1-introduction", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-1", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method-provider", + "https://www.w3.org/TR/payment-request-1.1/#dfn-additional-data-type", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-2", + "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-validate-payment-method-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-additional-data-type-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-3", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-handler", + "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-check-if-a-payment-can-be-made", + "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-to-respond-to-a-payment-request", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-4", + "https://www.w3.org/TR/payment-request-1.1/#dfn-steps-for-when-a-user-changes-payment-method", + "https://www.w3.org/TR/payment-request-1.1/#goals", + "https://www.w3.org/TR/payment-request-1.1/#x1-1-goals-and-scope", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-provider-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-provider-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-provider-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-5", + "https://www.w3.org/TR/payment-request-1.1/#examples-of-usage", + "https://www.w3.org/TR/payment-request-1.1/#x2-examples-of-usage", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-1", + "https://www.w3.org/TR/payment-request-1.1/#declaring-multiple-ways-of-paying", + "https://www.w3.org/TR/payment-request-1.1/#x2-1-declaring-multiple-ways-of-paying", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-8", + "https://www.w3.org/TR/payment-request-1.1/#example-the-methoddata-argument", + "https://www.w3.org/TR/payment-request-1.1/#describing-what-is-being-paid-for", + "https://www.w3.org/TR/payment-request-1.1/#x2-2-describing-what-is-being-paid-for", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-4", + "https://www.w3.org/TR/payment-request-1.1/#example-the-details-argument", + "https://www.w3.org/TR/payment-request-1.1/#conditional-modifications-to-payment-request", + "https://www.w3.org/TR/payment-request-1.1/#x2-3-conditional-modifications-to-payment-request", + "https://www.w3.org/TR/payment-request-1.1/#example-modifying-payment-request-based-on-card-type", + "https://www.w3.org/TR/payment-request-1.1/#constructing-a-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#x2-4-constructing-a-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-5", + "https://www.w3.org/TR/payment-request-1.1/#example-constructing-a-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#posting-payment-response-back-to-a-server", + "https://www.w3.org/TR/payment-request-1.1/#x2-5-posting-payment-response-back-to-a-server", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-3", + "https://www.w3.org/TR/payment-request-1.1/#example-posting-with-fetch", + "https://www.w3.org/TR/payment-request-1.1/#using-with-cross-origin-iframes", + "https://www.w3.org/TR/payment-request-1.1/#x2-6-using-with-cross-origin-iframes", + "https://www.w3.org/TR/payment-request-1.1/#example-using-payment-request-api-with-cross-origin-iframes", + "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-interface", + "https://www.w3.org/TR/payment-request-1.1/#x3-paymentrequest-interface", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#webidl-363443065", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-6", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-constructor-methoddata-details", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-constructor", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-show-detailspromise", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-abort", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-canmakepayment", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-id", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-id-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequest-onpaymentmethodchange", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-onpaymentmethodchange-1", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-0", + "https://www.w3.org/TR/payment-request-1.1/#h-note-0", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-2", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-relevant-browsing-context", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-1", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-request-is-showing", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-3", + "https://www.w3.org/TR/payment-request-1.1/#constructor", + "https://www.w3.org/TR/payment-request-1.1/#x3-1-constructor", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-3", + "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentrequest-paymentrequest", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-permission-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-additional-data-type-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-additional-data-type-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-steps-to-validate-payment-method-data-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-5", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-1", + "https://www.w3.org/TR/payment-request-1.1/#h-note-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-total-amount-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-total-amount-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-handler-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-created-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmethoddata-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-1", + "https://www.w3.org/TR/payment-request-1.1/#id-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x3-2-id-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-id", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-id-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-3", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-2", + "https://www.w3.org/TR/payment-request-1.1/#h-note-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-4", + "https://www.w3.org/TR/payment-request-1.1/#show-method", + "https://www.w3.org/TR/payment-request-1.1/#x3-3-show-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-show", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-3", + "https://www.w3.org/TR/payment-request-1.1/#h-note-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-accepts-the-payment-request-algorithm-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-created-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-2", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-4", + "https://www.w3.org/TR/payment-request-1.1/#h-note-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmethoddata-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-additional-data-type-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-4", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-5", + "https://www.w3.org/TR/payment-request-1.1/#h-note-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-steps-to-check-if-a-payment-can-be-made-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-5", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-6", + "https://www.w3.org/TR/payment-request-1.1/#h-note-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-update-a-paymentrequest-s-details-algorithm-1", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-7", + "https://www.w3.org/TR/payment-request-1.1/#h-note-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-update-a-paymentrequest-s-details-algorithm-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-handler-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-handler-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-4", + "https://www.w3.org/TR/payment-request-1.1/#example-handling-of-multiple-applicable-modifiers", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-accepts-the-payment-request-algorithm-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-6", + "https://www.w3.org/TR/payment-request-1.1/#abort-method", + "https://www.w3.org/TR/payment-request-1.1/#x3-4-abort-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-abort", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-8", + "https://www.w3.org/TR/payment-request-1.1/#h-note-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-3", + "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-method", + "https://www.w3.org/TR/payment-request-1.1/#x3-5-canmakepayment-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-canmakepayment", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-9", + "https://www.w3.org/TR/payment-request-1.1/#h-note-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-can-make-payment-algorithm-1", + "https://www.w3.org/TR/payment-request-1.1/#onpaymentmethodchange-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x3-6-onpaymentmethodchange-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequest-onpaymentmethodchange", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-onpaymentmethodchange-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-paymentmethodchange-1", + "https://www.w3.org/TR/payment-request-1.1/#internal-slots", + "https://www.w3.org/TR/payment-request-1.1/#x3-7-internal-slots", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-14", + "https://www.w3.org/TR/payment-request-1.1/#dfn-serializedmethoddata", + "https://www.w3.org/TR/payment-request-1.1/#dfn-serializedmodifierdata", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-4", + "https://www.w3.org/TR/payment-request-1.1/#dfn-details", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-6", + "https://www.w3.org/TR/payment-request-1.1/#dfn-state", + "https://www.w3.org/TR/payment-request-1.1/#dfn-state-0", + "https://www.w3.org/TR/payment-request-1.1/#dfn-created", + "https://www.w3.org/TR/payment-request-1.1/#dfn-interactive", + "https://www.w3.org/TR/payment-request-1.1/#dfn-closed", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-2", + "https://www.w3.org/TR/payment-request-1.1/#fig-the-constructor-sets-the-initial-state-to-created-the-show-method-changes-the-state-to-interactive-from-there-the-abort-method-or-any-other-error-can-send-the-state-to-closed-similarly-the-user-accepts-the-payment-request-algorithm-and-user-aborts-the-payment-request-algorithm-will-change-the-state-to-closed", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-created-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-accepts-the-payment-request-algorithm-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-0-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-7", + "https://www.w3.org/TR/payment-request-1.1/#dfn-updating", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-2", + "https://www.w3.org/TR/payment-request-1.1/#dfn-acceptpromise", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-12", + "https://www.w3.org/TR/payment-request-1.1/#dfn-response", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-15", + "https://www.w3.org/TR/payment-request-1.1/#dfn-handler", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-16", + "https://www.w3.org/TR/payment-request-1.1/#paymentmethoddata-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x4-paymentmethoddata-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1205695403", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethoddata", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-7", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethoddata-supportedmethods", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-7", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethoddata-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-13", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata-supportedmethods", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-14", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethoddata-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-3", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-10", + "https://www.w3.org/TR/payment-request-1.1/#h-note-10", + "https://www.w3.org/TR/payment-request-1.1/#paymentcurrencyamount-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x5-paymentcurrencyamount-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount", + "https://www.w3.org/TR/payment-request-1.1/#webidl-826862570", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcurrencyamount", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcurrencyamount-currency", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcurrencyamount-value", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-2", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount-currency", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-2", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-11", + "https://www.w3.org/TR/payment-request-1.1/#h-note-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-3", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcurrencyamount-value", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-valid-decimal-monetary-value-1", + "https://www.w3.org/TR/payment-request-1.1/#example-how-to-represent-1-234-omani-rials", + "https://www.w3.org/TR/payment-request-1.1/#validity-checkers", + "https://www.w3.org/TR/payment-request-1.1/#x5-1-validity-checkers", + "https://www.w3.org/TR/payment-request-1.1/#dfn-valid-decimal-monetary-value", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-12", + "https://www.w3.org/TR/payment-request-1.1/#h-note-12", + "https://www.w3.org/TR/payment-request-1.1/#dfn-check-and-canonicalize-amount", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-valid-decimal-monetary-value-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-5", + "https://www.w3.org/TR/payment-request-1.1/#dfn-check-and-canonicalize-total-amount", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-3", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-13", + "https://www.w3.org/TR/payment-request-1.1/#h-note-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-4", + "https://www.w3.org/TR/payment-request-1.1/#payment-details-dictionaries", + "https://www.w3.org/TR/payment-request-1.1/#x6-payment-details-dictionaries", + "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsbase-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x6-1-paymentdetailsbase-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase", + "https://www.w3.org/TR/payment-request-1.1/#webidl-3923552", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsbase", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsbase-displayitems", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-3", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsbase-modifiers", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-6", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase-displayitems", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-12", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-14", + "https://www.w3.org/TR/payment-request-1.1/#h-note-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-2", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsbase-modifiers", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-4", + "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x6-2-paymentdetailsinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit", + "https://www.w3.org/TR/payment-request-1.1/#webidl-47162060", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsinit", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-3", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsinit-id", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-5", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsinit-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-3", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-15", + "https://www.w3.org/TR/payment-request-1.1/#h-note-15", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-6", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit-id", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-16", + "https://www.w3.org/TR/payment-request-1.1/#h-note-16", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-paymentrequest-paymentrequest-1", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsinit-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-4", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-17", + "https://www.w3.org/TR/payment-request-1.1/#h-note-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-5", + "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsupdate-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x6-3-paymentdetailsupdate-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1667728565", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsupdate", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-5", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsupdate-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsupdate-paymentmethoderrors", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-paymentmethoderrors-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-4", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-6", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-18", + "https://www.w3.org/TR/payment-request-1.1/#h-note-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-6", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsupdate-paymentmethoderrors", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-15", + "https://www.w3.org/TR/payment-request-1.1/#paymentdetailsmodifier-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x7-paymentdetailsmodifier-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1242509167", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsmodifier", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-5", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsmodifier-supportedmethods", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsmodifier-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-3", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsmodifier-additionaldisplayitems", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-3", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentdetailsmodifier-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-7", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-supportedmethods", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-16", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-total", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-3", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-additionaldisplayitems", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-17", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-19", + "https://www.w3.org/TR/payment-request-1.1/#h-note-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-4", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentdetailsmodifier-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-4", + "https://www.w3.org/TR/payment-request-1.1/#paymentitem-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x8-paymentitem-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1435887180", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentitem", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-11", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentitem-label", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-label-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentitem-amount", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-8", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentitem-pending", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-pending-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-9", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-label", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-14", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-20", + "https://www.w3.org/TR/payment-request-1.1/#h-note-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-label-2", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-amount", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-6", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentitem-pending", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-15", + "https://www.w3.org/TR/payment-request-1.1/#paymentcompletedetails-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x9-paymentcompletedetails-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcompletedetails", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1518429867", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcompletedetails", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcompletedetails-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-data-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-3", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcompletedetails-data", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-5", + "https://www.w3.org/TR/payment-request-1.1/#paymentcomplete-enum", + "https://www.w3.org/TR/payment-request-1.1/#x10-paymentcomplete-enum", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1223986974", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentcomplete", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-fail-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-success-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-unknown-1", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-fail", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-16", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-success", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-17", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentcomplete-unknown", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-18", + "https://www.w3.org/TR/payment-request-1.1/#paymentresponse-interface", + "https://www.w3.org/TR/payment-request-1.1/#x11-paymentresponse-interface", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1495149928", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-7", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-tojson", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-requestid", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-requestid-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-methodname", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-details", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-details-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-complete-result-details", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-4", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentresponse-retry-errorfields", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-retry-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-1", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-21", + "https://www.w3.org/TR/payment-request-1.1/#h-note-21", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-8", + "https://www.w3.org/TR/payment-request-1.1/#retry-method", + "https://www.w3.org/TR/payment-request-1.1/#x11-1-retry-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-retry", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-22", + "https://www.w3.org/TR/payment-request-1.1/#h-note-22", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-retry-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-retry-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-request-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-paymentmethod-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-permission-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-paymentmethod-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-error-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-5", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-23", + "https://www.w3.org/TR/payment-request-1.1/#h-note-23", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-accepts-the-payment-request-algorithm-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-1", + "https://www.w3.org/TR/payment-request-1.1/#paymentvalidationerrors-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x11-1-1-paymentvalidationerrors-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors", + "https://www.w3.org/TR/payment-request-1.1/#webidl-824820228", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentvalidationerrors", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-4", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentvalidationerrors-error", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-error-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentvalidationerrors-paymentmethod", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-paymentmethod-3", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors-error", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-error-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-5", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-24", + "https://www.w3.org/TR/payment-request-1.1/#h-note-24", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-error-4", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentvalidationerrors-paymentmethod", + "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x11-2-methodname-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-methodname", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-19", + "https://www.w3.org/TR/payment-request-1.1/#details-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x11-3-details-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-details", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-21", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-25", + "https://www.w3.org/TR/payment-request-1.1/#h-note-25", + "https://www.w3.org/TR/payment-request-1.1/#requestid-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x11-4-requestid-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-requestid", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-id-3", + "https://www.w3.org/TR/payment-request-1.1/#complete-method", + "https://www.w3.org/TR/payment-request-1.1/#x11-5-complete-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentresponse-complete", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-26", + "https://www.w3.org/TR/payment-request-1.1/#h-note-26", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-data-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-4", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-27", + "https://www.w3.org/TR/payment-request-1.1/#h-note-27", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-21", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-11", + "https://www.w3.org/TR/payment-request-1.1/#internal-slots-0", + "https://www.w3.org/TR/payment-request-1.1/#x11-6-internal-slots", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-15", + "https://www.w3.org/TR/payment-request-1.1/#dfn-complete", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-9", + "https://www.w3.org/TR/payment-request-1.1/#dfn-request", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-16", + "https://www.w3.org/TR/payment-request-1.1/#dfn-retrypromise", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-accepts-the-payment-request-algorithm-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-6", + "https://www.w3.org/TR/payment-request-1.1/#permissions-policy", + "https://www.w3.org/TR/payment-request-1.1/#x12-permissions-policy-integration", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-permission", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-28", + "https://www.w3.org/TR/payment-request-1.1/#h-note-28", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-21", + "https://www.w3.org/TR/payment-request-1.1/#events", + "https://www.w3.org/TR/payment-request-1.1/#x13-events", + "https://www.w3.org/TR/payment-request-1.1/#summary", + "https://www.w3.org/TR/payment-request-1.1/#x13-1-summary", + "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentmethodchange", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-22", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-22", + "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeevent-interface", + "https://www.w3.org/TR/payment-request-1.1/#x13-2-paymentmethodchangeevent-interface", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1848946631", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeevent", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeevent-constructor-type-eventinitdict", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-constructor", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeevent-methodname", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methodname-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeevent-methoddetails", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methoddetails-1", + "https://www.w3.org/TR/payment-request-1.1/#methoddetails-attribute", + "https://www.w3.org/TR/payment-request-1.1/#x13-2-1-methoddetails-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-methoddetails", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methoddetails-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-2", + "https://www.w3.org/TR/payment-request-1.1/#methodname-attribute-0", + "https://www.w3.org/TR/payment-request-1.1/#x13-2-2-methodname-attribute", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeevent-methodname", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methodname-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-3", + "https://www.w3.org/TR/payment-request-1.1/#paymentmethodchangeeventinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x13-2-3-paymentmethodchangeeventinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit", + "https://www.w3.org/TR/payment-request-1.1/#webidl-746190437", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeeventinit", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-1", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeeventinit-methodname", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methodname-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentmethodchangeeventinit-methoddetails", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methoddetails-2", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit-methodname", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentmethodchangeeventinit-methoddetails", + "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateevent-interface", + "https://www.w3.org/TR/payment-request-1.1/#x13-3-paymentrequestupdateevent-interface", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent", + "https://www.w3.org/TR/payment-request-1.1/#webidl-1601085411", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequestupdateevent", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequestupdateevent-constructor-type-eventinitdict", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-constructor-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-2", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequestupdateevent-updatewith-detailspromise", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-3", + "https://www.w3.org/TR/payment-request-1.1/#constructor-0", + "https://www.w3.org/TR/payment-request-1.1/#x13-3-1-constructor", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent-constructor", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-constructor-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-1", + "https://www.w3.org/TR/payment-request-1.1/#updatewith-method", + "https://www.w3.org/TR/payment-request-1.1/#x13-3-2-updatewith-method", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateevent-updatewith", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-29", + "https://www.w3.org/TR/payment-request-1.1/#h-note-29", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-22", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-request-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-23", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methodname-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methodname-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-update-a-paymentrequest-s-details-algorithm-3", + "https://www.w3.org/TR/payment-request-1.1/#internal-slots-1", + "https://www.w3.org/TR/payment-request-1.1/#x13-3-3-internal-slots", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-7", + "https://www.w3.org/TR/payment-request-1.1/#dfn-waitforupdate", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-8", + "https://www.w3.org/TR/payment-request-1.1/#paymentrequestupdateeventinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#x13-3-4-paymentrequestupdateeventinit-dictionary", + "https://www.w3.org/TR/payment-request-1.1/#dom-paymentrequestupdateeventinit", + "https://www.w3.org/TR/payment-request-1.1/#webidl-349124107", + "https://www.w3.org/TR/payment-request-1.1/#idl-def-paymentrequestupdateeventinit", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-3", + "https://www.w3.org/TR/payment-request-1.1/#algorithms", + "https://www.w3.org/TR/payment-request-1.1/#x14-algorithms", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-24", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-23", + "https://www.w3.org/TR/payment-request-1.1/#can-make-payment-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-1-can-make-payment-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#dfn-can-make-payment-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-24", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-23", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-25", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-26", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-created-4", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-30", + "https://www.w3.org/TR/payment-request-1.1/#h-note-30", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-27", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-24", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-can-make-payment-algorithm-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmethoddata-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-11", + "https://www.w3.org/TR/payment-request-1.1/#payment-method-changed-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-2-payment-method-changed-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-12", + "https://www.w3.org/TR/payment-request-1.1/#dfn-payment-method-changed-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-25", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-28", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-paymentmethodchange-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methodname-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methoddetails-2", + "https://www.w3.org/TR/payment-request-1.1/#paymentrequest-updated-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-3-paymentrequest-updated-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#dfn-paymentrequest-updated-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-29", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-15", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-waitforupdate-6", + "https://www.w3.org/TR/payment-request-1.1/#user-accepts-the-payment-request-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-4-user-accepts-the-payment-request-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#dfn-user-accepts-the-payment-request-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-30", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-25", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-16", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-26", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-request-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-requestid-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-handler-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-details-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-steps-to-respond-to-a-payment-request-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-5", + "https://www.w3.org/TR/payment-request-1.1/#user-aborts-the-payment-request-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-5-user-aborts-the-payment-request-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#dfn-user-aborts-the-payment-request", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-31", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-interactive-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-27", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-6", + "https://www.w3.org/TR/payment-request-1.1/#update-a-paymentrequest-s-details-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#x14-6-update-a-paymentrequest-s-details-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#dfn-update-a-paymentrequest-s-details-algorithm", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-32", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-aborts-the-payment-request-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-total-amount-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-total-amount-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-check-and-canonicalize-amount-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-json-serialize-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-paymentmethoderrors-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-paymentmethoderrors-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-15", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-paymentmethoderrors-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-33", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-details-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-serializedmodifierdata-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-7", + "https://www.w3.org/TR/payment-request-1.1/#abort-the-update", + "https://www.w3.org/TR/payment-request-1.1/#x14-6-1-abort-the-update", + "https://www.w3.org/TR/payment-request-1.1/#dfn-abort-the-update", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-34", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-relevant-browsing-context-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-request-is-showing-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-state-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-response-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-updating-8", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-31", + "https://www.w3.org/TR/payment-request-1.1/#h-note-31", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-35", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-closed-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-acceptpromise-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-abort-the-update-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-retry-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-retrypromise-13", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-complete-7", + "https://www.w3.org/TR/payment-request-1.1/#privacy", + "https://www.w3.org/TR/payment-request-1.1/#x15-privacy-and-security-considerations", + "https://www.w3.org/TR/payment-request-1.1/#user-protections-with-show-method", + "https://www.w3.org/TR/payment-request-1.1/#x15-1-user-protections-with-show-method", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-15", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-16", + "https://www.w3.org/TR/payment-request-1.1/#secure-contexts", + "https://www.w3.org/TR/payment-request-1.1/#x15-2-secure-contexts", + "https://www.w3.org/TR/payment-request-1.1/#cross-origin-payment-requests", + "https://www.w3.org/TR/payment-request-1.1/#x15-3-cross-origin-payment-requests", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-16", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-36", + "https://www.w3.org/TR/payment-request-1.1/#encryption-of-data-fields", + "https://www.w3.org/TR/payment-request-1.1/#x15-4-encryption-of-data-fields", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-37", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-26", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-27", + "https://www.w3.org/TR/payment-request-1.1/#how-user-agents-match-payment-handlers", + "https://www.w3.org/TR/payment-request-1.1/#x15-5-how-user-agents-match-payment-handlers", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-handler-17", + "https://www.w3.org/TR/payment-request-1.1/#data-usage-0", + "https://www.w3.org/TR/payment-request-1.1/#data-usage", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-28", + "https://www.w3.org/TR/payment-request-1.1/#exposing-user-information", + "https://www.w3.org/TR/payment-request-1.1/#user-info", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-28", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-20", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-details-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-details-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-29", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-user-agent-30", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-29", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-30", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-31", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-steps-for-when-a-user-changes-payment-method-1", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methoddetails-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-32", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dfn-payment-method-changed-algorithm-1", + "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-protections-0", + "https://www.w3.org/TR/payment-request-1.1/#canmakepayment-protections", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-6", + "https://www.w3.org/TR/payment-request-1.1/#accessibility-considerations", + "https://www.w3.org/TR/payment-request-1.1/#x16-accessibility-considerations", + "https://www.w3.org/TR/payment-request-1.1/#dependencies", + "https://www.w3.org/TR/payment-request-1.1/#x17-dependencies", + "https://www.w3.org/TR/payment-request-1.1/#dfn-internal-slot", + "https://www.w3.org/TR/payment-request-1.1/#dfn-json-serialize", + "https://www.w3.org/TR/payment-request-1.1/#conformance", + "https://www.w3.org/TR/payment-request-1.1/#x18-conformance", + "https://www.w3.org/TR/payment-request-1.1/#dfn-user-agent", + "https://www.w3.org/TR/payment-request-1.1/#issue-container-generatedID-32", + "https://www.w3.org/TR/payment-request-1.1/#h-note-32", + "https://www.w3.org/TR/payment-request-1.1/#idl-index", + "https://www.w3.org/TR/payment-request-1.1/#a-idl-index", + "https://www.w3.org/TR/payment-request-1.1/#actual-idl-index", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-38", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-21", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-show-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-abort-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-canmakepayment-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-id-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequest-onpaymentmethodchange-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-supportedmethods-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethoddata-data-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-currency-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-value-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-displayitems-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-modifiers-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-id-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-15", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsinit-total-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-11", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsbase-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-16", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-total-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-paymentmethoderrors-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-supportedmethods-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-17", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-total-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-18", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-additionaldisplayitems-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsmodifier-data-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-19", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-label-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcurrencyamount-8", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-amount-14", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentitem-pending-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-data-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-fail-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-success-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-unknown-2", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-22", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-requestid-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-methodname-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-details-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-complete-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcomplete-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentcompletedetails-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentresponse-retry-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-error-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentvalidationerrors-paymentmethod-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-7", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methodname-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeevent-methoddetails-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-6", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-4", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methodname-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentmethodchangeeventinit-methoddetails-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-10", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-constructor-3", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-5", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateevent-updatewith-9", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentdetailsupdate-12", + "https://www.w3.org/TR/payment-request-1.1/#ref-for-dom-paymentrequestupdateeventinit-6", + "https://www.w3.org/TR/payment-request-1.1/#acknowledgements", + "https://www.w3.org/TR/payment-request-1.1/#b-acknowledgements", + "https://www.w3.org/TR/payment-request-1.1/#changelog", + "https://www.w3.org/TR/payment-request-1.1/#c-changelog", + "https://www.w3.org/TR/payment-request-1.1/#references", + "https://www.w3.org/TR/payment-request-1.1/#d-references", + "https://www.w3.org/TR/payment-request-1.1/#normative-references", + "https://www.w3.org/TR/payment-request-1.1/#d-1-normative-references", + "https://www.w3.org/TR/payment-request-1.1/#bib-dom", + "https://www.w3.org/TR/payment-request-1.1/#bib-ecma-402", + "https://www.w3.org/TR/payment-request-1.1/#bib-ecmascript", + "https://www.w3.org/TR/payment-request-1.1/#bib-fetch", + "https://www.w3.org/TR/payment-request-1.1/#bib-html", + "https://www.w3.org/TR/payment-request-1.1/#bib-infra", + "https://www.w3.org/TR/payment-request-1.1/#bib-iso4217", + "https://www.w3.org/TR/payment-request-1.1/#bib-payment-handler", + "https://www.w3.org/TR/payment-request-1.1/#bib-payment-method-id", + "https://www.w3.org/TR/payment-request-1.1/#bib-permissions-policy", + "https://www.w3.org/TR/payment-request-1.1/#bib-rfc2119", + "https://www.w3.org/TR/payment-request-1.1/#bib-rfc4122", + "https://www.w3.org/TR/payment-request-1.1/#bib-rfc8174", + "https://www.w3.org/TR/payment-request-1.1/#bib-url", + "https://www.w3.org/TR/payment-request-1.1/#bib-webidl", + "https://www.w3.org/TR/payment-request-1.1/#informative-references", + "https://www.w3.org/TR/payment-request-1.1/#d-2-informative-references", + "https://www.w3.org/TR/payment-request-1.1/#bib-rfc6454", + "https://www.w3.org/TR/payment-request-1.1/#bib-secure-contexts", + "https://www.w3.org/TR/payment-request-1.1/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/prefetch.json b/tr/ids/prefetch.json index d46de3a3f460..ac4cc4cee16d 100644 --- a/tr/ids/prefetch.json +++ b/tr/ids/prefetch.json @@ -71,7 +71,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-authentication-entry%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-authentication-entry%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document", - "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-buffer", + "https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-lists%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record", @@ -81,69 +81,88 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy", - "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-sandbox-flags-present", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-label", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-state", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-fetch-controller", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-controller", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-controller%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-sandboxing-flag-set", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sandboxing-flag-set", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-redirect-chain", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-expiry-time", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dom-domhighrestimestamp", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-isolated-partition-key", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-fetch-controller", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-expiry-time", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-response", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-response%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-is-empty", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-buffer", - "https://wicg.github.io/nav-speculation/prefetch.html#store-a-prefetch-record", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-find-a-matching-prefetch-record", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sandboxing-flag-set", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-state", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-state%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-controller-abort", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-fetch-controller%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-remove", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-complete", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fully-active", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dfn-current-high-resolution-time", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-relevant-global", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-remove", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-remove%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-buffer%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandbox-flags-present", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-expiry-time", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-buffer%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-state%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-state%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-expiry-time%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#find-a-matching-prefetch-record", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sandboxing-flag-set%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fully-active%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dfn-current-high-resolution-time%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-relevant-global%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-iterate%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-buffer%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-continue", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandbox-flags-present%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-state%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-continue%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-remove%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-buffer%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-expiry-time%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandboxing-flag-set", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-continue%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-remove%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-expiry-time%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-has-updated-credentials", "https://wicg.github.io/nav-speculation/prefetch.html#issue-34917491", "https://wicg.github.io/nav-speculation/prefetch.html#perform-prefetch-response-checks", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-navigation-id", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-browsing-context", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sandboxing-flag-set%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-policy-container", @@ -168,9 +187,9 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sandboxing-flag-set%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-lists%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-iterate%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-response%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response-url", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response-url%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin", @@ -209,7 +228,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-top-level-browsing-context%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-obtain-coop", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A5", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-struct-value", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-enforce", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response-url%E2%91%A5", @@ -238,7 +257,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#cross-origin-prefetch-ip-anonymization-policy", "https://wicg.github.io/nav-speculation/prefetch.html#cross-origin-prefetch-ip-anonymization-policy-origin", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-origin%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-ip-anonymization-policy-requires-anonymity", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cross-origin-prefetch-ip-anonymization-policy%E2%91%A0", @@ -246,23 +265,25 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-same-origin%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cross-origin-prefetch-ip-anonymization-policy-origin", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#html-patches", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-process-a-navigate-fetch", "https://wicg.github.io/nav-speculation/prefetch.html#perform-a-common-navigational-fetch", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-browsing-context%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A5", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-controller%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-controller%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-mode", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-redirect-mode", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A8", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-current-url%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A3", @@ -284,18 +305,20 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-active-service-worker", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-break", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-fetch", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-params-controller", + "https://wicg.github.io/nav-speculation/prefetch.html#issue-d943b811", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-http-redirect-fetch", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-task", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-networking-task-source", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-process-response", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-break%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-break%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-child-browsing-context", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cross-origin-resource-policy-check", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-bc-container-document", @@ -303,19 +326,19 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-bc-container-document%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-destination", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-break%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cross-origin-resource-policy-check%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-parent-browsing-context", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response-location-url", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-fragment", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-iteration-break%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment-discarding-steps%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-navigation-id%E2%91%A0", @@ -345,14 +368,14 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-destination%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-bc-container%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-element-local-name", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-find-a-matching-prefetch-record", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-find-a-matching-prefetch-record%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-active-document%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-referrer-policy", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-perform-prefetch-response-checks", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-copy-prefetch-cookies", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-navigation-params-reserved-environment%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dom-document-cookie", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-process-a-navigate-response", @@ -377,9 +400,9 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-same-origin%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%93%AA", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A8", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-should-block-navigation-request", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-set-union%E2%91%A0", @@ -394,8 +417,8 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-enforce%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-perform-a-common-navigational-fetch", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A5", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A7", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-fetch-scheme", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-process-a-navigate-url-scheme", @@ -422,21 +445,25 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-process-a-navigate-fetch%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#issue-1ea0021d", "https://wicg.github.io/nav-speculation/prefetch.html#partitioned-prefetch", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A6", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A8", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-bc", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandboxing-flag-set%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determining-the-creation-sandboxing-flags", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-bc-container%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-referrer-policy%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-initiator", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-fetch%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-destination%E2%91%A2", @@ -444,13 +471,11 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-use-url-credentials-flag%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-client%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A5", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-header-list", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A5", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%93%AA", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-lists%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-tokens", @@ -458,46 +483,57 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sec-purpose-prefetch-anonymous-client-ip", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-connection", "https://wicg.github.io/nav-speculation/prefetch.html#issue-9a2d41cc", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-connection-obtain", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-header-list-set-structured-header", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-headerdef-sec-purpose", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-header-list%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-header-list", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#issue-a3686c91", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-uncredentialed-prefetch", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-potentially-trustworthy-url", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-append", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-obtain-coop%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandboxing-flag-set%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-struct-value%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-update-the-response", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-enforce%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-perform-a-common-navigational-fetch%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A7", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-fetch-controller%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A2", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A6", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A7", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-response%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-supports-prefetch", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-store-a-prefetch-record", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-complete", "https://wicg.github.io/nav-speculation/prefetch.html#list-of-sufficiently-strict-speculative-navigation-referrer-policies", "https://wicg.github.io/nav-speculation/prefetch.html#uncredentialed-prefetch", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A8", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A3", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-of-sufficiently-strict-speculative-navigation-referrer-policies", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-bc%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandboxing-flag-set%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determining-the-creation-sandboxing-flags%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-bc-container%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-origin-opaque", @@ -510,9 +546,12 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-isolated-partition-key%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A8", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-referrer-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-initiator%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-fetch%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-destination%E2%91%A3", @@ -521,24 +560,23 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-client%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-ordered-set", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A7", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A7", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-lists%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-tokens%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy-requires-anonymity%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-sec-purpose-prefetch-anonymous-client-ip%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-connection%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#issue-9a2d41cc%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-connection-obtain%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-header-list-set-structured-header%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-headerdef-sec-purpose%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-header-list%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-header-list%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-credentials%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-current-url%E2%91%A2", @@ -547,58 +585,65 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-potentially-trustworthy-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-append%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request%E2%91%A0%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-obtain-coop%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A8", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-sandboxing-flag-set%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-struct-value%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-update-the-response%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-coop-enforce%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-perform-a-common-navigational-fetch%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-fetch-controller%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A8", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-network-error%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-response%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-redirect-chain%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-supports-prefetch%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-store-a-prefetch-record%E2%91%A0", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-complete%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#issue-239df98e", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-no-cache-prevent-cache-control", "https://wicg.github.io/nav-speculation/prefetch.html#issue-414cc665", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A0%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy%E2%91%A4", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document%E2%91%A5", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record%E2%91%A6", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determine-the-network-partition-key%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A8", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-url%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A8", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-bc%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-top-level-browsing-context%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-top-level-origin%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-obtain-a-site", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-partitioned-prefetch", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-uncredentialed-prefetch%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#supports-prefetch", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-response-status", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A6", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A8", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-status", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-ok-status", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-headerdef-sec-purpose%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#cookies", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-set-cookie", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-uncredentialed-prefetch%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-storage-model", "https://wicg.github.io/nav-speculation/prefetch.html#copy-prefetch-cookies", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A3", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-network-partition-key%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-environment%E2%91%A8", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-storage-model%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-storage-model%E2%91%A1", @@ -610,16 +655,16 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-top-level-origin%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-top-level-creation-url%E2%91%A4", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-origin%E2%91%A0%E2%93%AA", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A7", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A1%E2%93%AA", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-origin%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-obtain-a-site%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nested-browsing-context", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-top-level-browsing-context%E2%91%A6", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A4", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-target-browsing-context%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-storage-model%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#gather-cookie-data", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url%E2%91%A7", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cookie-domain-canonicalize", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-host", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cookie-domain-canonicalize%E2%91%A0", @@ -629,7 +674,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cookie-path", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A5", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-name-lists%E2%91%A7", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cookie", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-cookie%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-redirect-chain-has-updated-credentials%E2%91%A0", @@ -656,10 +701,12 @@ "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-element-local-name", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-document-origin", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-document-url", + "https://wicg.github.io/nav-speculation/prefetch.html#term-for-fetch-controller-abort", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-authentication-entry", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-request-cache-mode", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-request-client", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-connection", + "https://wicg.github.io/nav-speculation/prefetch.html#term-for-fetch-params-controller", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-credentials", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-request-credentials-mode", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-cross-origin-resource-policy-check", @@ -667,6 +714,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-request-destination", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-determine-the-network-partition-key", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-fetch", + "https://wicg.github.io/nav-speculation/prefetch.html#term-for-fetch-controller", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-fetch-scheme", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-concept-request-header-list", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-http-scheme", diff --git a/tr/ids/prerendering-revamped.json b/tr/ids/prerendering-revamped.json index 36f74d998445..8eb7cfb1c1fd 100644 --- a/tr/ids/prerendering-revamped.json +++ b/tr/ids/prerendering-revamped.json @@ -949,7 +949,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-capture", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-orientation", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-wake-lock", - "https://wicg.github.io/nav-speculation/prerendering.html#biblio-service-workers-1", + "https://wicg.github.io/nav-speculation/prerendering.html#biblio-service-workers", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-speech-api", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-storage", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-url", diff --git a/tr/ids/speculation-rules.json b/tr/ids/speculation-rules.json index 0a647ec3c74a..5b99823e0bbf 100644 --- a/tr/ids/speculation-rules.json +++ b/tr/ids/speculation-rules.json @@ -24,6 +24,8 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-requirements", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-set%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string", + "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-target-browsing-context-name-hint", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-requirements", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-set", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct%E2%91%A0", @@ -90,7 +92,7 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-consider-speculation%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-parsing", "https://wicg.github.io/nav-speculation/speculation-rules.html#parse-speculation-rules", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-json-string-to-an-infra-value", @@ -103,15 +105,17 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-speculation-rule", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prefetch-rules", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-speculation-rule%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-speculation-rule%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prerender-rules", "https://wicg.github.io/nav-speculation/speculation-rules.html#parse-a-speculation-rule", @@ -120,27 +124,30 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A4", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-basic-url-parser", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url-scheme", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-http-scheme", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-set%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-set-append", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-valid-browsing-context-name-or-keyword", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-requirements%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-processing", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document", "https://wicg.github.io/nav-speculation/speculation-rules.html#document-list-of-speculation-rule-sets", @@ -164,8 +171,19 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-target-browsing-context-name-hint", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-valid-browsing-context-name-or-keyword%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-referrer-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-referrer-policy%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#prefetch-candidate-continues", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-state", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#consider-speculation", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-await-a-stable-state", @@ -185,30 +203,53 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A3", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-referrer-policy", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prerender-rules%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-referrer-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-prefetch-records", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-assert%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-state%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-continues", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-cancel-and-discard", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-synchronous-section%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-in-parallel", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A7", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-referrer-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-url%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-referrer-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-referrer-policy%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-anonymization-policy%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-create-a-prerendering-browsing-context", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-referrer-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-ba67a3f6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-create-a-prerendering-browsing-context%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerendering-browsing-context-activate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document-bc", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerendering-browsing-context-activate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-1cafd308", "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-ffd6d56f", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-referrer-policy%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#security-considerations", @@ -240,6 +281,7 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-manipulation-task-source", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-already-started", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-await-a-stable-state", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-document-bc", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document-base-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-event-error", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-execute-the-script-element", @@ -252,12 +294,14 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-queue-a-global-task", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-relevant-global", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-script-result", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-same-origin", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-script", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-script-src", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-script-supports", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-synchronous-section", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-script-type", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-valid-browsing-context-name-or-keyword", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-set-append", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-ascii-case-insensitive", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-assert", @@ -275,11 +319,20 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-list-replace", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-string", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-struct", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prerendering-browsing-context-activate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-cancel-and-discard", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-create-a-prerendering-browsing-context", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-cross-origin-prefetch-ip-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-label", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-cross-origin-prefetch-ip-anonymization-policy-origin", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-ip-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document-prefetch-records", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-referrer-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-state", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-referrer-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-basic-url-parser", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-url-scheme", diff --git a/tr/ids/storage-access.json b/tr/ids/storage-access.json index b19327245e14..c5e088aed819 100644 --- a/tr/ids/storage-access.json +++ b/tr/ids/storage-access.json @@ -120,6 +120,10 @@ "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A7", "https://privacycg.github.io/storage-access/#dom-document-hasstorageaccess", "https://privacycg.github.io/storage-access/#ref-for-a-new-promise", + "https://privacycg.github.io/storage-access/#ref-for-fully-active", + "https://privacycg.github.io/storage-access/#ref-for-reject", + "https://privacycg.github.io/storage-access/#ref-for-securityerror", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException", "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin", "https://privacycg.github.io/storage-access/#ref-for-concept-origin-opaque", "https://privacycg.github.io/storage-access/#ref-for-resolve", @@ -159,18 +163,22 @@ "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A8", "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess", "https://privacycg.github.io/storage-access/#ref-for-a-new-promise%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-fully-active%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-securityerror%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-window", "https://privacycg.github.io/storage-access/#ref-for-transient-activation", - "https://privacycg.github.io/storage-access/#ref-for-reject", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-concept-document-bc%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-top-level-browsing-context%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A7", "https://privacycg.github.io/storage-access/#ref-for-allowed-to-use", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-relevant-settings-object%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-concept-origin-opaque%E2%91%A1", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-same-origin%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A4", @@ -178,17 +186,17 @@ "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A8", "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-concept-origin-opaque%E2%91%A2", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-active-sandboxing-flag-set", "https://privacycg.github.io/storage-access/#ref-for-sandbox-storage-access-by-user-activation-flag", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-generate-a-partitioned-storage-key%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-concept-relevant-global%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-obtain-the-storage-access-map%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-obtain-a-storage-access-flag-set%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-was-expressly-denied-storage-access-flag%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A7", "https://privacycg.github.io/storage-access/#ref-for-has-storage-access-flag%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A0%E2%93%AA", "https://privacycg.github.io/storage-access/#ref-for-in-parallel%E2%91%A0", @@ -238,7 +246,7 @@ "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A0%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-queue-a-global-task%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-dfn-permissions-task-source%E2%91%A4", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A6", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A8", "https://privacycg.github.io/storage-access/#ref-for-partitioned-storage-key-embedded-site%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A4", @@ -257,7 +265,7 @@ "https://privacycg.github.io/storage-access/#ref-for-save-the-storage-access-flag-set%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-queue-a-global-task%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-dfn-permissions-task-source%E2%91%A6", - "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A0%E2%93%AA", "https://privacycg.github.io/storage-access/#issue-65ce4cf9", "https://privacycg.github.io/storage-access/#navigation", "https://privacycg.github.io/storage-access/#ref-for-current-entry", @@ -365,6 +373,7 @@ "https://privacycg.github.io/storage-access/#term-for-consume-user-activation", "https://privacycg.github.io/storage-access/#term-for-dom-document-cookie", "https://privacycg.github.io/storage-access/#term-for-current-entry", + "https://privacycg.github.io/storage-access/#term-for-fully-active", "https://privacycg.github.io/storage-access/#term-for-the-iframe-element", "https://privacycg.github.io/storage-access/#term-for-in-parallel", "https://privacycg.github.io/storage-access/#term-for-obtain-a-site", @@ -406,7 +415,9 @@ "https://privacycg.github.io/storage-access/#term-for-dfn-unsupported-operation", "https://privacycg.github.io/storage-access/#term-for-dfn-error", "https://privacycg.github.io/storage-access/#term-for-dfn-error-code", + "https://privacycg.github.io/storage-access/#term-for-idl-DOMException", "https://privacycg.github.io/storage-access/#term-for-idl-promise", + "https://privacycg.github.io/storage-access/#term-for-securityerror", "https://privacycg.github.io/storage-access/#term-for-a-new-promise", "https://privacycg.github.io/storage-access/#term-for-idl-boolean", "https://privacycg.github.io/storage-access/#term-for-reject", diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index d80766489de3..1c8d6b8c6d02 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -2062,6 +2062,7 @@ "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1679", + "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", @@ -2074,35 +2075,29 @@ "https://tc39.es/proposal-temporal/#_ref_1685", "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#_ref_1687", - "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1688", "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_1693", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1694", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1695", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1696", - "https://tc39.es/proposal-temporal/#prod-TimeHourNotValidMonth", - "https://tc39.es/proposal-temporal/#prod-TimeHourNotThirtyOneDayMonth", - "https://tc39.es/proposal-temporal/#prod-TimeHourTwoOnly", - "https://tc39.es/proposal-temporal/#prod-TimeMinuteNotValidDay", "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", - "https://tc39.es/proposal-temporal/#prod-TimeMinuteThirtyOnly", - "https://tc39.es/proposal-temporal/#prod-TimeMinuteThirtyOneOnly", - "https://tc39.es/proposal-temporal/#prod-TimeSecondNotValidMonth", "https://tc39.es/proposal-temporal/#_ref_1699", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1702", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1703", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1704", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", @@ -2110,27 +2105,27 @@ "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#_ref_1711", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", "https://tc39.es/proposal-temporal/#_ref_1715", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1716", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", "https://tc39.es/proposal-temporal/#_ref_1717", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", "https://tc39.es/proposal-temporal/#_ref_1718", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", "https://tc39.es/proposal-temporal/#_ref_1721", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_1725", "https://tc39.es/proposal-temporal/#_ref_1726", @@ -2147,16 +2142,14 @@ "https://tc39.es/proposal-temporal/#_ref_1737", "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#_ref_1739", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#_ref_1741", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffsetNotAmbiguousWithDayOfMonth", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1742", "https://tc39.es/proposal-temporal/#_ref_1743", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffsetNotAmbiguousWithMonth", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1744", "https://tc39.es/proposal-temporal/#_ref_1745", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", "https://tc39.es/proposal-temporal/#_ref_1748", @@ -2173,13 +2166,13 @@ "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#_ref_1760", "https://tc39.es/proposal-temporal/#_ref_1761", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1762", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1764", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1765", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", @@ -2192,54 +2185,54 @@ "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", "https://tc39.es/proposal-temporal/#_ref_1777", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1778", "https://tc39.es/proposal-temporal/#_ref_1779", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1780", - "https://tc39.es/proposal-temporal/#_ref_1781", - "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#_ref_1781", + "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#_ref_1784", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_1788", - "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1789", - "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_1790", "https://tc39.es/proposal-temporal/#_ref_1791", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", + "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_1792", "https://tc39.es/proposal-temporal/#_ref_1793", - "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#prod-CalChar", "https://tc39.es/proposal-temporal/#_ref_1795", "https://tc39.es/proposal-temporal/#_ref_1796", - "https://tc39.es/proposal-temporal/#prod-CalChar", + "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_1797", "https://tc39.es/proposal-temporal/#_ref_1798", - "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_1799", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", "https://tc39.es/proposal-temporal/#_ref_1803", "https://tc39.es/proposal-temporal/#_ref_1804", + "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", - "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", "https://tc39.es/proposal-temporal/#_ref_1807", + "https://tc39.es/proposal-temporal/#prod-CalendarName", "https://tc39.es/proposal-temporal/#_ref_1808", + "https://tc39.es/proposal-temporal/#prod-Calendar", "https://tc39.es/proposal-temporal/#_ref_1809", - "https://tc39.es/proposal-temporal/#prod-CalendarName", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1810", - "https://tc39.es/proposal-temporal/#prod-Calendar", "https://tc39.es/proposal-temporal/#_ref_1811", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1812", "https://tc39.es/proposal-temporal/#_ref_1813", "https://tc39.es/proposal-temporal/#_ref_1814", @@ -2251,274 +2244,230 @@ "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", "https://tc39.es/proposal-temporal/#_ref_1822", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", - "https://tc39.es/proposal-temporal/#prod-TimeHourMinuteBasicFormatNotAmbiguousWithMonthDay", "https://tc39.es/proposal-temporal/#_ref_1825", "https://tc39.es/proposal-temporal/#_ref_1826", + "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#_ref_1831", + "https://tc39.es/proposal-temporal/#prod-CalendarTime", "https://tc39.es/proposal-temporal/#_ref_1832", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_1834", "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#_ref_1837", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#_ref_1839", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", "https://tc39.es/proposal-temporal/#_ref_1843", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1844", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_1845", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_1846", "https://tc39.es/proposal-temporal/#_ref_1847", "https://tc39.es/proposal-temporal/#_ref_1848", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_1849", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_1850", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_1851", "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_1853", "https://tc39.es/proposal-temporal/#_ref_1854", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1855", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", "https://tc39.es/proposal-temporal/#_ref_1860", - "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_1861", "https://tc39.es/proposal-temporal/#_ref_1862", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_1865", - "https://tc39.es/proposal-temporal/#prod-CalendarTime", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_1871", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", - "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_1874", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_1875", - "https://tc39.es/proposal-temporal/#prod-CalendarDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_1878", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1879", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1880", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_1881", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_1882", "https://tc39.es/proposal-temporal/#_ref_1883", "https://tc39.es/proposal-temporal/#_ref_1884", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1885", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1886", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_1887", "https://tc39.es/proposal-temporal/#_ref_1888", "https://tc39.es/proposal-temporal/#_ref_1889", "https://tc39.es/proposal-temporal/#_ref_1890", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1891", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1892", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_1893", "https://tc39.es/proposal-temporal/#_ref_1894", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_1895", "https://tc39.es/proposal-temporal/#_ref_1896", "https://tc39.es/proposal-temporal/#_ref_1897", "https://tc39.es/proposal-temporal/#_ref_1898", "https://tc39.es/proposal-temporal/#_ref_1899", "https://tc39.es/proposal-temporal/#_ref_1900", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_1901", "https://tc39.es/proposal-temporal/#_ref_1902", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_1903", "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", - "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_1907", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1908", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_1909", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_1910", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_1911", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1912", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_1913", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_1914", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1915", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#_ref_1917", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneString", "https://tc39.es/proposal-temporal/#_ref_1918", "https://tc39.es/proposal-temporal/#_ref_1919", "https://tc39.es/proposal-temporal/#_ref_1920", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1921", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1922", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_1923", "https://tc39.es/proposal-temporal/#_ref_1924", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1925", "https://tc39.es/proposal-temporal/#_ref_1926", "https://tc39.es/proposal-temporal/#_ref_1927", "https://tc39.es/proposal-temporal/#_ref_1928", + "https://tc39.es/proposal-temporal/#prod-TemporalCalendarString", "https://tc39.es/proposal-temporal/#_ref_1929", "https://tc39.es/proposal-temporal/#_ref_1930", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_1931", "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#_ref_1933", "https://tc39.es/proposal-temporal/#_ref_1934", "https://tc39.es/proposal-temporal/#_ref_1935", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_1936", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", "https://tc39.es/proposal-temporal/#_ref_1947", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1948", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_1949", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#_ref_1418", + "https://tc39.es/proposal-temporal/#_ref_1419", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#_ref_1422", + "https://tc39.es/proposal-temporal/#_ref_1423", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneString", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1424", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1425", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1961", "https://tc39.es/proposal-temporal/#_ref_1962", "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#prod-TemporalCalendarString", "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#_ref_1969", - "https://tc39.es/proposal-temporal/#_ref_1970", - "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", - "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#_ref_1974", - "https://tc39.es/proposal-temporal/#_ref_1975", - "https://tc39.es/proposal-temporal/#_ref_1976", - "https://tc39.es/proposal-temporal/#_ref_1977", - "https://tc39.es/proposal-temporal/#_ref_1978", - "https://tc39.es/proposal-temporal/#_ref_1979", - "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#_ref_1981", - "https://tc39.es/proposal-temporal/#_ref_1982", - "https://tc39.es/proposal-temporal/#_ref_1983", - "https://tc39.es/proposal-temporal/#_ref_1984", - "https://tc39.es/proposal-temporal/#_ref_1985", - "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#_ref_1987", - "https://tc39.es/proposal-temporal/#_ref_1988", - "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#_ref_1990", - "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#_ref_1992", - "https://tc39.es/proposal-temporal/#_ref_1418", - "https://tc39.es/proposal-temporal/#_ref_1419", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", - "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#_ref_1420", - "https://tc39.es/proposal-temporal/#_ref_1421", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", - "https://tc39.es/proposal-temporal/#_ref_1994", - "https://tc39.es/proposal-temporal/#_ref_1422", - "https://tc39.es/proposal-temporal/#_ref_1423", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1995", - "https://tc39.es/proposal-temporal/#_ref_1996", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1424", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", - "https://tc39.es/proposal-temporal/#_ref_1997", - "https://tc39.es/proposal-temporal/#_ref_1998", - "https://tc39.es/proposal-temporal/#_ref_1425", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1426", - "https://tc39.es/proposal-temporal/#_ref_1999", - "https://tc39.es/proposal-temporal/#_ref_2000", - "https://tc39.es/proposal-temporal/#_ref_2001", - "https://tc39.es/proposal-temporal/#_ref_2002", - "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#_ref_2004", - "https://tc39.es/proposal-temporal/#_ref_2005", - "https://tc39.es/proposal-temporal/#_ref_2006", - "https://tc39.es/proposal-temporal/#_ref_2007", - "https://tc39.es/proposal-temporal/#_ref_2008", - "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#_ref_1427", "https://tc39.es/proposal-temporal/#_ref_1428", "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#_ref_1430", "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_2011", - "https://tc39.es/proposal-temporal/#_ref_2012", + "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#_ref_1432", - "https://tc39.es/proposal-temporal/#_ref_2013", + "https://tc39.es/proposal-temporal/#_ref_1970", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", - "https://tc39.es/proposal-temporal/#_ref_2014", + "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#_ref_1433", - "https://tc39.es/proposal-temporal/#_ref_2015", + "https://tc39.es/proposal-temporal/#_ref_1972", "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", - "https://tc39.es/proposal-temporal/#_ref_2016", - "https://tc39.es/proposal-temporal/#_ref_2017", + "https://tc39.es/proposal-temporal/#_ref_1973", + "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_1435", - "https://tc39.es/proposal-temporal/#_ref_2018", + "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", - "https://tc39.es/proposal-temporal/#_ref_2019", - "https://tc39.es/proposal-temporal/#_ref_2020", - "https://tc39.es/proposal-temporal/#_ref_2021", - "https://tc39.es/proposal-temporal/#_ref_2022", + "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#_ref_1977", + "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#_ref_1979", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", - "https://tc39.es/proposal-temporal/#_ref_2023", - "https://tc39.es/proposal-temporal/#_ref_2024", + "https://tc39.es/proposal-temporal/#_ref_1980", + "https://tc39.es/proposal-temporal/#_ref_1981", "https://tc39.es/proposal-temporal/#_ref_1436", "https://tc39.es/proposal-temporal/#sec-temporal-topositiveinteger", "https://tc39.es/proposal-temporal/#_ref_1437", @@ -2547,12 +2496,12 @@ "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_2025", - "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#_ref_2027", - "https://tc39.es/proposal-temporal/#_ref_2028", - "https://tc39.es/proposal-temporal/#_ref_2029", - "https://tc39.es/proposal-temporal/#_ref_2030", + "https://tc39.es/proposal-temporal/#_ref_1982", + "https://tc39.es/proposal-temporal/#_ref_1983", + "https://tc39.es/proposal-temporal/#_ref_1984", + "https://tc39.es/proposal-temporal/#_ref_1985", + "https://tc39.es/proposal-temporal/#_ref_1986", + "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index 39741e0c33db..31aa243159ca 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -954,29 +954,33 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#realm-id", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id", + "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#get-a-realm", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#issue-89e6b783", "https://w3c.github.io/webdriver-bidi/#type-script-RealmInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#get-the-realm-info", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-serialisation-of-an-origin", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-window%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dedicatedworkerglobalscope", "https://w3c.github.io/webdriver-bidi/#ref-for-sharedworkerglobalscope", "https://w3c.github.io/webdriver-bidi/#ref-for-serviceworkerglobalscope", @@ -1017,13 +1021,13 @@ "https://w3c.github.io/webdriver-bidi/#type-script-Source", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#get-the-source", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-bc%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#type-script-Target", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A5", @@ -1046,7 +1050,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target", - "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#command-script-callFunction", "https://w3c.github.io/webdriver-bidi/#commands-scriptcallfunction", "https://w3c.github.io/webdriver-bidi/#issue-6eade172", @@ -1063,7 +1067,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A4", @@ -1088,7 +1092,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-default-classic-script-fetch-options", @@ -1105,7 +1109,7 @@ "https://w3c.github.io/webdriver-bidi/#commands-scriptgetrealms", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-environment-execution-ready-flag", @@ -1154,14 +1158,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-bc%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-worklet-global-scopes", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-worker-event-loop-2", @@ -1170,16 +1174,16 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-responsible-event-loop", "https://w3c.github.io/webdriver-bidi/#ref-for-get-related-browsing-contexts%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object's-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#module-log", "https://w3c.github.io/webdriver-bidi/#modules-log", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#log-event-buffer", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#buffer-a-log-event", "https://w3c.github.io/webdriver-bidi/#ref-for-log-event-buffer", - "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#issue-d20b5797", "https://w3c.github.io/webdriver-bidi/#module-log-definition", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A6", @@ -1196,7 +1200,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-formatter", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-primitive-value", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-tostring%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-current-realm", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A1%E2%91%A5", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 59322663a40e..f1ec6d382d7a 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -828,6 +828,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-description%E2%91%A2", "https://www.w3.org/TR/webgpu/#normalized-identifier-string", "https://www.w3.org/TR/webgpu/#example-675713a7", + "https://www.w3.org/TR/webgpu/#extension-documents", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A3", "https://www.w3.org/TR/webgpu/#origin-restrictions", "https://www.w3.org/TR/webgpu/#ref-for-the-image-argument-is-not-origin-clean", "https://www.w3.org/TR/webgpu/#ref-for-concept-canvas-origin-clean", @@ -890,8 +892,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A1", @@ -908,6 +912,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext", "https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgba8unorm%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bgra8unorm%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A5", @@ -971,7 +976,7 @@ "https://www.w3.org/TR/webgpu/#gpuadapter", "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-limit%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A7", @@ -1026,9 +1031,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-reject", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredfeatures%E2%91%A0", @@ -1065,6 +1072,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-concept-relevant-global", @@ -1096,7 +1104,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudevicedescriptor%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpudevicedescriptor-requiredfeatures", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpudevicedescriptor-requiredlimits", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2", @@ -1227,9 +1235,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpudevice-destroy", "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicelostreason-destroyed", @@ -1271,31 +1281,37 @@ "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubuffermapstate", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapstate", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpumapmodeflags", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync-mode-offset-size-mode", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync-mode-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync-mode-offset-size-offset", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync-mode-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange-offset-size-offset", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-destroy%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubuffermapstate%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-unmapped", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-pending", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-mapped", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A8", @@ -1303,6 +1319,22 @@ "https://www.w3.org/TR/webgpu/#dom-gpubuffer-usage", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapstate", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubuffermapstate%E2%91%A1", + "https://www.w3.org/TR/webgpu/#enumdef-gpubuffermapstate", + "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-unmapped", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A0", + "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-pending", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A1", + "https://www.w3.org/TR/webgpu/#dom-gpubuffermapstate-mapped", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-getter-steps", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-mapped%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-pending%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-unmapped%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-devicetimelinestate-slot", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state", @@ -1322,8 +1354,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapping-slot", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#active-buffer-mapping", "https://www.w3.org/TR/webgpu/#active-buffer-mapping-data", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A2", @@ -1332,12 +1364,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A4", "https://www.w3.org/TR/webgpu/#issue-56e3380f", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-sec-allocatearraybuffer", "https://www.w3.org/TR/webgpu/#active-buffer-mapping-mode", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpumapmodeflags%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpumapmodeflags%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbuffer%E2%91%A2", "https://www.w3.org/TR/webgpu/#active-buffer-mapping-range", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A1", @@ -1347,7 +1379,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A2", "https://www.w3.org/TR/webgpu/#example-6375dbf6", "https://www.w3.org/TR/webgpu/#issue-bef517c7", @@ -1370,7 +1402,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-mappedatcreation", "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A0", @@ -1410,11 +1442,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gpubufferusage", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpubufferusage-map_read", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-read", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpubufferusage-map_write", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_src%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpubufferusage-copy_src", @@ -1452,13 +1484,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferdescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-data", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A7", @@ -1468,7 +1501,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A3", @@ -1487,7 +1521,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-unavailable", @@ -1502,7 +1536,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-destroyed%E2%91%A0", "https://www.w3.org/TR/webgpu/#buffer-mapping", @@ -1510,13 +1548,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dfn-detach", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A5", @@ -1537,16 +1575,16 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gpumapmode", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpumapmode-read", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpumapmode-write", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A7", @@ -1558,29 +1596,39 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapasync-mode-offset-size-mode", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpumapmodeflags%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapasync-mode-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-mapasync-mode-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-map-set", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-map-request-status-open", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#issue-e455e519", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A3", @@ -1595,28 +1643,30 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A6", "https://www.w3.org/TR/webgpu/#issue-f37994aa", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-assert", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-map-exists", "https://www.w3.org/TR/webgpu/#ref-for-map-remove", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-unavailable%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-available%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-map-request-status-cancelled", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-map-remove%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-map-remove%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-map-request-status-cancelled%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-aborterror", @@ -1624,7 +1674,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-unavailable%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-data%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-mode%E2%91%A0", @@ -1633,79 +1683,83 @@ "https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-getmappedrange", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-getmappedrange-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-getmappedrange-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-sec-properties-of-the-arraybuffer-instances", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-sec-detacharraybuffer", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-append", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-unmap", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-map-getting-the-keys", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_requests-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-map-request-status-cancelled%E2%91%A1", "https://www.w3.org/TR/webgpu/#issue-efe4b51f%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-sec-detacharraybuffer%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-mode%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-queue%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-available%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-unavailable%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#issue-167b95a8", "https://www.w3.org/TR/webgpu/#textures", "https://www.w3.org/TR/webgpu/#issue-3f7785a1", @@ -1900,12 +1954,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputexturedescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-viewformats%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-width%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A0%E2%91%A6", @@ -1926,7 +1981,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexturedescriptor", @@ -2035,6 +2091,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-destroyed-slot", "https://www.w3.org/TR/webgpu/#gpu-textureview", "https://www.w3.org/TR/webgpu/#gputextureview", @@ -2130,11 +2187,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputextureviewdescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-resolving-gputextureviewdescriptor-defaults", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A8", @@ -2278,7 +2337,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-arraylayercount%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#issue-8525775f", "https://www.w3.org/TR/webgpu/#texture-formats", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A6", "https://www.w3.org/TR/webgpu/#texel-block", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A0%E2%91%A4", @@ -2470,6 +2529,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpudevice-importexternaltexture-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuexternaltexturedescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexturedescriptor-source", "https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument", "https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror", @@ -2616,8 +2676,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpusamplerdescriptor%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A7", @@ -2920,15 +2982,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutdescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetexturebindinglayout-format%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A8", @@ -2936,7 +3000,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-exceeds-the-binding-slot-limits%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A1", @@ -3046,7 +3110,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A7", "https://www.w3.org/TR/webgpu/#dictdef-gpubufferbinding", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A1", @@ -3054,8 +3118,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-size%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpubufferbinding-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubufferbinding-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A0", @@ -3071,9 +3135,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgroupdescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A1", @@ -3254,9 +3320,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelinelayoutdescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-descriptor-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A5", @@ -3289,7 +3357,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucompilationinfo", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermodule-compilationinfo", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A1", @@ -3331,8 +3399,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpushadermoduledescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%93%AA", @@ -3454,8 +3524,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-linenum%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpucompilationinfo%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#issue-22831f47", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermodule-compilationinfo%E2%91%A1", "https://www.w3.org/TR/webgpu/#pipelines", @@ -3494,25 +3565,28 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-rangeerror", - "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#issue-805824ec", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-group-equivalent%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#default-pipeline-layout", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout", @@ -3630,7 +3704,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-shader-f16%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpupipelineconstantvalue%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", @@ -3764,14 +3838,16 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepipelinedescriptor%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-default-pipeline-layout%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuautolayoutmode-auto%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuprogrammablestage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-compute%E2%91%A1", @@ -3788,22 +3864,24 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipelineasync", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcomputepipelineasync%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipelineasync-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepipelinedescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcomputepipeline%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A6", "https://www.w3.org/TR/webgpu/#example-24ae760c", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A0", @@ -3892,25 +3970,27 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufragmentstate-targets%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolortargetstate-format", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-default-pipeline-layout%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuautolayoutmode-auto%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpurenderpipelinedescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot", @@ -3940,22 +4020,24 @@ "https://www.w3.org/TR/webgpu/#issue-22c6f42f", "https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderpipelineasync", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipelineasync%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderpipelineasync-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipeline%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A7", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpipelinedescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%91%A0", @@ -4517,7 +4599,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexbufferlayout%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprogrammablestage%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbufferarraystride", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A5", @@ -4525,7 +4607,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbufferarraystride%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A2", @@ -4534,7 +4616,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-shaderlocation%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A7", @@ -4548,14 +4630,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexstate%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbuffers", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuvertexbufferlayout", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexattribute%E2%91%A2", @@ -4566,7 +4648,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A5", "https://www.w3.org/TR/webgpu/#gpu-command", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0", "https://www.w3.org/TR/webgpu/#command-buffer", "https://www.w3.org/TR/webgpu/#gpucommandbuffer", @@ -4581,7 +4663,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#command-buffer-creation", "https://www.w3.org/TR/webgpu/#dictdef-gpucommandbufferdescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A1", @@ -4599,7 +4681,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A7", "https://www.w3.org/TR/webgpu/#encoder-state", "https://www.w3.org/TR/webgpu/#encoder-state-open", @@ -4608,17 +4690,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#encoder-state-ended", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-the-encoder-state", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#command-encoder", "https://www.w3.org/TR/webgpu/#gpucommandencoder", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A1%E2%91%A4", @@ -4634,11 +4716,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-begincomputepass-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-sourceoffset", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destination", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destinationoffset", @@ -4670,7 +4752,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-copysize", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer-buffer-offset-size-offset", @@ -4690,7 +4772,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-firstquery", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-querycount", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destinationoffset", @@ -4715,10 +4797,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucommandencoderdescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#issue-f6026bc8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcommandencoder%E2%91%A1", @@ -4734,15 +4818,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpurenderpassdescriptor-valid-usage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A1", @@ -4793,14 +4879,16 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-begincomputepass-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepassdescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A2", @@ -4875,20 +4963,20 @@ "https://www.w3.org/TR/webgpu/#dictdef-gpuimagecopybuffer", "https://www.w3.org/TR/webgpu/#ref-for-image-copy", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopybuffer%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagedatalayout%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopybuffer%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagedatalayout%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuimagecopybuffer-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopybuffer", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopybuffer%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A1", "https://www.w3.org/TR/webgpu/#gpu-image-copy-texture", "https://www.w3.org/TR/webgpu/#dictdef-gpuimagecopytexture", @@ -4987,27 +5075,29 @@ "https://www.w3.org/TR/webgpu/#buffer-copies", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-sourceoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destination", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destinationoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A3", @@ -5018,31 +5108,35 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webgpu/#issue-b925324f", "https://www.w3.org/TR/webgpu/#issue-ec24bcd6", "https://www.w3.org/TR/webgpu/#buffer-fills", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#image-copies", "https://www.w3.org/TR/webgpu/#image-copy", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A3", @@ -5115,7 +5209,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-extent3d-height%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-texture-subresource%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A4", @@ -5127,10 +5221,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-copysize", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopybuffer", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A2", @@ -5161,7 +5257,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-texture-subresource%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source", @@ -5172,10 +5268,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-copysize", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A3", @@ -5218,10 +5316,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-copysize", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A1", @@ -5274,15 +5374,17 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryindex", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-timestamp", @@ -5291,7 +5393,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-writetimestamp%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset", @@ -5301,14 +5403,16 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-querycount", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destinationoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A8", @@ -5328,8 +5432,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-finish-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucommandbufferdescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A4", @@ -5339,8 +5446,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandbuffer-command_list-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A1", @@ -5396,12 +5503,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-layout-slot%E2%91%A0", @@ -5438,6 +5547,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-rangeerror%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy", @@ -5460,7 +5570,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A1", @@ -5483,7 +5593,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A2", @@ -5544,8 +5654,10 @@ "https://www.w3.org/TR/webgpu/#dom-gpudebugcommandsmixin-pushdebuggroup-grouplabel-grouplabel", "https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-stack-push", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A0", @@ -5553,10 +5665,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-pushdebuggroup%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpudebugcommandsmixin%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-stack-pop", @@ -5567,8 +5681,10 @@ "https://www.w3.org/TR/webgpu/#dom-gpudebugcommandsmixin-insertdebugmarker-markerlabel-markerlabel", "https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#compute-passes", "https://www.w3.org/TR/webgpu/#compute-pass-encoder", @@ -5590,7 +5706,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountz", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectoffset", @@ -5653,10 +5769,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-setpipeline-pipeline-pipeline", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroups", @@ -5673,36 +5791,40 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-encoder-bind-groups%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcomputeworkgroupsperdimension", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webgpu/#indirect-dispatch-parameters", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-indirect-dispatch-parameters", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-encoder-bind-groups%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%93%AA", @@ -5719,8 +5841,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-end", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-command_encoder-slot", @@ -5731,7 +5856,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A1", @@ -6163,8 +6288,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-end", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-command_encoder-slot", @@ -6175,7 +6303,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A2", @@ -6207,7 +6335,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setpipeline-pipeline-pipeline", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-indexformat", @@ -6219,7 +6347,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-buffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-offset", @@ -6249,13 +6377,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectoffset", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", @@ -6271,7 +6399,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-index_buffer-slot", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-index_format-slot", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot", @@ -6280,12 +6408,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffers-slot", "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffer_sizes-slot", "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawcount-slot", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webgpu/#render-pass-encoder-drawing", @@ -6296,12 +6424,14 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setpipeline-pipeline-pipeline", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-derive-render-targets-layout-from-pipeline", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-layout-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-writesdepth-slot%E2%91%A1", @@ -6315,7 +6445,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-indexformat", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-offset", @@ -6323,11 +6453,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-index%E2%91%A2", @@ -6343,21 +6473,21 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-offset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-vertex%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbuffers%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A7", @@ -6377,10 +6507,10 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot%E2%91%A1", @@ -6411,10 +6541,10 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw-indexed", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer_size-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_format-slot%E2%91%A0", @@ -6435,26 +6565,26 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-vertex%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webgpu/#indirect-draw-parameters", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-indirect-draw-parameters", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A2", @@ -6465,26 +6595,26 @@ "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-input%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawcount-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webgpu/#indirect-drawindexed-parameters", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-indirect-drawindexed-parameters", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw-indexed%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A3", @@ -6540,9 +6670,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-maxdepth", "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-viewport-slot%E2%91%A0", @@ -6559,9 +6692,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setscissorrect-x-y-width-height-height", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setblendconstant", @@ -6572,7 +6708,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setblendconstant%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setblendconstant-color-color", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-blend_constant-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setstencilreference", @@ -6583,7 +6723,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setstencilreference%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setstencilreference-reference-reference", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-stencil_reference-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#render-pass-encoder-queries", @@ -6592,11 +6736,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A2", @@ -6604,11 +6750,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_active-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-endocclusionquery", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_active-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_active-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#render-pass-encoder-bundles", @@ -6622,10 +6770,13 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-layout-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundle-layout-slot", @@ -6686,16 +6837,18 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderbundleencoderdescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A5", @@ -6734,8 +6887,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoder-finish-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderbundledescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A0%E2%91%A0", @@ -6745,8 +6901,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundle-command_list-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A0%E2%93%AA", @@ -6763,17 +6919,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-bufferoffset", @@ -6784,7 +6940,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-dataoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-size", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopytexture%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-destination", @@ -6795,7 +6951,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-datalayout", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-size", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopyexternalimage%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", @@ -6807,11 +6963,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-bufferoffset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-data", @@ -6820,13 +6976,15 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-DataView", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-available%E2%91%A3", @@ -6846,13 +7004,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagedatalayout%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-size", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A3", @@ -6873,8 +7031,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-images%E2%91%A5", "https://www.w3.org/TR/webgpu/#issue-ddacf7c9", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#issue-ddacf7c9%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopytexturetagged%E2%91%A2", @@ -6888,7 +7046,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-texture-subresource%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror%E2%91%A0", @@ -6901,9 +7060,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-extent3d-height%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-origin3d-z%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-depthorarraylayers%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A4", @@ -6936,12 +7096,14 @@ "https://www.w3.org/TR/webgpu/#dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-devicetimelinestate-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-buffer-device-timeline-state-available%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A2", @@ -6949,16 +7111,22 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandbuffer-command_list-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-onsubmittedworkdone", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A8", "https://www.w3.org/TR/webgpu/#queries", "https://www.w3.org/TR/webgpu/#queryset", @@ -6966,7 +7134,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-destroy", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuquerytype", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type%E2%91%A3", @@ -6987,7 +7155,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#query-set-state", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#query-set-state-available", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#query-set-state-destroyed", @@ -7016,9 +7184,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuquerysetdescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-type%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-timestamp%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A4", @@ -7028,9 +7197,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-type%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-count%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-count%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-state-slot", @@ -7043,7 +7213,8 @@ "https://www.w3.org/TR/webgpu/#dom-gpuqueryset-destroy", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-state-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-query-set-state-destroyed", "https://www.w3.org/TR/webgpu/#querytype", @@ -7060,7 +7231,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-writetimestamp%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A5", "https://www.w3.org/TR/webgpu/#issue-d34a40b7", @@ -7088,11 +7259,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-canvas%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure-configuration-configuration", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-unconfigure", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture", @@ -7138,21 +7309,23 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-configure-configuration-configuration", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-viewformats%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-canvas%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-drawingbuffer-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexturedescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-supported-context-formats", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A0%E2%93%AA", @@ -7161,6 +7334,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-unconfigure", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A4", @@ -7169,6 +7343,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3", @@ -7182,7 +7357,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-drawingbuffer-slot%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-currenttexture-slot%E2%91%A5", @@ -7355,12 +7530,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#gpudevicelostinfo", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpudevicelostreason", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-reason", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-message", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpudevicelostinfo%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A7", @@ -7411,11 +7586,11 @@ "https://www.w3.org/TR/webgpu/#dom-gpuerror-message", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuerrorfilter%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope-filter-filter", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-poperrorscope%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%93%AA", @@ -7428,7 +7603,7 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-current-error-scope", "https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuvalidationerror", "https://www.w3.org/TR/webgpu/#ref-for-gpuoutofmemoryerror", "https://www.w3.org/TR/webgpu/#ref-for-list-item", @@ -7439,11 +7614,11 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-generate-a-validation-error", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpuvalidationerror%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-current-error-scope", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-error-scope-error-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-error-scope-error-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-queue-a-task", "https://www.w3.org/TR/webgpu/#ref-for-gpuuncapturederrorevent", "https://www.w3.org/TR/webgpu/#ref-for-eventdef-gpudevice-uncapturederror%E2%91%A1", @@ -7458,7 +7633,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpudevice-pusherrorscope-filter-filter", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuerrorfilter%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-error-scope-filter-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-stack-push%E2%91%A0", @@ -7468,10 +7646,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-errorscopestack-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A5", @@ -7945,22 +8125,22 @@ "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-depth-clip-control", "https://www.w3.org/TR/webgpu/#issue-7afd4e48", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-unclippeddepth%E2%91%A2", "https://www.w3.org/TR/webgpu/#depth32float-stencil8", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-depth32float-stencil8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth32float-stencil8%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth32float-stencil8%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth32float-stencil8%E2%91%A1", "https://www.w3.org/TR/webgpu/#texture-compression-bc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-bc", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-bc%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bc1-rgba-unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bc1-rgba-unorm-srgb", @@ -7979,7 +8159,7 @@ "https://www.w3.org/TR/webgpu/#texture-compression-etc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-etc2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-etc2%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-etc2-rgb8unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-etc2-rgb8unorm-srgb", @@ -7994,7 +8174,7 @@ "https://www.w3.org/TR/webgpu/#texture-compression-astc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-astc", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-astc%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-astc-4x4-unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-astc-4x4-unorm-srgb", @@ -8028,9 +8208,9 @@ "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-timestamp-query", "https://www.w3.org/TR/webgpu/#issue-d92d1f82", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuquerytype%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-timestamp%E2%91%A3", "https://www.w3.org/TR/webgpu/#indirect-first-instance", @@ -8038,11 +8218,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-indirect-draw-parameters%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-indirect-drawindexed-parameters%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#shader-f16", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-shader-f16", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-shader-f16%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#bgra8unorm-storage", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-bgra8unorm-storage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A6", @@ -8201,7 +8381,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-uint%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#example-cb229a6b", "https://www.w3.org/TR/webgpu/#copying-depth-stencil", @@ -8218,7 +8398,7 @@ "https://www.w3.org/TR/webgpu/#compressed-format", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-size%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputexturesampletype%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgb9e5ufloat", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-float%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-unfilterable-float%E2%91%A1%E2%91%A6", @@ -8390,6 +8570,7 @@ "https://www.w3.org/TR/webgpu/#term-for-idl-double", "https://www.w3.org/TR/webgpu/#term-for-idl-float", "https://www.w3.org/TR/webgpu/#term-for-dfn-get-buffer-source-copy", + "https://www.w3.org/TR/webgpu/#term-for-getter-steps", "https://www.w3.org/TR/webgpu/#term-for-dfn-interface-object", "https://www.w3.org/TR/webgpu/#term-for-idl-long", "https://www.w3.org/TR/webgpu/#term-for-idl-long-long", @@ -8441,6 +8622,7 @@ "https://www.w3.org/TR/webgpu/#informative", "https://www.w3.org/TR/webgpu/#biblio-sourcemap", "https://www.w3.org/TR/webgpu/#idl-index", - "https://www.w3.org/TR/webgpu/#issues-index" + "https://www.w3.org/TR/webgpu/#issues-index", + "https://www.w3.org/TR/webgpu/#b732b3fe" ] } \ No newline at end of file diff --git a/tr/ids/xhr.json b/tr/ids/xhr.json index a9e35090903b..7a87a3afe60f 100644 --- a/tr/ids/xhr.json +++ b/tr/ids/xhr.json @@ -516,6 +516,7 @@ "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A4%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-request-url%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-include-credentials", + "https://xhr.spec.whatwg.org/#ref-for-request-initiator-type", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A4%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-upload-complete-flag", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A4%E2%91%A3", @@ -661,25 +662,23 @@ "https://xhr.spec.whatwg.org/#ref-for-fetch-controller-terminate%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest-fetch-controller%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-handle-response-end-of-body%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A4", - "https://xhr.spec.whatwg.org/#report-timing", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-finalize-and-report-timing", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-concept-relevant-global%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest-fetch-controller%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-handle-response-end-of-body%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A5", "https://xhr.spec.whatwg.org/#handle-response-end-of-file", "https://xhr.spec.whatwg.org/#handle-response-end-of-body", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-handle-errors%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3", - "https://xhr.spec.whatwg.org/#ref-for-report-timing", "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-header-list-extract-a-length%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A5", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-synchronous-flag%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-concept-event-fire-progress%E2%91%A6", @@ -693,31 +692,30 @@ "https://xhr.spec.whatwg.org/#ref-for-concept-event-fire-progress%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-event-xhr-loadend%E2%91%A2", "https://xhr.spec.whatwg.org/#handle-errors", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-send-flag%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-timed-out-flag%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-request-error-steps", "https://xhr.spec.whatwg.org/#ref-for-event-xhr-timeout%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-timeouterror%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-concept-response-aborted", "https://xhr.spec.whatwg.org/#ref-for-request-error-steps%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-event-xhr-abort%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-aborterror", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-report-timing%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-request-error-steps%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-event-xhr-error%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-networkerror", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4", "https://xhr.spec.whatwg.org/#request-error-steps", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A0%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-send-flag%E2%91%A0%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-synchronous-flag%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A4", @@ -739,48 +737,48 @@ "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-abort%E2%91%A0", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-abort", "https://xhr.spec.whatwg.org/#ref-for-fetch-controller-abort", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest-fetch-controller%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest-fetch-controller%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-send-flag%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-request-error-steps%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%93%AA", - "https://xhr.spec.whatwg.org/#ref-for-event-xhr-abort%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-event-xhr-abort%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-event-xhr-readystatechange%E2%91%A7", "https://xhr.spec.whatwg.org/#xmlhttprequest-response", "https://xhr.spec.whatwg.org/#the-responseurl-attribute", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responseurl", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-concept-response-url", "https://xhr.spec.whatwg.org/#ref-for-concept-url-serializer", "https://xhr.spec.whatwg.org/#the-status-attribute", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-status", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-concept-response-status", "https://xhr.spec.whatwg.org/#the-statustext-attribute", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-statustext", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A5", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-concept-response-status-message", "https://xhr.spec.whatwg.org/#the-getresponseheader()-method", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader", "https://xhr.spec.whatwg.org/#ref-for-concept-header-list-get%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A6", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A2", "https://xhr.spec.whatwg.org/#example-getresponseheader", "https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method", @@ -792,8 +790,8 @@ "https://xhr.spec.whatwg.org/#ref-for-byte-less-than", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getallresponseheaders", "https://xhr.spec.whatwg.org/#ref-for-concept-header-list-sort-and-combine", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A8", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-list-sort-in-ascending-order", "https://xhr.spec.whatwg.org/#ref-for-concept-header-name", @@ -802,23 +800,23 @@ "https://xhr.spec.whatwg.org/#ref-for-list-iterate", "https://xhr.spec.whatwg.org/#ref-for-concept-header-name%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-header-value", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%93%AA", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A4", "https://xhr.spec.whatwg.org/#example-getresponseheaders", "https://xhr.spec.whatwg.org/#response-body", "https://xhr.spec.whatwg.org/#response-mime-type", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-concept-header-extract-mime-type", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A5", "https://xhr.spec.whatwg.org/#final-mime-type", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-response-mime-type", "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A1", "https://xhr.spec.whatwg.org/#final-charset", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-response-mime-type%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-parameters%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-map-exists%E2%91%A0", @@ -828,8 +826,8 @@ "https://xhr.spec.whatwg.org/#ref-for-concept-encoding-get", "https://xhr.spec.whatwg.org/#ref-for-final-mime-type", "https://xhr.spec.whatwg.org/#document-response", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%93%AA", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A0%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-final-mime-type%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-html-mime-type", @@ -854,15 +852,15 @@ "https://xhr.spec.whatwg.org/#ref-for-concept-document-encoding", "https://xhr.spec.whatwg.org/#ref-for-concept-document-content-type", "https://xhr.spec.whatwg.org/#ref-for-concept-document-url", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-concept-response-url%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-concept-document-origin", "https://xhr.spec.whatwg.org/#ref-for-relevant-settings-object%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-concept-settings-object-origin", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A0", "https://xhr.spec.whatwg.org/#text-response", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-final-charset%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A2", @@ -880,21 +878,21 @@ "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A1", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-overridemimetype", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-parse-a-mime-type", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-override-mime-type%E2%91%A5", "https://xhr.spec.whatwg.org/#the-responsetype-attribute", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsetype%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-window%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", @@ -902,83 +900,83 @@ "https://xhr.spec.whatwg.org/#ref-for-invalidaccesserror%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-synchronous-flag%E2%91%A0%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-window%E2%91%A6", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responsetype", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsetype%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-window%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", - "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-current-global-object%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-window%E2%91%A8", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-synchronous-flag%E2%91%A0%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-invalidaccesserror%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A6", "https://xhr.spec.whatwg.org/#the-response-attribute", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-response%E2%91%A0", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-response", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A8", - "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-text-response", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A2", "https://xhr.spec.whatwg.org/#arraybuffer-response", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-new%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-idl-ArrayBuffer", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A6", - "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A0", "https://xhr.spec.whatwg.org/#blob-response", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8", - "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-new%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-dfn-Blob", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-dfn-type", "https://xhr.spec.whatwg.org/#ref-for-final-mime-type%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-document-response", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A3", - "https://xhr.spec.whatwg.org/#json-response", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%91%A1", + "https://xhr.spec.whatwg.org/#json-response", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A5", - "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-response%E2%91%A1%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-parse-json-bytes-to-a-javascript-value", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6", - "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A7", - "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-received-bytes%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A7", "https://xhr.spec.whatwg.org/#the-responsetext-attribute", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsetext%E2%91%A0", @@ -986,38 +984,38 @@ "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsetype%E2%91%A3", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responsetext", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-text-response%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2", "https://xhr.spec.whatwg.org/#the-responsexml-attribute", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsexml%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-responsetype%E2%91%A4", "https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responsexml", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-response-type%E2%91%A0%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A1%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A3", - "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-concept-xmlhttprequest-state%E2%91%A1%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-document-response%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-response-object%E2%91%A0%E2%91%A0", "https://xhr.spec.whatwg.org/#events", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequestupload%E2%91%A3", "https://xhr.spec.whatwg.org/#event-xhr-readystatechange", "https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-readystate%E2%91%A1", @@ -1106,60 +1104,60 @@ "https://xhr.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A1%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list", "https://xhr.spec.whatwg.org/#dom-formdata-append", "https://xhr.spec.whatwg.org/#dom-formdata-append-blob", "https://xhr.spec.whatwg.org/#ref-for-create-an-entry", "https://xhr.spec.whatwg.org/#ref-for-list-append", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%93%AA", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A0", "https://xhr.spec.whatwg.org/#dom-formdata-delete", "https://xhr.spec.whatwg.org/#ref-for-list-remove", "https://xhr.spec.whatwg.org/#ref-for-form-entry", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A0", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A1", "https://xhr.spec.whatwg.org/#dom-formdata-get", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A1", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-form-entry-value", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A1", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A3", "https://xhr.spec.whatwg.org/#dom-formdata-getall", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A2", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-form-entry-value%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A3", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A3", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A4", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A5", "https://xhr.spec.whatwg.org/#dom-formdata-has", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A4", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A4", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A5", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A6", "https://xhr.spec.whatwg.org/#dom-formdata-set", "https://xhr.spec.whatwg.org/#dom-formdata-set-blob", "https://xhr.spec.whatwg.org/#ref-for-create-an-entry%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A5", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A6", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A5", "https://xhr.spec.whatwg.org/#ref-for-list-replace", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A6", "https://xhr.spec.whatwg.org/#ref-for-list-remove%E2%91%A0", "https://xhr.spec.whatwg.org/#ref-for-list-append%E2%91%A0", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A7", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A8", "https://xhr.spec.whatwg.org/#ref-for-dfn-value-pairs-to-iterate-over", - "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A8", + "https://xhr.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A6%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-concept-formdata-entry-list%E2%91%A0%E2%93%AA", "https://xhr.spec.whatwg.org/#ref-for-form-entry%E2%91%A7", "https://xhr.spec.whatwg.org/#ref-for-form-entry-name%E2%91%A6", @@ -1223,11 +1221,11 @@ "https://xhr.spec.whatwg.org/#ref-for-concept-event-dispatch%E2%91%A3", "https://xhr.spec.whatwg.org/#example", "https://xhr.spec.whatwg.org/#example-progress-events", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A2", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A1", "https://xhr.spec.whatwg.org/#ref-for-the-progress-element", "https://xhr.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A6", "https://xhr.spec.whatwg.org/#acknowledgments", - "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A3", + "https://xhr.spec.whatwg.org/#ref-for-xmlhttprequest%E2%91%A1%E2%91%A2", "https://xhr.spec.whatwg.org/#ref-for-progressevent%E2%91%A0%E2%91%A4", "https://xhr.spec.whatwg.org/#ipr", "https://xhr.spec.whatwg.org/#index", @@ -1271,7 +1269,6 @@ "https://xhr.spec.whatwg.org/#term-for-concept-header-extract-mime-type", "https://xhr.spec.whatwg.org/#term-for-concept-fetch", "https://xhr.spec.whatwg.org/#term-for-fetch-controller", - "https://xhr.spec.whatwg.org/#term-for-finalize-and-report-timing", "https://xhr.spec.whatwg.org/#term-for-forbidden-header-name", "https://xhr.spec.whatwg.org/#term-for-forbidden-method", "https://xhr.spec.whatwg.org/#term-for-concept-header-list-get", @@ -1280,6 +1277,7 @@ "https://xhr.spec.whatwg.org/#term-for-header-name", "https://xhr.spec.whatwg.org/#term-for-header-value", "https://xhr.spec.whatwg.org/#term-for-body-incrementally-read", + "https://xhr.spec.whatwg.org/#term-for-request-initiator-type", "https://xhr.spec.whatwg.org/#term-for-concept-body-total-bytes", "https://xhr.spec.whatwg.org/#term-for-concept-request-method", "https://xhr.spec.whatwg.org/#term-for-concept-request-mode", @@ -1290,6 +1288,7 @@ "https://xhr.spec.whatwg.org/#term-for-process-request-end-of-body", "https://xhr.spec.whatwg.org/#term-for-process-response", "https://xhr.spec.whatwg.org/#term-for-process-response-end-of-body", + "https://xhr.spec.whatwg.org/#term-for-finalize-and-report-timing", "https://xhr.spec.whatwg.org/#term-for-concept-request", "https://xhr.spec.whatwg.org/#term-for-concept-response", "https://xhr.spec.whatwg.org/#term-for-bodyinit-safely-extract", diff --git a/tr/index.json b/tr/index.json index 1aaeac5705a5..cd46b7f292e8 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-08-15T01:46:07.885Z", + "date": "2022-08-22T01:44:18.577Z", "options": { "output": "report", "publishedVersion": true, @@ -25,9 +25,9 @@ }, "stats": { "crawled": 473, - "errors": 0 + "errors": 15 }, - "crawler": "reffy-8.0.4", + "crawler": "reffy-9.1.0", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -171,9 +171,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 00:56:31 GMT" + "lastModified": "Mon, 22 Aug 2022 01:37:30 GMT" }, - "date": "14 August 2022", + "date": "22 August 2022", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -282,7 +282,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:45:36 GMT" + "lastModified": "Sun, 21 Aug 2022 18:28:18 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -327,7 +327,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:46:01 GMT" + "lastModified": "Sun, 21 Aug 2022 18:28:26 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -380,19 +380,7 @@ "versions": [ "https://drafts.csswg.org/css-animations-2/" ], - "crawled": "https://drafts.csswg.org/css-animations-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:10:54 GMT" - }, - "generator": "bikeshed", - "date": "14 July 2022", - "links": "links/css-animations-2.json", - "refs": "refs/css-animations-2.json", - "idl": "idl/css-animations-2.idl", - "css": "css/css-animations-2.json", - "dfns": "dfns/css-animations-2.json", - "headings": "headings/css-animations-2.json", - "ids": "ids/css-animations-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 6)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -422,7 +410,7 @@ "sourcePath": "css-backgrounds-4/Overview.bs", "filename": "Overview.html" }, - "title": "CSS Backgrounds and Borders Module Level 4", + "title": "CSS Backgrounds and Borders Module Level 4", "source": "specref", "categories": [ "browser" @@ -436,18 +424,7 @@ "versions": [ "https://drafts.csswg.org/css-backgrounds-4/" ], - "crawled": "https://drafts.csswg.org/css-backgrounds-4/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:11:04 GMT" - }, - "generator": "bikeshed", - "date": "8 February 2022", - "links": "links/css-backgrounds-4.json", - "refs": "refs/css-backgrounds-4.json", - "css": "css/css-backgrounds-4.json", - "dfns": "dfns/css-backgrounds-4.json", - "headings": "headings/css-backgrounds-4.json", - "ids": "ids/css-backgrounds-4.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 7)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-env-1/", @@ -489,18 +466,7 @@ "versions": [ "https://drafts.csswg.org/css-env-1/" ], - "crawled": "https://drafts.csswg.org/css-env-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:13:35 GMT" - }, - "generator": "bikeshed", - "date": "30 August 2021", - "links": "links/css-env-1.json", - "refs": "refs/css-env-1.json", - "css": "css/css-env.json", - "dfns": "dfns/css-env-1.json", - "headings": "headings/css-env-1.json", - "ids": "ids/css-env-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 8)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-extensions-1/", @@ -536,18 +502,7 @@ "versions": [ "https://drafts.csswg.org/css-extensions-1/" ], - "crawled": "https://drafts.csswg.org/css-extensions-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:13:42 GMT" - }, - "generator": "bikeshed", - "date": "26 August 2020", - "links": "links/css-extensions-1.json", - "refs": "refs/css-extensions-1.json", - "css": "css/css-extensions.json", - "dfns": "dfns/css-extensions-1.json", - "headings": "headings/css-extensions-1.json", - "ids": "ids/css-extensions-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 9)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-gcpm-4/", @@ -591,18 +546,7 @@ "versions": [ "https://drafts.csswg.org/css-gcpm-4/" ], - "crawled": "https://drafts.csswg.org/css-gcpm-4/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:14:26 GMT" - }, - "generator": "bikeshed", - "date": "27 June 2022", - "links": "links/css-gcpm-4.json", - "refs": "refs/css-gcpm-4.json", - "css": "css/css-gcpm-4.json", - "dfns": "dfns/css-gcpm-4.json", - "headings": "headings/css-gcpm-4.json", - "ids": "ids/css-gcpm-4.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 10)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-grid-3/", @@ -646,18 +590,7 @@ "versions": [ "https://drafts.csswg.org/css-grid-3/" ], - "crawled": "https://drafts.csswg.org/css-grid-3/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:14:57 GMT" - }, - "generator": "bikeshed", - "date": "21 February 2021", - "links": "links/css-grid-3.json", - "refs": "refs/css-grid-3.json", - "css": "css/css-grid-3.json", - "dfns": "dfns/css-grid-3.json", - "headings": "headings/css-grid-3.json", - "ids": "ids/css-grid-3.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 11)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-multicol-2/", @@ -701,18 +634,7 @@ "versions": [ "https://drafts.csswg.org/css-multicol-2/" ], - "crawled": "https://drafts.csswg.org/css-multicol-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:16:11 GMT" - }, - "generator": "bikeshed", - "date": "5 October 2021", - "links": "links/css-multicol-2.json", - "refs": "refs/css-multicol-2.json", - "css": "css/css-multicol-2.json", - "dfns": "dfns/css-multicol-2.json", - "headings": "headings/css-multicol-2.json", - "ids": "ids/css-multicol-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 12)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-page-4/", @@ -809,19 +731,7 @@ "versions": [ "https://drafts.csswg.org/css-scroll-snap-2/" ], - "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:18:34 GMT" - }, - "generator": "bikeshed", - "date": "22 June 2022", - "links": "links/css-scroll-snap-2.json", - "refs": "refs/css-scroll-snap-2.json", - "events": "events/css-scroll-snap-2.json", - "css": "css/css-scroll-snap-2.json", - "dfns": "dfns/css-scroll-snap-2.json", - "headings": "headings/css-scroll-snap-2.json", - "ids": "ids/css-scroll-snap-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 14)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-shapes-2/", @@ -865,18 +775,7 @@ "versions": [ "https://drafts.csswg.org/css-shapes-2/" ], - "crawled": "https://drafts.csswg.org/css-shapes-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:18:44 GMT" - }, - "generator": "bikeshed", - "date": "7 March 2022", - "links": "links/css-shapes-2.json", - "refs": "refs/css-shapes-2.json", - "css": "css/css-shapes-2.json", - "dfns": "dfns/css-shapes-2.json", - "headings": "headings/css-shapes-2.json", - "ids": "ids/css-shapes-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 15)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-size-adjust-1/", @@ -918,18 +817,7 @@ "versions": [ "https://drafts.csswg.org/css-size-adjust-1/" ], - "crawled": "https://drafts.csswg.org/css-size-adjust-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:18:46 GMT" - }, - "generator": "bikeshed", - "date": "22 June 2022", - "links": "links/css-size-adjust-1.json", - "refs": "refs/css-size-adjust-1.json", - "css": "css/css-size-adjust.json", - "dfns": "dfns/css-size-adjust-1.json", - "headings": "headings/css-size-adjust-1.json", - "ids": "ids/css-size-adjust-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 16)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-transitions-2/", @@ -973,18 +861,7 @@ "versions": [ "https://drafts.csswg.org/css-transitions-2/" ], - "crawled": "https://drafts.csswg.org/css-transitions-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:20:35 GMT" - }, - "generator": "bikeshed", - "date": "14 July 2022", - "links": "links/css-transitions-2.json", - "refs": "refs/css-transitions-2.json", - "idl": "idl/css-transitions-2.idl", - "dfns": "dfns/css-transitions-2.json", - "headings": "headings/css-transitions-2.json", - "ids": "ids/css-transitions-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 17)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-values-5/", @@ -1028,18 +905,7 @@ "versions": [ "https://drafts.csswg.org/css-values-5/" ], - "crawled": "https://drafts.csswg.org/css-values-5/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:21:12 GMT" - }, - "generator": "bikeshed", - "date": "16 December 2021", - "links": "links/css-values-5.json", - "refs": "refs/css-values-5.json", - "css": "css/css-values-5.json", - "dfns": "dfns/css-values-5.json", - "headings": "headings/css-values-5.json", - "ids": "ids/css-values-5.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 18)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-variables-2/", @@ -1083,18 +949,7 @@ "versions": [ "https://drafts.csswg.org/css-variables-2/" ], - "crawled": "https://drafts.csswg.org/css-variables-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:21:23 GMT" - }, - "generator": "bikeshed", - "date": "29 June 2022", - "links": "links/css-variables-2.json", - "refs": "refs/css-variables-2.json", - "css": "css/css-variables.json", - "dfns": "dfns/css-variables-2.json", - "headings": "headings/css-variables-2.json", - "ids": "ids/css-variables-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 19)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/scroll-animations-1/", @@ -1136,19 +991,7 @@ "versions": [ "https://drafts.csswg.org/scroll-animations-1/" ], - "crawled": "https://drafts.csswg.org/scroll-animations-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:22:59 GMT" - }, - "generator": "bikeshed", - "date": "29 July 2022", - "links": "links/scroll-animations-1.json", - "refs": "refs/scroll-animations-1.json", - "idl": "idl/scroll-animations.idl", - "css": "css/scroll-animations.json", - "dfns": "dfns/scroll-animations-1.json", - "headings": "headings/scroll-animations-1.json", - "ids": "ids/scroll-animations-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 20)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/web-animations-2/", @@ -1192,18 +1035,7 @@ "versions": [ "https://drafts.csswg.org/web-animations-2/" ], - "crawled": "https://drafts.csswg.org/web-animations-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:23:39 GMT" - }, - "generator": "bikeshed", - "date": "18 July 2022", - "links": "links/web-animations-2.json", - "refs": "refs/web-animations-2.json", - "idl": "idl/web-animations-2.idl", - "dfns": "dfns/web-animations-2.json", - "headings": "headings/web-animations-2.json", - "ids": "ids/web-animations-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:271:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:118:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 21)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.fxtf.org/compositing-2/", @@ -1304,7 +1136,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Sun, 14 Aug 2022 23:43:19 GMT" + "lastModified": "Sun, 21 Aug 2022 18:27:27 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1350,10 +1182,10 @@ ], "crawled": "https://fedidcg.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Thu, 21 Jul 2022 01:38:48 GMT" + "lastModified": "Fri, 19 Aug 2022 17:17:51 GMT" }, "generator": "bikeshed", - "date": "21 July 2022", + "date": "19 August 2022", "links": "links/FedCM.json", "refs": "refs/FedCM.json", "idl": "idl/FedCM.idl", @@ -1651,9 +1483,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Tue, 09 Aug 2022 07:29:46 GMT" + "lastModified": "Mon, 22 Aug 2022 01:34:06 GMT" }, - "date": "9 August 2022", + "date": "22 August 2022", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", @@ -1952,10 +1784,10 @@ ], "crawled": "https://privacycg.github.io/storage-access/", "crawlCacheInfo": { - "lastModified": "Thu, 11 Aug 2022 19:25:08 GMT" + "lastModified": "Thu, 18 Aug 2022 21:39:24 GMT" }, "generator": "bikeshed", - "date": "11 August 2022", + "date": "18 August 2022", "links": "links/storage-access.json", "refs": "refs/storage-access.json", "idl": "idl/storage-access.idl", @@ -2097,10 +1929,10 @@ ], "crawled": "https://storage.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Fri, 04 Mar 2022 08:28:09 GMT" + "lastModified": "Mon, 15 Aug 2022 04:34:35 GMT" }, "generator": "bikeshed", - "date": "4 March 2022", + "date": "14 August 2022", "links": "links/storage.json", "refs": "refs/storage.json", "idl": "idl/storage.idl", @@ -2149,10 +1981,10 @@ ], "crawled": "https://streams.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Mon, 18 Apr 2022 16:41:54 GMT" + "lastModified": "Mon, 15 Aug 2022 04:50:08 GMT" }, "generator": "bikeshed", - "date": "18 April 2022", + "date": "14 August 2022", "links": "links/streams.json", "refs": "refs/streams.json", "idl": "idl/streams.idl", @@ -2291,9 +2123,9 @@ ], "crawled": "https://tc39.es/ecma262/multipage/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 06:19:13 GMT" + "lastModified": "Fri, 19 Aug 2022 21:34:54 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/ecmascript.json", "dfns": "dfns/ecmascript.json", "headings": "headings/ecmascript.json", @@ -3182,9 +3014,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 00:50:18 GMT" + "lastModified": "Tue, 16 Aug 2022 23:33:13 GMT" }, - "date": "12 August 2022", + "date": "16 August 2022", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -3276,10 +3108,10 @@ ], "crawled": "https://url.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Tue, 03 May 2022 08:09:54 GMT" + "lastModified": "Mon, 15 Aug 2022 04:35:53 GMT" }, "generator": "bikeshed", - "date": "3 May 2022", + "date": "14 August 2022", "links": "links/url.json", "refs": "refs/url.json", "idl": "idl/url.idl", @@ -3999,10 +3831,10 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Thu, 11 Aug 2022 14:58:52 GMT" + "lastModified": "Mon, 15 Aug 2022 11:01:35 GMT" }, "generator": "bikeshed", - "date": "11 August 2022", + "date": "15 August 2022", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -4610,10 +4442,10 @@ ], "crawled": "https://wicg.github.io/compression/", "crawlCacheInfo": { - "lastModified": "Thu, 31 Mar 2022 05:49:11 GMT" + "lastModified": "Tue, 16 Aug 2022 08:15:49 GMT" }, "generator": "bikeshed", - "date": "28 March 2022", + "date": "15 August 2022", "links": "links/compression.json", "refs": "refs/compression.json", "idl": "idl/compression.idl", @@ -4656,10 +4488,10 @@ ], "crawled": "https://wicg.github.io/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Fri, 03 Jun 2022 12:41:15 GMT" + "lastModified": "Fri, 19 Aug 2022 11:48:04 GMT" }, "generator": "respec", - "date": "03 June 2022", + "date": "19 August 2022", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -6107,10 +5939,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prefetch.html", "crawlCacheInfo": { - "lastModified": "Wed, 08 Jun 2022 20:07:18 GMT" + "lastModified": "Thu, 18 Aug 2022 05:45:05 GMT" }, "generator": "bikeshed", - "date": "8 June 2022", + "date": "17 August 2022", "links": "links/prefetch.json", "refs": "refs/prefetch.json", "dfns": "dfns/prefetch.json", @@ -6152,10 +5984,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prerendering.html", "crawlCacheInfo": { - "lastModified": "Wed, 08 Jun 2022 20:07:18 GMT" + "lastModified": "Thu, 18 Aug 2022 05:45:05 GMT" }, "generator": "bikeshed", - "date": "8 June 2022", + "date": "17 August 2022", "links": "links/prerendering-revamped.json", "refs": "refs/prerendering-revamped.json", "events": "events/prerendering-revamped.json", @@ -6199,10 +6031,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html", "crawlCacheInfo": { - "lastModified": "Wed, 08 Jun 2022 20:07:18 GMT" + "lastModified": "Thu, 18 Aug 2022 05:45:05 GMT" }, "generator": "bikeshed", - "date": "8 June 2022", + "date": "17 August 2022", "links": "links/speculation-rules.json", "refs": "refs/speculation-rules.json", "dfns": "dfns/speculation-rules.json", @@ -7862,9 +7694,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/ANGLE_instanced_arrays.json", "idl": "idl/ANGLE_instanced_arrays.idl" }, @@ -7909,9 +7741,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_blend_minmax/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_blend_minmax.json", "idl": "idl/EXT_blend_minmax.idl" }, @@ -7956,9 +7788,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_clip_cull_distance/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_clip_cull_distance.json", "idl": "idl/EXT_clip_cull_distance.idl" }, @@ -8003,9 +7835,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_color_buffer_float.json", "idl": "idl/EXT_color_buffer_float.idl" }, @@ -8050,9 +7882,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_color_buffer_half_float.json", "idl": "idl/EXT_color_buffer_half_float.idl" }, @@ -8097,9 +7929,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_disjoint_timer_query_webgl2.json", "idl": "idl/EXT_disjoint_timer_query_webgl2.idl" }, @@ -8144,9 +7976,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_disjoint_timer_query.json", "idl": "idl/EXT_disjoint_timer_query.idl" }, @@ -8191,9 +8023,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_float_blend/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_float_blend.json", "idl": "idl/EXT_float_blend.idl" }, @@ -8238,9 +8070,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_frag_depth.json", "idl": "idl/EXT_frag_depth.idl" }, @@ -8285,9 +8117,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_shader_texture_lod.json", "idl": "idl/EXT_shader_texture_lod.idl" }, @@ -8332,9 +8164,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_sRGB.json", "idl": "idl/EXT_sRGB.idl" }, @@ -8379,9 +8211,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_texture_compression_bptc.json", "idl": "idl/EXT_texture_compression_bptc.idl" }, @@ -8426,9 +8258,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_texture_compression_rgtc.json", "idl": "idl/EXT_texture_compression_rgtc.idl" }, @@ -8473,9 +8305,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_texture_filter_anisotropic.json", "idl": "idl/EXT_texture_filter_anisotropic.idl" }, @@ -8520,9 +8352,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:03 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/EXT_texture_norm16.json", "idl": "idl/EXT_texture_norm16.idl" }, @@ -8567,9 +8399,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/KHR_parallel_shader_compile.json", "idl": "idl/KHR_parallel_shader_compile.idl" }, @@ -8614,9 +8446,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_draw_buffers_indexed.json", "idl": "idl/OES_draw_buffers_indexed.idl" }, @@ -8661,9 +8493,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_element_index_uint.json", "idl": "idl/OES_element_index_uint.idl" }, @@ -8708,9 +8540,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_fbo_render_mipmap.json", "idl": "idl/OES_fbo_render_mipmap.idl" }, @@ -8755,9 +8587,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_standard_derivatives.json", "idl": "idl/OES_standard_derivatives.idl" }, @@ -8802,9 +8634,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_texture_float_linear.json", "idl": "idl/OES_texture_float_linear.idl" }, @@ -8849,9 +8681,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_texture_float.json", "idl": "idl/OES_texture_float.idl" }, @@ -8896,9 +8728,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_texture_half_float_linear.json", "idl": "idl/OES_texture_half_float_linear.idl" }, @@ -8943,9 +8775,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_texture_half_float.json", "idl": "idl/OES_texture_half_float.idl" }, @@ -8990,9 +8822,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OES_vertex_array_object.json", "idl": "idl/OES_vertex_array_object.idl" }, @@ -9037,9 +8869,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/OVR_multiview2.json", "idl": "idl/OVR_multiview2.idl" }, @@ -9084,9 +8916,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_blend_equation_advanced_coherent/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_blend_equation_advanced_coherent.json", "idl": "idl/WEBGL_blend_equation_advanced_coherent.idl" }, @@ -9131,9 +8963,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_color_buffer_float.json", "idl": "idl/WEBGL_color_buffer_float.idl" }, @@ -9178,9 +9010,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_astc.json", "idl": "idl/WEBGL_compressed_texture_astc.idl" }, @@ -9225,9 +9057,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_etc.json", "idl": "idl/WEBGL_compressed_texture_etc.idl" }, @@ -9272,9 +9104,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_etc1.json", "idl": "idl/WEBGL_compressed_texture_etc1.idl" }, @@ -9319,9 +9151,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvrtc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_pvrtc.json", "idl": "idl/WEBGL_compressed_texture_pvrtc.idl" }, @@ -9366,9 +9198,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_s3tc_srgb.json", "idl": "idl/WEBGL_compressed_texture_s3tc_srgb.idl" }, @@ -9413,9 +9245,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_compressed_texture_s3tc.json", "idl": "idl/WEBGL_compressed_texture_s3tc.idl" }, @@ -9460,9 +9292,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_debug_renderer_info.json", "idl": "idl/WEBGL_debug_renderer_info.idl" }, @@ -9507,9 +9339,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_debug_shaders.json", "idl": "idl/WEBGL_debug_shaders.idl" }, @@ -9554,9 +9386,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_depth_texture.json", "idl": "idl/WEBGL_depth_texture.idl" }, @@ -9601,9 +9433,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_draw_buffers.json", "idl": "idl/WEBGL_draw_buffers.idl" }, @@ -9648,9 +9480,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_draw_instanced_base_vertex_base_instance.idl" }, @@ -9695,9 +9527,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_lose_context.json", "idl": "idl/WEBGL_lose_context.idl" }, @@ -9742,9 +9574,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_multi_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl" }, @@ -9789,9 +9621,9 @@ ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/", "crawlCacheInfo": { - "lastModified": "Sat, 13 Aug 2022 00:47:04 GMT" + "lastModified": "Fri, 19 Aug 2022 21:53:04 GMT" }, - "date": "13 August 2022", + "date": "19 August 2022", "links": "links/WEBGL_multi_draw.json", "idl": "idl/WEBGL_multi_draw.idl" }, @@ -9933,7 +9765,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -9969,7 +9801,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -10009,9 +9841,9 @@ ], "crawled": "https://httpwg.org/specs/rfc6265.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc6265.json", "refs": "refs/rfc6265.json", "headings": "headings/rfc6265.json", @@ -10053,9 +9885,9 @@ ], "crawled": "https://httpwg.org/specs/rfc6266.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc6266.json", "refs": "refs/rfc6266.json", "headings": "headings/rfc6266.json", @@ -10093,7 +9925,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -10129,7 +9961,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -10165,7 +9997,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -10205,9 +10037,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7230.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7230.json", "refs": "refs/rfc7230.json", "headings": "headings/rfc7230.json", @@ -10249,9 +10081,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7231.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7231.json", "refs": "refs/rfc7231.json", "dfns": "dfns/rfc7231.json", @@ -10294,9 +10126,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7232.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7232.json", "refs": "refs/rfc7232.json", "headings": "headings/rfc7232.json", @@ -10338,9 +10170,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7233.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7233.json", "refs": "refs/rfc7233.json", "headings": "headings/rfc7233.json", @@ -10382,9 +10214,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7234.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7234.json", "refs": "refs/rfc7234.json", "headings": "headings/rfc7234.json", @@ -10426,9 +10258,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7235.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7235.json", "refs": "refs/rfc7235.json", "headings": "headings/rfc7235.json", @@ -10466,7 +10298,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -10502,7 +10334,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -10542,9 +10374,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7538.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7538.json", "refs": "refs/rfc7538.json", "headings": "headings/rfc7538.json", @@ -10586,9 +10418,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7540.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7540.json", "refs": "refs/rfc7540.json", "headings": "headings/rfc7540.json", @@ -10626,7 +10458,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -10666,9 +10498,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7616.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7616.json", "refs": "refs/rfc7616.json", "headings": "headings/rfc7616.json", @@ -10710,9 +10542,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7617.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7617.json", "refs": "refs/rfc7617.json", "headings": "headings/rfc7617.json", @@ -10754,9 +10586,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7725.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7725.json", "refs": "refs/rfc7725.json", "headings": "headings/rfc7725.json", @@ -10798,9 +10630,9 @@ ], "crawled": "https://httpwg.org/specs/rfc7838.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc7838.json", "refs": "refs/rfc7838.json", "headings": "headings/rfc7838.json", @@ -10842,9 +10674,9 @@ ], "crawled": "https://httpwg.org/specs/rfc8246.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc8246.json", "refs": "refs/rfc8246.json", "headings": "headings/rfc8246.json", @@ -10886,9 +10718,9 @@ ], "crawled": "https://httpwg.org/specs/rfc8470.html", "crawlCacheInfo": { - "lastModified": "Mon, 18 Jul 2022 05:34:40 GMT" + "lastModified": "Sun, 21 Aug 2022 02:25:00 GMT" }, - "date": "18 July 2022", + "date": "21 August 2022", "links": "links/rfc8470.json", "refs": "refs/rfc8470.json", "headings": "headings/rfc8470.json", @@ -10926,7 +10758,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "15 August 2022", + "date": "22 August 2022", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -12679,6 +12511,12 @@ "nightlyUrl": "https://drafts.csswg.org/css-color/" }, "seriesVersion": "4", + "nightly": { + "url": "https://drafts.csswg.org/css-color-4/", + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-color-4/Overview.bs", + "filename": "Overview.html" + }, "seriesNext": "css-color-5", "organization": "W3C", "groups": [ @@ -12691,12 +12529,6 @@ "url": "https://www.w3.org/TR/css-color-4/", "filename": "Overview.html" }, - "nightly": { - "url": "https://drafts.csswg.org/css-color/", - "repository": "https://github.com/w3c/csswg-drafts", - "sourcePath": "css-color-4/Overview.bs", - "filename": "Overview.html" - }, "title": "CSS Color Module Level 4", "source": "w3c", "shortTitle": "CSS Color 4", @@ -12711,7 +12543,7 @@ }, "versions": [ "https://www.w3.org/TR/css-color-4/", - "https://drafts.csswg.org/css-color/" + "https://drafts.csswg.org/css-color-4/" ], "crawled": "https://www.w3.org/TR/css-color-4/", "crawlCacheInfo": { @@ -13136,12 +12968,13 @@ ], "crawled": "https://www.w3.org/TR/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Dec 2021 15:19:16 GMT" + "lastModified": "Thu, 18 Aug 2022 21:50:48 GMT" }, "generator": "bikeshed", - "date": "21 December 2021", + "date": "18 August 2022", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", + "idl": "idl/css-contain-3.idl", "css": "css/css-contain-3.json", "dfns": "dfns/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -14545,6 +14378,7 @@ "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", + "css": "css/css-nesting.json", "dfns": "dfns/css-nesting-1.json", "headings": "headings/css-nesting-1.json", "ids": "ids/css-nesting-1.json" @@ -15359,6 +15193,7 @@ }, "date": "3 April 2014", "links": "links/css-scoping-1.json", + "css": "css/css-scoping.json", "dfns": "dfns/css-scoping-1.json", "headings": "headings/css-scoping-1.json", "ids": "ids/css-scoping-1.json" @@ -16734,6 +16569,7 @@ "date": "16 June 2022", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", + "css": "css/css-variables.json", "dfns": "dfns/css-variables-1.json", "headings": "headings/css-variables-1.json", "ids": "ids/css-variables-1.json" @@ -17246,6 +17082,12 @@ "categories": [ "browser" ], + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "device-memory" + ] + }, "versions": [ "https://www.w3.org/TR/device-memory-1/", "https://www.w3.org/TR/device-memory/" @@ -19619,10 +19461,10 @@ ], "crawled": "https://www.w3.org/TR/mediacapture-streams/", "crawlCacheInfo": { - "lastModified": "Thu, 30 Jun 2022 14:35:26 GMT" + "lastModified": "Thu, 18 Aug 2022 14:52:38 GMT" }, "generator": "respec", - "date": "30 June 2022", + "date": "18 August 2022", "links": "links/mediacapture-streams.json", "refs": "refs/mediacapture-streams.json", "events": "events/mediacapture-streams.json", @@ -20011,10 +19853,10 @@ ], "crawled": "https://www.w3.org/TR/miniapp-lifecycle/", "crawlCacheInfo": { - "lastModified": "Tue, 09 Aug 2022 11:04:49 GMT" + "lastModified": "Thu, 18 Aug 2022 11:34:24 GMT" }, "generator": "respec", - "date": "09 August 2022", + "date": "18 August 2022", "links": "links/miniapp-lifecycle.json", "refs": "refs/miniapp-lifecycle.json", "dfns": "dfns/miniapp-lifecycle.json", @@ -20860,17 +20702,18 @@ "ids": "ids/payment-method-manifest.json" }, { - "url": "https://www.w3.org/TR/payment-request/", + "url": "https://www.w3.org/TR/payment-request-1.1/", "seriesComposition": "full", - "shortname": "payment-request", + "shortname": "payment-request-1.1", "series": { "shortname": "payment-request", - "currentSpecification": "payment-request", + "currentSpecification": "payment-request-1.1", "title": "Payment Request API", "shortTitle": "Payment Request API", "releaseUrl": "https://www.w3.org/TR/payment-request/", "nightlyUrl": "https://w3c.github.io/payment-request/" }, + "seriesVersion": "1.1", "organization": "W3C", "groups": [ { @@ -20879,7 +20722,7 @@ } ], "release": { - "url": "https://www.w3.org/TR/payment-request/", + "url": "https://www.w3.org/TR/payment-request-1.1/", "filename": "Overview.html" }, "nightly": { @@ -20888,9 +20731,9 @@ "sourcePath": "index.html", "filename": "index.html" }, - "title": "Payment Request API", + "title": "Payment Request API 1.1", "source": "w3c", - "shortTitle": "Payment Request API", + "shortTitle": "Payment Request API 1.1", "categories": [ "browser" ], @@ -20901,22 +20744,22 @@ ] }, "versions": [ - "https://www.w3.org/TR/payment-request/", + "https://www.w3.org/TR/payment-request-1.1/", "https://w3c.github.io/payment-request/" ], - "crawled": "https://www.w3.org/TR/payment-request/", + "crawled": "https://www.w3.org/TR/payment-request-1.1/", "crawlCacheInfo": { - "lastModified": "Wed, 29 Sep 2021 14:25:09 GMT" + "lastModified": "Fri, 22 Jul 2022 08:33:57 GMT" }, "generator": "respec", - "date": "30 September 2021", - "links": "links/payment-request.json", - "refs": "refs/payment-request.json", - "events": "events/payment-request.json", + "date": "26 July 2022", + "links": "links/payment-request-1.1.json", + "refs": "refs/payment-request-1.1.json", + "events": "events/payment-request-1.1.json", "idl": "idl/payment-request.idl", - "dfns": "dfns/payment-request.json", - "headings": "headings/payment-request.json", - "ids": "ids/payment-request.json" + "dfns": "dfns/payment-request-1.1.json", + "headings": "headings/payment-request-1.1.json", + "ids": "ids/payment-request-1.1.json" }, { "url": "https://www.w3.org/TR/performance-timeline/", @@ -23932,10 +23775,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Wed, 10 Aug 2022 03:31:22 GMT" + "lastModified": "Fri, 19 Aug 2022 09:13:49 GMT" }, "generator": "bikeshed", - "date": "10 August 2022", + "date": "19 August 2022", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -24107,10 +23950,10 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 01:17:32 GMT" + "lastModified": "Fri, 19 Aug 2022 19:39:37 GMT" }, "generator": "bikeshed", - "date": "12 August 2022", + "date": "19 August 2022", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -25277,10 +25120,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 18:57:17 GMT" + "lastModified": "Thu, 18 Aug 2022 18:15:19 GMT" }, "generator": "bikeshed", - "date": "12 August 2022", + "date": "18 August 2022", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", @@ -25500,10 +25343,10 @@ ], "crawled": "https://xhr.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Thu, 12 May 2022 08:08:30 GMT" + "lastModified": "Mon, 15 Aug 2022 07:44:09 GMT" }, "generator": "bikeshed", - "date": "12 May 2022", + "date": "15 August 2022", "links": "links/xhr.json", "refs": "refs/xhr.json", "events": "events/xhr.json", diff --git a/tr/links/FedCM.json b/tr/links/FedCM.json index 4568f5652670..2cbb87ed1006 100644 --- a/tr/links/FedCM.json +++ b/tr/links/FedCM.json @@ -30,9 +30,13 @@ "relevant-settings-object", "concept-settings-object-origin", "environment-settings-object", + "concept-document-permissions-policy", "dom-settimeout", "concept-task", - "content-type" + "content-type", + "allowed-to-use", + "current-settings-object", + "in-parallel" ], "https://openid.net/specs/openid-connect-core-1_0.html": [ "Terminology", @@ -94,27 +98,28 @@ "abstract-opdef-request-a-credential", "same-origin-with-its-ancestors", "dom-credentialrequestoptions-mediation", - "dom-credentialrequestoptions-signal", - "security-origin-confusion" + "dom-credentialrequestoptions-signal" ], "https://webidl.spec.whatwg.org/": [ "Exposed", "SecureContext", "idl-USVString", "idl-sequence", - "notallowederror", - "idl-DOMException", "networkerror", "this", "idl-promise", "idl-undefined", - "resolve" + "resolve", + "a-promise-rejected-with", + "notallowederror", + "idl-DOMException" ], "https://tc39.github.io/ecma262/": [ "sec-ordinary-object-internal-methods-and-internal-slots" ], "https://dom.spec.whatwg.org/": [ - "concept-document-origin" + "concept-document-origin", + "document" ], "https://mimesniff.spec.whatwg.org/": [ "json-mime-type" @@ -123,6 +128,10 @@ "directive-connect-src" ], "https://openid.net/specs/openid-connect-frontchannel-1_0.html": [], + "https://w3c.github.io/webappsec-permissions-policy/": [ + "policy-controlled-feature", + "default-allowlist" + ], "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html": [ "name-the-samesite-attribute-2" ], diff --git a/tr/links/WGSL.json b/tr/links/WGSL.json index 7567ff623b76..71799fb694c6 100644 --- a/tr/links/WGSL.json +++ b/tr/links/WGSL.json @@ -18,6 +18,7 @@ "https://www.w3.org/groups/wg/gpu/ipr": [], "https://gpuweb.github.io/gpuweb/": [ "gpu-command", + "GPUProgrammableStage", "dom-gpudevice-createshadermodule", "dom-gpudevice-createcomputepipeline", "dom-gpudevice-createrenderpipeline", @@ -32,7 +33,6 @@ "plain-color-formats", "dom-gputextureusage-storage", "GPUExternalTexture", - "GPUProgrammableStage", "pipeline-layout", "binding-resource-type", "binding-type", @@ -58,6 +58,7 @@ "gpuexternaltexture", "dom-gpubindgrouplayoutentry-externaltexture", "abstract-opdef-validating-gpuprogrammablestage", + "dom-supported-limits-maxcomputeworkgroupstoragesize", "fragment-processing", "rasterizationpoint", "rasterization", diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index bff2ed460beb..af2a2c0b279c 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -81,6 +81,7 @@ "window", "workerglobalscope", "browsing-context", + "top-level-browsing-context", "tlbc-system-focus", "currently-focused-area-of-a-top-level-browsing-context", "task-source", @@ -109,6 +110,9 @@ "https://w3c.github.io/picture-in-picture/": [ "initiators-of-active-picture-in-picture-sessions" ], + "https://www.w3.org/TR/mediacapture-streams/": [ + "context-is-capturing" + ], "https://www.w3.org/TR/design-principles/": [ "listen-fully-active" ], diff --git a/tr/links/css-contain-3.json b/tr/links/css-contain-3.json index 093630b3efcf..4c2c4eec6924 100644 --- a/tr/links/css-contain-3.json +++ b/tr/links/css-contain-3.json @@ -26,7 +26,7 @@ "def-essential", "sec-Disclosure" ], - "https://www.w3.org/2004/01/pp-impl/32061/status": [], + "https://www.w3.org/groups/wg/css/ipr": [], "https://www.w3.org/TR/css-contain-2/": [], "https://www.w3.org/TR/CSS2/": [ "property-defs", @@ -40,15 +40,16 @@ "comb-any", "comb-one", "identifier-value", - "string-value", "mult-one-plus", + "css-css-identifier", "mult-opt", "mult-zero-plus", "relative-length", "em", "length-value", "ratio-value", - "small-viewport-size" + "small-viewport-size", + "string-value" ], "https://drafts.csswg.org/css-contain-2/": [ "contain-property", @@ -92,19 +93,55 @@ "https://www.w3.org/TR/css-break-3/": [ "fragmentation" ], - "https://github.com/w3c/csswg-drafts/issues/1031": [], + "https://www.w3.org/TR/css-sizing-4/": [ + "propdef-aspect-ratio" + ], "https://www.w3.org/TR/mediaqueries-5/": [ "media-query", + "valdef-media-not", + "typedef-general-enclosed", "media-feature" ], "https://www.w3.org/TR/css-cascade-5/": [ "shorthand-property", "computed-value", - "initial-value" + "initial-value", + "at-ruledef-layer", + "longhand", + "valdef-all-revert", + "valdef-all-revert-layer" + ], + "https://dom.spec.whatwg.org/": [ + "concept-shadow-including-descendant", + "concept-shadow-including-inclusive-ancestor" ], "https://www.w3.org/TR/css3-conditional/": [ "conditional-group-rule", - "at-ruledef-supports" + "css-feature-queries", + "at-ruledef-supports", + "cssconditionrule" + ], + "https://www.w3.org/TR/selectors-4/": [ + "ultimate-originating-element" + ], + "https://www.w3.org/TR/css-pseudo-4/": [ + "selectordef-before", + "selectordef-after", + "selectordef-marker", + "selectordef-first-letter", + "selectordef-first-line", + "fictional-tag-sequence", + "selectordef-placeholder", + "selectordef-file-selector-button" + ], + "https://fullscreen.spec.whatwg.org/": [ + "css-pe-backdrop" + ], + "https://drafts.csswg.org/css-scoping-1/": [ + "selectordef-slotted" + ], + "https://www.w3.org/TR/css-shadow-parts-1/": [ + "selectordef-part" ], "https://www.w3.org/TR/css-cascade/": [ "initial-values", @@ -123,36 +160,60 @@ ], "https://www.w3.org/TR/css-syntax-3/": [ "style-rule", - "identifier", "typedef-stylesheet", + "at-rule", "declaration" ], - "https://github.com/w3c/csswg-drafts/issues/6376": [], - "https://www.w3.org/TR/css-fonts-5/": [ - "descdef-font-face-font-size" + "https://www.w3.org/TR/css-fonts-4/": [ + "propdef-font-size" ], "https://www.w3.org/TR/css-cascade-4/": [ "filtering" ], - "https://github.com/w3c/csswg-drafts/issues/6393": [], + "https://www.w3.org/TR/css-animations-1/": [ + "at-ruledef-keyframes" + ], + "https://www.w3.org/TR/css-fonts-5/": [ + "at-font-face-rule" + ], "https://www.w3.org/TR/css-transitions-1/": [ "style-change-event" ], "https://www.w3.org/TR/web-animations-1/": [ "effect-value" ], - "https://github.com/w3c/csswg-drafts/issues/5989": [], - "https://drafts.csswg.org/css-conditional-3/": [ - "css-feature-queries" - ], "https://www.w3.org/TR/css-box-4/": [ "content-box" ], - "https://github.com/w3c/csswg-drafts/issues/6396": [], - "https://www.w3.org/TR/css-position-3/": [ - "propdef-position" + "https://drafts.csswg.org/css-cascade-5/": [ + "cascade-dependent-keyword" + ], + "https://webidl.spec.whatwg.org/": [ + "Exposed" ], + "https://github.com/w3c/csswg-drafts/issues/7033": [], + "https://www.w3.org/TR/cssom-view/": [ + "dom-window-matchmedia", + "mediaquerylist" + ], + "https://github.com/w3c/csswg-drafts/issues/6205": [], + "https://www.w3.org/TR/2021/WD-css-contain-3-20211221/": [], + "https://github.com/w3c/csswg-drafts/issues/7181": [], + "https://github.com/w3c/csswg-drafts/issues/7142": [], + "https://github.com/w3c/csswg-drafts/issues/7095": [], + "https://github.com/w3c/csswg-drafts/issues/7080": [], + "https://drafts.csswg.org/css-contain-3/": [ + "valdef-container-type-style" + ], + "https://github.com/w3c/csswg-drafts/issues/6393": [], + "https://github.com/w3c/csswg-drafts/issues/1031": [], + "https://github.com/w3c/csswg-drafts/issues/6405": [], + "https://github.com/w3c/csswg-drafts/issues/6396": [], + "https://github.com/w3c/csswg-drafts/issues/6870": [], + "https://github.com/w3c/csswg-drafts/issues/6644": [], "https://github.com/w3c/csswg-drafts/issues/6402": [], + "https://github.com/w3c/csswg-drafts/issues/5984": [], + "https://github.com/w3c/csswg-drafts/issues/6711": [], "https://www.w3.org/TR/CSS21/": [ "style-sheet", "user-agent", @@ -161,6 +222,8 @@ "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://www.w3.org/TR/css-conditional-3/": [], - "https://datatracker.ietf.org/doc/html/rfc2119": [] + "https://www.w3.org/TR/cssom-view-1/": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], + "https://www.w3.org/TR/css-scoping-1/": [] } } \ No newline at end of file diff --git a/tr/links/html.json b/tr/links/html.json index af0b518b4672..4fc818661fe9 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -2312,6 +2312,7 @@ "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/min": [], "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step": [], "https://developer.mozilla.org/en-US/docs/Web/API/FileList": [], + "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/files": [], "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/stepUp": [], "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/stepDown": [], "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/showPicker": [], @@ -2664,7 +2665,6 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Window/statusbar": [], "https://developer.mozilla.org/en-US/docs/Web/API/Window/toolbar": [], "https://developer.mozilla.org/en-US/docs/Web/API/BarProp/visible": [], - "https://developer.mozilla.org/en-US/docs/Web/API/Document/domain": [], "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy": [], "https://github.com/whatwg/html/issues/5350": [], "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy": [], @@ -2715,6 +2715,7 @@ "https://developer.mozilla.org/en-US/docs/Web/API/PageTransitionEvent": [], "https://developer.mozilla.org/en-US/docs/Web/API/PageTransitionEvent/persisted": [], "https://developer.mozilla.org/en-US/docs/Web/API/BeforeUnloadEvent": [], + "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options": [], "https://github.com/tc39/ecma262/issues/1357": [], "https://github.com/whatwg/html/issues/1430": [], "https://github.com/whatwg/html/issues/1431": [], @@ -2808,10 +2809,8 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Window/print": [], "https://developer.mozilla.org/en-US/docs/Web/API/Navigator": [], "https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator": [], - "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/platform": [], "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/userAgent": [], "https://developer.mozilla.org/en-US/docs/Web/API/WorkerNavigator/userAgent": [], - "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vendor": [], "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language": [], "https://developer.mozilla.org/en-US/docs/Web/API/WorkerNavigator/language": [], "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/languages": [], @@ -2927,7 +2926,6 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage": [], "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage": [], "https://developer.mozilla.org/en-US/docs/Web/API/StorageEvent": [], - "https://developer.mozilla.org/en-US/docs/Web/API/StorageEvent/initStorageEvent": [], "https://www.w3.org/TR/REC-xml/": [ "sec-guessing" ], @@ -2994,8 +2992,8 @@ "https://arxiv.org/abs/1608.05444": [], "https://developer.mozilla.org/en-US/docs/Plugins/Guide": [], "https://wiki.xiph.org/SkeletonHeaders": [], - "https://www.opensearch.org/Specifications/OpenSearch/1.1": [ - "Autodiscovery_in_HTML.2FXHTML" + "https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md": [ + "autodiscovery-in-htmlxhtml" ], "https://www.rfc-editor.org/rfc/rfc6454": [], "https://w3c.github.io/page-visibility/": [], diff --git a/tr/links/payment-request-1.1.json b/tr/links/payment-request-1.1.json new file mode 100644 index 000000000000..300dc2b537fc --- /dev/null +++ b/tr/links/payment-request-1.1.json @@ -0,0 +1,279 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "links": { + "https://www.w3.org/TR/": [], + "https://www.w3.org/TR/2021/PR-payment-request-20210930/": [], + "https://www.w3.org/2022/03/prapi-fo-report.html": [], + "https://www.w3.org/Payments/WG/charter-201912.html": [], + "https://github.com/w3c/payment-request/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20-label%3A%22Priority%3A%20Postponed%22%20": [], + "https://w3c.github.io/test-results/payment-request/all.html": [], + "https://wpt.live/payment-request/": [], + "https://www.w3.org/groups/wg/payments": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes", + "allow-new-features" + ], + "https://www.w3.org/Consortium/Patent-Policy-20170801/": [ + "def-essential", + "sec-Disclosure" + ], + "https://www.w3.org/groups/wg/payments/ipr": [], + "https://github.com/w3c/payment-request/commits/gh-pages": [], + "https://webidl.spec.whatwg.org/": [ + "dfn-dictionary", + "idl-object", + "default-tojson-steps", + "SecureContext", + "Exposed", + "idl-sequence", + "NewObject", + "idl-promise", + "idl-undefined", + "idl-boolean", + "idl-DOMString", + "dfn-throw", + "securityerror", + "idl-DOMException", + "exceptiondef-typeerror", + "exceptiondef-rangeerror", + "dfn-convert-ecmascript-to-idl-value", + "this", + "a-promise-rejected-with", + "aborterror", + "invalidstateerror", + "a-new-promise", + "dfn-exception", + "notsupportederror", + "upon-rejection", + "upon-fulfillment", + "Default", + "notallowederror" + ], + "https://www.w3.org/TR/payment-method-id/": [ + "dfn-pmi", + "dfn-validate-a-payment-method-identifier", + "dfn-standardized-payment-method-identifier", + "dfn-url-based-payment-method-identifier" + ], + "https://fetch.spec.whatwg.org/": [ + "concept-request" + ], + "https://html.spec.whatwg.org/": [ + "the-iframe-element", + "attr-iframe-allow", + "eventhandler", + "concept-relevant-global", + "top-level-browsing-context", + "current-settings-object", + "concept-document-window", + "allowed-to-use", + "transient-activation", + "consume-user-activation", + "fully-active", + "in-parallel", + "language", + "queue-a-task", + "user-interaction-task-source", + "the-details-element", + "concept-document-permissions-policy", + "window", + "secure-context", + "concept-origin" + ], + "https://www.w3.org/TR/permissions-policy-1/": [ + "policy-controlled-feature", + "default-allowlist" + ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest": [], + "https://dom.spec.whatwg.org/": [ + "eventtarget", + "document-element", + "concept-document", + "event", + "concept-event-constructor", + "dom-event-istrusted", + "event-target", + "stop-propagation-flag", + "stop-immediate-propagation-flag", + "dictdef-eventinit", + "concept-event-fire", + "concept-event-create", + "dom-event-type", + "concept-event-dispatch" + ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/PaymentRequest": [], + "https://infra.spec.whatwg.org/": [ + "ordered-set", + "list-contain", + "set-append", + "list", + "string", + "code-point", + "ascii-uppercase" + ], + "https://url.spec.whatwg.org/": [ + "concept-basic-url-parser", + "host-registrable-domain" + ], + "https://tc39.es/ecma262/multipage/": [ + "sec-json.parse", + "sec-object-internal-methods-and-internal-slots" + ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/id": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/show": [], + "https://www.w3.org/TR/payment-handler/": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/abort": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/canMakePayment": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/paymentmethodchange_event": [], + "https://tc39.es/ecma402/": [ + "sec-iswellformedcurrencycode" + ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse/retry": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse/methodName": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse/details": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse/requestId": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentResponse/complete": [], + "https://tc39.es/ecma262/multipage/structured-data.html": [ + "sec-json.parse", + "sec-json.stringify" + ], + "https://tc39.es/ecma262/multipage/fundamental-objects.html": [ + "sec-native-error-types-used-in-this-standard-typeerror" + ], + "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy/payment": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentMethodChangeEvent": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentMethodChangeEvent/PaymentMethodChangeEvent": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentMethodChangeEvent/methodDetails": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentMethodChangeEvent/methodName": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent": [], + "https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/updateWith": [], + "https://www.w3.org/TR/secure-contexts/": [], + "https://www.rfc-editor.org/rfc/rfc6454": [ + "section-3.2" + ], + "https://datatracker.ietf.org/doc/html/bcp14": [], + "https://www.w3.org/community/wicg/": [], + "https://github.com/w3c/payment-request/commit/ff5e725": [], + "https://github.com/w3c/payment-request/pull/971": [], + "https://github.com/w3c/payment-request/commit/82583cf": [], + "https://github.com/w3c/payment-request/commit/ee3dde1": [], + "https://github.com/w3c/payment-request/pull/961": [], + "https://github.com/w3c/payment-request/commit/486c07a": [], + "https://github.com/w3c/payment-request/pull/955": [], + "https://github.com/w3c/payment-request/commit/4bb62e1": [], + "https://github.com/w3c/payment-request/pull/944": [], + "https://github.com/w3c/payment-request/commit/4ce6ebb": [], + "https://github.com/w3c/payment-request/commit/0e2ad2b": [], + "https://github.com/w3c/payment-request/pull/937": [], + "https://github.com/w3c/payment-request/commit/0d11184": [], + "https://github.com/w3c/payment-request/pull/916": [], + "https://github.com/w3c/payment-request/commit/f697360": [], + "https://github.com/w3c/payment-request/pull/930": [], + "https://github.com/w3c/payment-request/commit/8337fee": [], + "https://github.com/w3c/payment-request/pull/929": [], + "https://github.com/w3c/payment-request/commit/a4f35e3": [], + "https://github.com/w3c/payment-request/pull/928": [], + "https://github.com/w3c/payment-request/commit/f810dc0": [], + "https://github.com/w3c/payment-request/pull/896": [], + "https://github.com/w3c/payment-request/commit/a0c831d": [], + "https://github.com/w3c/payment-request/pull/875": [], + "https://github.com/w3c/payment-request/commit/6f2565b": [], + "https://github.com/w3c/payment-request/pull/833": [], + "https://github.com/w3c/payment-request/commit/b6b0630": [], + "https://github.com/w3c/payment-request/pull/976": [], + "https://github.com/w3c/payment-request/commit/5337037": [], + "https://github.com/w3c/payment-request/pull/982": [], + "https://github.com/w3c/payment-request/commit/8c45522": [], + "https://github.com/w3c/payment-request/pull/977": [], + "https://github.com/w3c/payment-request/commit/9a3c6d9": [], + "https://github.com/w3c/payment-request/pull/856": [], + "https://github.com/w3c/payment-request/commit/0358fb3": [], + "https://github.com/w3c/payment-request/pull/857": [], + "https://github.com/w3c/payment-request/commit/26fbcf9": [], + "https://github.com/w3c/payment-request/pull/850": [], + "https://github.com/w3c/payment-request/commit/76135b9": [], + "https://github.com/w3c/payment-request/pull/849": [], + "https://github.com/w3c/payment-request/commit/9dac110": [], + "https://github.com/w3c/payment-request/pull/846": [], + "https://github.com/w3c/payment-request/commit/3f644f4": [], + "https://github.com/w3c/payment-request/pull/843": [], + "https://github.com/w3c/payment-request/commit/0bc0baa": [], + "https://github.com/w3c/payment-request/pull/829": [], + "https://github.com/w3c/payment-request/commit/5966e82": [], + "https://github.com/w3c/payment-request/pull/822": [], + "https://github.com/w3c/payment-request/commit/5906b72": [], + "https://github.com/w3c/payment-request/pull/823": [], + "https://github.com/w3c/payment-request/commit/5459933": [], + "https://github.com/w3c/payment-request/pull/825": [], + "https://github.com/w3c/payment-request/commit/6b5e0ee": [], + "https://github.com/w3c/payment-request/commit/a1e773a": [], + "https://github.com/w3c/payment-request/pull/810": [], + "https://github.com/w3c/payment-request/commit/4937ad2": [], + "https://github.com/w3c/payment-request/pull/807": [], + "https://github.com/w3c/payment-request/commit/974d879": [], + "https://github.com/w3c/payment-request/pull/749": [], + "https://github.com/w3c/payment-request/commit/1d5bcd8": [], + "https://github.com/w3c/payment-request/pull/802": [], + "https://github.com/w3c/payment-request/commit/bf98afb": [], + "https://github.com/w3c/payment-request/pull/806": [], + "https://github.com/w3c/payment-request/commit/3fb7e37": [], + "https://github.com/w3c/payment-request/pull/765": [], + "https://github.com/w3c/payment-request/commit/277a385": [], + "https://github.com/w3c/payment-request/pull/794": [], + "https://github.com/w3c/payment-request/commit/5498f93": [], + "https://github.com/w3c/payment-request/pull/789": [], + "https://github.com/w3c/payment-request/commit/4020346": [], + "https://github.com/w3c/payment-request/pull/768": [], + "https://github.com/w3c/payment-request/commit/384b538": [], + "https://github.com/w3c/payment-request/pull/776": [], + "https://github.com/w3c/payment-request/commit/944f512": [], + "https://github.com/w3c/payment-request/pull/751": [], + "https://github.com/w3c/payment-request/commit/1816526": [], + "https://github.com/w3c/payment-request/pull/752": [], + "https://github.com/w3c/payment-request/commit/0273c79": [], + "https://github.com/w3c/payment-request/pull/747": [], + "https://github.com/w3c/payment-request/commit/a0ff44f": [], + "https://github.com/w3c/payment-request/pull/748": [], + "https://github.com/w3c/payment-request/commit/3faf6a4": [], + "https://github.com/w3c/payment-request/pull/745": [], + "https://github.com/w3c/payment-request/commit/ebd8310": [], + "https://github.com/w3c/payment-request/pull/738": [], + "https://github.com/w3c/payment-request/commit/d27cc16": [], + "https://github.com/w3c/payment-request/pull/724": [], + "https://github.com/w3c/payment-request/commit/b417638": [], + "https://github.com/w3c/payment-request/pull/723": [], + "https://github.com/w3c/payment-request/commit/634a8a8": [], + "https://github.com/w3c/payment-request/pull/721": [], + "https://github.com/w3c/payment-request/commit/ee56f25": [], + "https://github.com/w3c/payment-request/pull/720": [], + "https://github.com/w3c/payment-request/commit/b336891": [], + "https://github.com/w3c/payment-request/pull/695": [], + "https://github.com/w3c/payment-request/commit/10dc96e": [], + "https://github.com/w3c/payment-request/pull/712": [], + "https://github.com/w3c/payment-request/commit/f0018f9": [], + "https://github.com/w3c/payment-request/pull/690": [], + "https://github.com/w3c/payment-request/commit/6b2aebc": [], + "https://github.com/w3c/payment-request/pull/694": [], + "https://github.com/w3c/payment-request/commit/56a0c18": [], + "https://github.com/w3c/payment-request/pull/654": [], + "https://github.com/w3c/payment-request/commit/d533b86": [], + "https://github.com/w3c/payment-request/commit/22195c7": [], + "https://github.com/w3c/payment-request/commit/d891049": [], + "https://github.com/w3c/payment-request/pull/666": [], + "https://github.com/w3c/payment-request/commit/0e4539d": [], + "https://github.com/w3c/payment-request/pull/656": [], + "https://github.com/w3c/payment-request/commit/e65a217": [], + "https://github.com/w3c/payment-request/commit/876a9cc": [], + "https://github.com/w3c/payment-request/pull/670": [], + "https://github.com/w3c/payment-request/commit/72a62fc": [], + "https://www.iso.org/iso/home/standards/currency_codes.htm": [], + "https://www.rfc-editor.org/rfc/rfc2119": [], + "https://www.rfc-editor.org/rfc/rfc4122": [], + "https://www.rfc-editor.org/rfc/rfc8174": [] + } +} \ No newline at end of file diff --git a/tr/links/prefetch.json b/tr/links/prefetch.json index cacde238fc92..2e952104a44f 100644 --- a/tr/links/prefetch.json +++ b/tr/links/prefetch.json @@ -17,13 +17,13 @@ "assert", "list-empty", "list-iterate", + "string", + "implementation-defined", "list-is-empty", "list-remove", "iteration-continue", "set-union", - "string", "iteration-break", - "implementation-defined", "ordered-set", "set-append" ], @@ -34,14 +34,17 @@ "credentials", "concept-request-url", "concept-request-current-url", + "fetch-controller", "network-partition-key", + "fetch-controller-abort", + "concept-network-error", "concept-response-url", "concept-request-reserved-client", "concept-request-url-list", "concept-request-mode", "concept-request-redirect-mode", - "concept-network-error", "concept-fetch", + "fetch-params-controller", "concept-http-redirect-fetch", "process-response", "cross-origin-resource-policy-check", @@ -58,10 +61,10 @@ "fetch-scheme", "determine-the-network-partition-key", "concept-request-initiator", - "concept-request-header-list", "concept-connection", "concept-connection-obtain", "concept-header-list-set-structured-header", + "concept-request-header-list", "concept-request-cache-mode", "no-cache-prevent-cache-control", "concept-response-status", @@ -91,10 +94,6 @@ "https://w3c.github.io/webappsec-referrer-policy/": [ "referrer-policy" ], - "https://www.w3.org/TR/hr-time-2/": [ - "dom-domhighrestimestamp", - "dfn-current-high-resolution-time" - ], "https://html.spec.whatwg.org/": [ "sandboxing-flag-set", "fully-active", @@ -163,6 +162,10 @@ "concept-origin-tuple", "nested-browsing-context" ], + "https://www.w3.org/TR/hr-time-2/": [ + "dom-domhighrestimestamp", + "dfn-current-high-resolution-time" + ], "https://w3c.github.io/webappsec-csp/": [ "should-block-navigation-request" ], @@ -180,9 +183,7 @@ ], "https://github.com/privacycg/storage-partitioning": [], "https://www.ietf.org/archive/id/draft-geohash-hint-00.html": [], - "https://www.w3.org/TR/CSP3/": [], - "https://www.w3.org/TR/referrer-policy/": [], - "https://www.rfc-editor.org/rfc/rfc8941": [], - "https://www.w3.org/TR/secure-contexts/": [] + "https://w3c.github.io/hr-time/": [], + "https://www.rfc-editor.org/rfc/rfc8941": [] } } \ No newline at end of file diff --git a/tr/links/prerendering-revamped.json b/tr/links/prerendering-revamped.json index 94514390cdd3..ced047bcfd63 100644 --- a/tr/links/prerendering-revamped.json +++ b/tr/links/prerendering-revamped.json @@ -335,26 +335,10 @@ "dom-htmlvideoelement-autopictureinpicture", "dom-htmlvideoelement-requestpictureinpicture" ], - "https://www.w3.org/TR/audio-output/": [], - "https://www.w3.org/TR/clipboard-apis/": [], - "https://www.w3.org/TR/credential-management-1/": [], - "https://www.w3.org/TR/CSP3/": [], - "https://www.w3.org/TR/encrypted-media/": [], - "https://www.w3.org/TR/gamepad/": [], - "https://www.w3.org/TR/generic-sensor/": [], - "https://www.w3.org/TR/geolocation/": [], + "https://w3c.github.io/hr-time/": [], "https://www.w3.org/TR/navigation-timing/": [], - "https://www.w3.org/TR/picture-in-picture/": [], - "https://www.w3.org/TR/pointerlock/": [], - "https://www.w3.org/TR/presentation-api/": [], - "https://www.w3.org/TR/push-api/": [], - "https://www.w3.org/TR/referrer-policy/": [], - "https://www.w3.org/TR/screen-capture/": [], - "https://www.w3.org/TR/screen-orientation/": [], - "https://www.w3.org/TR/screen-wake-lock/": [], - "https://www.w3.org/TR/service-workers-1/": [], - "https://www.w3.org/TR/webmidi/": [], - "https://www.w3.org/TR/webxr/": [], - "https://www.w3.org/TR/resource-hints/": [] + "https://w3c.github.io/payment-request/": [], + "https://w3c.github.io/web-share/": [], + "https://w3c.github.io/resource-hints/": [] } } \ No newline at end of file diff --git a/tr/links/rfc6265bis.json b/tr/links/rfc6265bis.json index 66e82ba2e6b4..17fa5553ac69 100644 --- a/tr/links/rfc6265bis.json +++ b/tr/links/rfc6265bis.json @@ -7,6 +7,7 @@ "https://www.rfc-editor.org/rfc/rfc6265": [], "https://datatracker.ietf.org/doc/draft-ietf-httpbis-rfc6265bis/": [], "https://lists.w3.org/Archives/Public/ietf-http-wg/": [], + "https://www.ietf.org/mailman/listinfo/ietf-http-wg/": [], "https://httpwg.org/": [], "https://github.com/httpwg/http-extensions/labels/6265bis": [], "https://datatracker.ietf.org/drafts/current/": [], diff --git a/tr/links/speculation-rules.json b/tr/links/speculation-rules.json index 793714832912..700ae80b41ff 100644 --- a/tr/links/speculation-rules.json +++ b/tr/links/speculation-rules.json @@ -46,6 +46,7 @@ "already-started", "document-base-url", "mark-as-ready", + "valid-browsing-context-name-or-keyword", "queue-a-global-task", "dom-manipulation-task-source", "concept-relevant-global", @@ -53,6 +54,8 @@ "synchronous-section", "fully-active", "in-parallel", + "the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", + "concept-document-bc", "same-origin" ], "https://dom.spec.whatwg.org/": [ @@ -70,8 +73,7 @@ "referrer-policy" ], "https://privacycg.github.io/storage-partitioning/": [], - "https://www.w3.org/TR/referrer-policy/": [], - "https://www.w3.org/TR/CSP3/": [], + "https://w3c.github.io/webappsec-csp/": [], "https://www.rfc-editor.org/rfc/rfc8446": [] } } \ No newline at end of file diff --git a/tr/links/storage-access.json b/tr/links/storage-access.json index 9962f2515c92..7b8780ac9fe9 100644 --- a/tr/links/storage-access.json +++ b/tr/links/storage-access.json @@ -29,6 +29,7 @@ "relevant-agent", "obtain-a-site", "concept-document-bc", + "fully-active", "concept-origin-opaque", "same-origin", "concept-relevant-global", @@ -71,8 +72,10 @@ "idl-boolean", "idl-undefined", "a-new-promise", - "resolve", - "reject" + "reject", + "securityerror", + "idl-DOMException", + "resolve" ], "https://w3c.github.io/permissions/": [ "dfn-permissions-task-source" diff --git a/tr/links/streams.json b/tr/links/streams.json index 0bf552113b9e..9f64a6079500 100644 --- a/tr/links/streams.json +++ b/tr/links/streams.json @@ -148,6 +148,7 @@ "iteration-while", "byte-sequence" ], + "https://developer.mozilla.org/en-US/docs/Web/https://developer.mozilla.org/en-US/docs/Glossary/Transferable_objects": [], "https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader": [], "https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader/ReadableStreamDefaultReader": [], "https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBReader/closed": [], diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index 7e02bb9d3e7f..b99e9fe2259d 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -31,6 +31,30 @@ "https://hacks.mozilla.org/2020/07/safely-reviving-shared-memory/": [], "https://en.wikipedia.org/wiki/Row_hammer": [], "https://www.vusec.net/projects/glitch/": [], + "https://infra.spec.whatwg.org/": [ + "tracking-vector", + "ordered-set", + "list-contain", + "list-empty", + "list", + "set-append", + "ordered-map", + "map-set", + "assert", + "map-exists", + "map-remove", + "list-append", + "map-getting-the-keys", + "list-size", + "list-is-empty", + "stack", + "stack-push", + "stack-pop", + "list-extend", + "iteration-continue", + "byte-sequence-length", + "list-item" + ], "https://github.com/privacycg/storage-partitioning": [], "https://webidl.spec.whatwg.org/": [ "idl-USVString", @@ -54,6 +78,7 @@ "notallowederror", "idl-record", "idl-undefined", + "getter-steps", "EnforceRange", "dfn-detach", "arraybuffer-transfer", @@ -79,29 +104,6 @@ "BufferSource", "idl-DataView" ], - "https://infra.spec.whatwg.org/": [ - "ordered-set", - "list-contain", - "list-empty", - "list", - "set-append", - "ordered-map", - "map-set", - "assert", - "map-exists", - "map-remove", - "list-append", - "map-getting-the-keys", - "list-size", - "list-is-empty", - "stack", - "stack-push", - "stack-pop", - "list-extend", - "iteration-continue", - "byte-sequence-length", - "list-item" - ], "https://www.w3.org/TR/WGSL/": [ "alignment-and-size", "shader-execution-end" diff --git a/tr/links/xhr.json b/tr/links/xhr.json index 4e9a567bfd23..be326764b381 100644 --- a/tr/links/xhr.json +++ b/tr/links/xhr.json @@ -40,6 +40,7 @@ "concept-request-mode", "concept-request-credentials-mode", "concept-request-use-url-credentials-flag", + "request-initiator-type", "concept-body-total-bytes", "concept-response-body", "header-list-extract-a-length", diff --git a/tr/refs/FedCM.json b/tr/refs/FedCM.json index d797d5610891..cbfcf3faa06f 100644 --- a/tr/refs/FedCM.json +++ b/tr/refs/FedCM.json @@ -53,6 +53,10 @@ "name": "OIDC-Connect-Core", "url": "https://openid.net/specs/openid-connect-core-1_0.html" }, + { + "name": "PERMISSIONS-POLICY", + "url": "https://w3c.github.io/webappsec-permissions-policy" + }, { "name": "PRIVACY-THREAT-MODEL", "url": "https://w3cping.github.io/privacy-threat-model/" @@ -111,10 +115,6 @@ "name": "SAML-Glossary", "url": "https://docs.oasis-open.org/security/saml/v2.0/saml-glossary-2.0-os.pdf" }, - { - "name": "Security-Origin-Confusion", - "url": "https://w3c.github.io/webappsec-credential-management/#security-origin-confusion" - }, { "name": "UNSANCTIONED-TRACKING", "url": "http://www.w3.org/2001/tag/doc/unsanctioned-tracking/" diff --git a/tr/refs/compute-pressure.json b/tr/refs/compute-pressure.json index da9450a94671..e9fc12e2a84d 100644 --- a/tr/refs/compute-pressure.json +++ b/tr/refs/compute-pressure.json @@ -21,6 +21,10 @@ "name": "infra", "url": "https://infra.spec.whatwg.org/" }, + { + "name": "mediacapture-streams", + "url": "https://www.w3.org/TR/mediacapture-streams/" + }, { "name": "PERMISSIONS", "url": "https://www.w3.org/TR/permissions/" diff --git a/tr/refs/css-contain-3.json b/tr/refs/css-contain-3.json index 11974ca6338e..76bf391cfda6 100644 --- a/tr/refs/css-contain-3.json +++ b/tr/refs/css-contain-3.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "CSS-ANIMATIONS-1", + "url": "https://www.w3.org/TR/css-animations-1/" + }, { "name": "CSS-BOX-4", "url": "https://www.w3.org/TR/css-box-4/" @@ -13,6 +17,10 @@ "name": "CSS-BREAK-3", "url": "https://www.w3.org/TR/css-break-3/" }, + { + "name": "CSS-CASCADE-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, { "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" @@ -27,15 +35,15 @@ }, { "name": "CSS-CONTAIN-2", - "url": "https://www.w3.org/TR/css-contain-2/" + "url": "https://drafts.csswg.org/css-contain-2/" }, { "name": "CSS-DISPLAY-3", "url": "https://www.w3.org/TR/css-display-3/" }, { - "name": "CSS-POSITION-3", - "url": "https://www.w3.org/TR/css-position-3/" + "name": "CSS-FONTS-5", + "url": "https://www.w3.org/TR/css-fonts-5/" }, { "name": "CSS-SIZING-3", @@ -65,6 +73,14 @@ "name": "CSS2", "url": "https://www.w3.org/TR/CSS21/" }, + { + "name": "CSSOM-VIEW-1", + "url": "https://www.w3.org/TR/cssom-view-1/" + }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, { "name": "MEDIAQUERIES-5", "url": "https://www.w3.org/TR/mediaqueries-5/" @@ -73,15 +89,43 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, + { + "name": "SELECTORS-4", + "url": "https://www.w3.org/TR/selectors-4/" + }, { "name": "WEB-ANIMATIONS-1", "url": "https://www.w3.org/TR/web-animations-1/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ { - "name": "CSS-FONTS-5", - "url": "https://www.w3.org/TR/css-fonts-5/" + "name": "CSS-FONTS-4", + "url": "https://www.w3.org/TR/css-fonts-4/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, + { + "name": "CSS-SCOPING-1", + "url": "https://www.w3.org/TR/css-scoping-1/" + }, + { + "name": "CSS-SHADOW-PARTS-1", + "url": "https://www.w3.org/TR/css-shadow-parts-1/" + }, + { + "name": "CSS-SIZING-4", + "url": "https://www.w3.org/TR/css-sizing-4/" + }, + { + "name": "FULLSCREEN", + "url": "https://fullscreen.spec.whatwg.org/" } ] } diff --git a/tr/refs/html.json b/tr/refs/html.json index 03f65bf246c4..d7b96e113995 100644 --- a/tr/refs/html.json +++ b/tr/refs/html.json @@ -375,7 +375,7 @@ }, { "name": "OPENSEARCH", - "url": "http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML" + "url": "https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md#autodiscovery-in-htmlxhtml" }, { "name": "PAINTTIMING", diff --git a/tr/refs/payment-request-1.1.json b/tr/refs/payment-request-1.1.json new file mode 100644 index 000000000000..fca8b08c89fd --- /dev/null +++ b/tr/refs/payment-request-1.1.json @@ -0,0 +1,80 @@ +{ + "spec": { + "title": "Payment Request API 1.1", + "url": "https://www.w3.org/TR/payment-request-1.1/" + }, + "refs": { + "normative": [ + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "ecma-402", + "url": "https://tc39.es/ecma402/" + }, + { + "name": "ECMASCRIPT", + "url": "https://tc39.es/ecma262/multipage/" + }, + { + "name": "fetch", + "url": "https://fetch.spec.whatwg.org/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "ISO4217", + "url": "http://www.iso.org/iso/home/standards/currency_codes.htm" + }, + { + "name": "payment-handler", + "url": "https://www.w3.org/TR/payment-handler/" + }, + { + "name": "payment-method-id", + "url": "https://www.w3.org/TR/payment-method-id/" + }, + { + "name": "permissions-policy", + "url": "https://www.w3.org/TR/permissions-policy-1/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC4122", + "url": "https://www.rfc-editor.org/rfc/rfc4122" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "rfc6454", + "url": "https://www.rfc-editor.org/rfc/rfc6454" + }, + { + "name": "secure-contexts", + "url": "https://www.w3.org/TR/secure-contexts/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/prefetch.json b/tr/refs/prefetch.json index 31366f927e9d..0c93e34f6c17 100644 --- a/tr/refs/prefetch.json +++ b/tr/refs/prefetch.json @@ -11,7 +11,7 @@ }, { "name": "CSP", - "url": "https://www.w3.org/TR/CSP3/" + "url": "https://w3c.github.io/webappsec-csp/" }, { "name": "DOM", @@ -23,7 +23,7 @@ }, { "name": "HR-TIME-2", - "url": "https://www.w3.org/TR/hr-time-2/" + "url": "https://w3c.github.io/hr-time/" }, { "name": "HTML", @@ -35,7 +35,7 @@ }, { "name": "REFERRER-POLICY", - "url": "https://www.w3.org/TR/referrer-policy/" + "url": "https://w3c.github.io/webappsec-referrer-policy/" }, { "name": "RFC8941", @@ -43,7 +43,7 @@ }, { "name": "SECURE-CONTEXTS", - "url": "https://www.w3.org/TR/secure-contexts/" + "url": "https://w3c.github.io/webappsec-secure-contexts/" }, { "name": "URL", diff --git a/tr/refs/prerendering-revamped.json b/tr/refs/prerendering-revamped.json index 32a7a758cdf1..d1304a3898a5 100644 --- a/tr/refs/prerendering-revamped.json +++ b/tr/refs/prerendering-revamped.json @@ -7,19 +7,19 @@ "normative": [ { "name": "AUDIO-OUTPUT", - "url": "https://www.w3.org/TR/audio-output/" + "url": "https://w3c.github.io/mediacapture-output/" }, { "name": "CLIPBOARD-APIS", - "url": "https://www.w3.org/TR/clipboard-apis/" + "url": "https://w3c.github.io/clipboard-apis/" }, { "name": "CREDENTIAL-MANAGEMENT-1", - "url": "https://www.w3.org/TR/credential-management-1/" + "url": "https://w3c.github.io/webappsec-credential-management/" }, { "name": "CSP3", - "url": "https://www.w3.org/TR/CSP3/" + "url": "https://w3c.github.io/webappsec-csp/" }, { "name": "DOM", @@ -27,7 +27,7 @@ }, { "name": "ENCRYPTED-MEDIA", - "url": "https://www.w3.org/TR/encrypted-media/" + "url": "https://w3c.github.io/encrypted-media/" }, { "name": "FETCH", @@ -43,23 +43,23 @@ }, { "name": "GAMEPAD", - "url": "https://www.w3.org/TR/gamepad/" + "url": "https://w3c.github.io/gamepad/" }, { "name": "GENERIC-SENSOR", - "url": "https://www.w3.org/TR/generic-sensor/" + "url": "https://w3c.github.io/sensors/" }, { "name": "GEOLOCATION", - "url": "https://www.w3.org/TR/geolocation/" + "url": "https://w3c.github.io/geolocation-api/" }, { "name": "HR-TIME-2", - "url": "https://www.w3.org/TR/hr-time-2/" + "url": "https://w3c.github.io/hr-time/" }, { "name": "HR-TIME-3", - "url": "https://www.w3.org/TR/hr-time-3/" + "url": "https://w3c.github.io/hr-time/" }, { "name": "HTML", @@ -79,7 +79,7 @@ }, { "name": "MEDIACAPTURE-STREAMS", - "url": "https://www.w3.org/TR/mediacapture-streams/" + "url": "https://w3c.github.io/mediacapture-main/" }, { "name": "NAVIGATION-TIMING", @@ -87,7 +87,7 @@ }, { "name": "NAVIGATION-TIMING-2", - "url": "https://www.w3.org/TR/navigation-timing-2/" + "url": "https://w3c.github.io/navigation-timing/" }, { "name": "NOTIFICATIONS", @@ -95,43 +95,43 @@ }, { "name": "PAYMENT-REQUEST", - "url": "https://www.w3.org/TR/payment-request/" + "url": "https://w3c.github.io/payment-request/" }, { "name": "PICTURE-IN-PICTURE", - "url": "https://www.w3.org/TR/picture-in-picture/" + "url": "https://w3c.github.io/picture-in-picture/" }, { "name": "POINTERLOCK", - "url": "https://www.w3.org/TR/pointerlock/" + "url": "https://w3c.github.io/pointerlock/" }, { "name": "PRESENTATION-API", - "url": "https://www.w3.org/TR/presentation-api/" + "url": "https://w3c.github.io/presentation-api/" }, { "name": "PUSH-API", - "url": "https://www.w3.org/TR/push-api/" + "url": "https://w3c.github.io/push-api/" }, { "name": "REFERRER-POLICY", - "url": "https://www.w3.org/TR/referrer-policy/" + "url": "https://w3c.github.io/webappsec-referrer-policy/" }, { "name": "SCREEN-CAPTURE", - "url": "https://www.w3.org/TR/screen-capture/" + "url": "https://w3c.github.io/mediacapture-screen-share/" }, { "name": "SCREEN-ORIENTATION", - "url": "https://www.w3.org/TR/screen-orientation/" + "url": "https://w3c.github.io/screen-orientation/" }, { "name": "SCREEN-WAKE-LOCK", - "url": "https://www.w3.org/TR/screen-wake-lock/" + "url": "https://w3c.github.io/screen-wake-lock/" }, { - "name": "SERVICE-WORKERS-1", - "url": "https://www.w3.org/TR/service-workers-1/" + "name": "SERVICE-WORKERS", + "url": "https://w3c.github.io/ServiceWorker/" }, { "name": "SPEECH-API", @@ -155,7 +155,7 @@ }, { "name": "WEB-SHARE", - "url": "https://www.w3.org/TR/web-share/" + "url": "https://w3c.github.io/web-share/" }, { "name": "WEBIDL", @@ -163,7 +163,7 @@ }, { "name": "WEBMIDI", - "url": "https://www.w3.org/TR/webmidi/" + "url": "https://webaudio.github.io/web-midi-api/" }, { "name": "WEBUSB", @@ -171,13 +171,13 @@ }, { "name": "WEBXR", - "url": "https://www.w3.org/TR/webxr/" + "url": "https://immersive-web.github.io/webxr/" } ], "informative": [ { "name": "RESOURCE-HINTS", - "url": "https://www.w3.org/TR/resource-hints/" + "url": "https://w3c.github.io/resource-hints/" } ] } diff --git a/tr/refs/speculation-rules.json b/tr/refs/speculation-rules.json index 0db191de292d..3435b72398a0 100644 --- a/tr/refs/speculation-rules.json +++ b/tr/refs/speculation-rules.json @@ -23,7 +23,7 @@ }, { "name": "REFERRER-POLICY", - "url": "https://www.w3.org/TR/referrer-policy/" + "url": "https://w3c.github.io/webappsec-referrer-policy/" }, { "name": "URL", @@ -33,7 +33,7 @@ "informative": [ { "name": "CSP", - "url": "https://www.w3.org/TR/CSP3/" + "url": "https://w3c.github.io/webappsec-csp/" }, { "name": "TLS",