diff --git a/tr/css/css-values.json b/tr/css/css-values.json index 38c798d1a56c..7c7499972cea 100644 --- a/tr/css/css-values.json +++ b/tr/css/css-values.json @@ -96,6 +96,12 @@ "": { "value": "e | pi | infinity | -infinity | NaN" }, + "": { + "prose": "The value at the “start” (0%) of the interpolation range." + }, + "": { + "prose": "The value at the “end” (100%) of the interpolation range." + }, "": { "value": "[ | ]" }, diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json new file mode 100644 index 000000000000..3aaf12b57011 --- /dev/null +++ b/tr/dfns/compute-pressure.json @@ -0,0 +1,361 @@ +{ + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "dfns": [ + { + "id": "dfn-cpu-utilization", + "href": "https://wicg.github.io/compute-pressure/#dfn-cpu-utilization", + "linkingText": [ + "CPU utilization" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cpu-utilization", + "href": "https://wicg.github.io/compute-pressure/#cpu-utilization", + "title": "CPU utilization", + "number": "2.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-cpu-clock-speed", + "href": "https://wicg.github.io/compute-pressure/#dfn-cpu-clock-speed", + "linkingText": [ + "CPU clock speed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cpu-clock-speed", + "href": "https://wicg.github.io/compute-pressure/#cpu-clock-speed", + "title": "CPU clock speed", + "number": "2.2" + }, + "definedIn": "heading" + }, + { + "id": "respec-offender-internal-slot-callback-must-be-associated-with-a-webidl-interface", + "href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-callback-must-be-associated-with-a-webidl-interface", + "linkingText": [ + "[[Callback]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://wicg.github.io/compute-pressure/#internal-slots", + "title": "Internal slots", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "respec-offender-internal-slot-cpuutilizationthresholds-must-be-associated-with-a-webidl-interface", + "href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-cpuutilizationthresholds-must-be-associated-with-a-webidl-interface", + "linkingText": [ + "[[CPUUtilizationThresholds]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://wicg.github.io/compute-pressure/#internal-slots", + "title": "Internal slots", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "respec-offender-internal-slot-cpuspeedthresholds-must-be-associated-with-a-webidl-interface", + "href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-cpuspeedthresholds-must-be-associated-with-a-webidl-interface", + "linkingText": [ + "[[CPUSpeedThresholds]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://wicg.github.io/compute-pressure/#internal-slots", + "title": "Internal slots", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "dom-computepressureupdatecallback", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback", + "linkingText": [ + "ComputePressureUpdateCallback" + ], + "localLinkingText": [], + "type": "callback", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-computepressureupdatecallback-callback", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureupdatecallback-callback", + "title": "The ComputePressureUpdateCallback callback", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-computepressureobserver", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver", + "linkingText": [ + "ComputePressureObserver" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-computepressureobserver-object", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserver-object", + "title": "The ComputePressureObserver object", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-computepressureobserver-constructor", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-constructor", + "linkingText": [ + "constructor()", + "constructor(callback)", + "constructor(callback, options)" + ], + "localLinkingText": [ + "ComputePressureObserver.constructor", + "ComputePressureObserver.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "ComputePressureObserver" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-constructor-method", + "href": "https://wicg.github.io/compute-pressure/#the-constructor-method", + "title": "The constructor() method", + "number": "3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserver-observe", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-observe", + "linkingText": [ + "observe()" + ], + "localLinkingText": [ + "ComputePressureObserver.observe", + "ComputePressureObserver.observe()", + "observe" + ], + "type": "method", + "for": [ + "ComputePressureObserver" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-observe-method", + "href": "https://wicg.github.io/compute-pressure/#the-observe-method", + "title": "The observe() method", + "number": "3.2.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserver-unobserve", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-unobserve", + "linkingText": [ + "unobserve()" + ], + "localLinkingText": [ + "ComputePressureObserver.unobserve", + "ComputePressureObserver.unobserve()", + "unobserve" + ], + "type": "method", + "for": [ + "ComputePressureObserver" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-unobserve-method", + "href": "https://wicg.github.io/compute-pressure/#the-unobserve-method", + "title": "The unobserve() method", + "number": "3.2.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserverupdate", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate", + "linkingText": [ + "ComputePressureObserverUpdate" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-computepressureobserverupdate-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", + "title": "The ComputePressureObserverUpdate dictionary", + "number": "3.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserverupdate-cpuspeed", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuspeed", + "linkingText": [ + "cpuSpeed" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ComputePressureObserverUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cpuspeed-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-cpuspeed-attribute", + "title": "The cpuSpeed attribute", + "number": "3.3.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserverupdate-cpuutilization", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuutilization", + "linkingText": [ + "cpuUtilization" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ComputePressureObserverUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cpuutilization-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-cpuutilization-attribute", + "title": "The cpuUtilization attribute", + "number": "3.3.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserverupdate-options", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ComputePressureObserverUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-options-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-options-attribute", + "title": "The options attribute", + "number": "3.3.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserveroptions", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions", + "linkingText": [ + "ComputePressureObserverOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-computepressureobserveroptions-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary", + "title": "The ComputePressureObserverOptions dictionary", + "number": "3.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserveroptions-cpuutilizationthresholds", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuutilizationthresholds", + "linkingText": [ + "cpuUtilizationThresholds" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ComputePressureObserverOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cpuutilizationthresholds-member", + "href": "https://wicg.github.io/compute-pressure/#the-cpuutilizationthresholds-member", + "title": "The cpuUtilizationThresholds member", + "number": "3.4.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-computepressureobserveroptions-cpuspeedthresholds", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuspeedthresholds", + "linkingText": [ + "cpuSpeedThresholds" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ComputePressureObserverOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cpuspeedthresholds-member", + "href": "https://wicg.github.io/compute-pressure/#the-cpuspeedthresholds-member", + "title": "The cpuSpeedThresholds member", + "number": "3.4.2" + }, + "definedIn": "heading" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/conversion-measurement-api.json b/tr/dfns/conversion-measurement-api.json index 8a3dd20a9f07..d99cd05640e7 100644 --- a/tr/dfns/conversion-measurement-api.json +++ b/tr/dfns/conversion-measurement-api.json @@ -996,6 +996,27 @@ }, "definedIn": "prose" }, + { + "id": "attribution-source-expiry-time", + "href": "https://wicg.github.io/conversion-measurement-api/#attribution-source-expiry-time", + "linkingText": [ + "expiry time" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "attribution source" + ], + "access": "private", + "informative": false, + "heading": { + "id": "obtaining-attribution-source-expiry-time", + "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-expiry-time", + "title": "Obtaining an attribution source’s expiry time", + "number": "7.1" + }, + "definedIn": "prose" + }, { "id": "parse-attribution-data", "href": "https://wicg.github.io/conversion-measurement-api/#parse-attribution-data", @@ -1011,7 +1032,7 @@ "id": "parsing-data-fields", "href": "https://wicg.github.io/conversion-measurement-api/#parsing-data-fields", "title": "Parsing data fields", - "number": "7.1" + "number": "7.2" }, "definedIn": "prose" }, @@ -1030,7 +1051,7 @@ "id": "parsing-attribution-destination", "href": "https://wicg.github.io/conversion-measurement-api/#parsing-attribution-destination", "title": "Parsing an attribution destination", - "number": "7.2" + "number": "7.3" }, "definedIn": "prose" }, @@ -1049,7 +1070,7 @@ "id": "obtaining-attribution-source-anchor", "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-anchor", "title": "Obtaining an attribution source from an a element", - "number": "7.3" + "number": "7.4" }, "definedIn": "prose" }, @@ -1068,7 +1089,7 @@ "id": "obtaining-attribution-source-anchor", "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-anchor", "title": "Obtaining an attribution source from an a element", - "number": "7.3" + "number": "7.4" }, "definedIn": "prose" }, @@ -1087,7 +1108,7 @@ "id": "obtaining-event-attribution-source-anchor", "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-event-attribution-source-anchor", "title": "Obtaining an event attribution source from an a element", - "number": "7.4" + "number": "7.5" }, "definedIn": "prose" }, @@ -1106,7 +1127,7 @@ "id": "processing-an-attribution-source", "href": "https://wicg.github.io/conversion-measurement-api/#processing-an-attribution-source", "title": "Processing an attribution source", - "number": "7.5" + "number": "7.6" }, "definedIn": "prose" }, @@ -1125,7 +1146,7 @@ "id": "processing-an-attribution-source", "href": "https://wicg.github.io/conversion-measurement-api/#processing-an-attribution-source", "title": "Processing an attribution source", - "number": "7.5" + "number": "7.6" }, "definedIn": "prose" }, diff --git a/tr/dfns/css-values-4.json b/tr/dfns/css-values-4.json index 5611faa0ea51..f52bdd279860 100644 --- a/tr/dfns/css-values-4.json +++ b/tr/dfns/css-values-4.json @@ -340,6 +340,88 @@ }, "definedIn": "prose" }, + { + "id": "funcdef-mix", + "href": "https://www.w3.org/TR/css-values-4/#funcdef-mix", + "linkingText": [ + "mix()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolate", + "href": "https://www.w3.org/TR/css-values-4/#interpolate", + "title": "Representing Interpolated Values: the mix() notation", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-mix-percentage", + "href": "https://www.w3.org/TR/css-values-4/#valdef-mix-percentage", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "mix()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interpolate", + "href": "https://www.w3.org/TR/css-values-4/#interpolate", + "title": "Representing Interpolated Values: the mix() notation", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "typedef-mix-start-value", + "href": "https://www.w3.org/TR/css-values-4/#typedef-mix-start-value", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [ + "mix()" + ], + "access": "private", + "informative": false, + "heading": { + "id": "interpolate", + "href": "https://www.w3.org/TR/css-values-4/#interpolate", + "title": "Representing Interpolated Values: the mix() notation", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "typedef-mix-end-value", + "href": "https://www.w3.org/TR/css-values-4/#typedef-mix-end-value", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [ + "mix()" + ], + "access": "private", + "informative": false, + "heading": { + "id": "interpolate", + "href": "https://www.w3.org/TR/css-values-4/#interpolate", + "title": "Representing Interpolated Values: the mix() notation", + "number": "3.1" + }, + "definedIn": "dt" + }, { "id": "css-textual-data-types", "href": "https://www.w3.org/TR/css-values-4/#css-textual-data-types", @@ -1007,7 +1089,8 @@ "id": "relative-length", "href": "https://www.w3.org/TR/css-values-4/#relative-length", "linkingText": [ - "relative length" + "relative length", + "relative length unit" ], "localLinkingText": [], "type": "dfn", @@ -1909,7 +1992,8 @@ "id": "absolute-length", "href": "https://www.w3.org/TR/css-values-4/#absolute-length", "linkingText": [ - "absolute length" + "absolute length", + "absolute length unit" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/ecma-402.json b/tr/dfns/ecma-402.json index cc68f869ea61..018eff64bba7 100644 --- a/tr/dfns/ecma-402.json +++ b/tr/dfns/ecma-402.json @@ -16,8 +16,8 @@ "access": "private", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma402/#null", + "id": "sec-constructor-properties-of-the-intl-object", + "href": "https://tc39.es/ecma402/#sec-constructor-properties-of-the-intl-object", "title": "Constructor Properties of the Intl Object", "number": "8.2" }, diff --git a/tr/dfns/ecmascript.json b/tr/dfns/ecmascript.json index 8df9b11d38a7..fa3731236e8d 100644 --- a/tr/dfns/ecmascript.json +++ b/tr/dfns/ecmascript.json @@ -12,12 +12,14 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, @@ -31,12 +33,14 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, @@ -46,16 +50,19 @@ "id": "host", "href": "https://tc39.es/ecma262/multipage/overview.html#host", "linkingText": [ - "host" + "host", + "hosts" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, @@ -65,16 +72,19 @@ "id": "host-hook", "href": "https://tc39.es/ecma262/multipage/overview.html#host-hook", "linkingText": [ - "host hook" + "host hook", + "host hooks" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, @@ -88,12 +98,14 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, @@ -103,1330 +115,23255 @@ "id": "host-environment", "href": "https://tc39.es/ecma262/multipage/overview.html#host-environment", "linkingText": [ - "host environment" + "host environment", + "host environments" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/overview.html#null", + "id": "sec-hosts-and-implementations", + "href": "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "title": "Hosts and Implementations", "number": "4.2" }, "definedIn": "prose" }, { - "id": "assert", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#assert", + "id": "sec-ecmascript-language-types", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "linkingText": [ - "Assert" + "ECMAScript language type", + "ECMAScript language types" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Algorithm Conventions", - "number": "5.2" + "id": "sec-ecmascript-language-types", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", + "title": "ECMAScript Language Types", + "number": "6.1" }, "definedIn": "prose" }, { - "id": "early-error-rule", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#early-error-rule", + "id": "sec-ecmascript-language-types", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "linkingText": [ - "Early Error Rule" + "ECMAScript language value", + "ECMAScript language values" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Static Semantics", - "number": "5.2.4" + "id": "sec-ecmascript-language-types", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", + "title": "ECMAScript Language Types", + "number": "6.1" }, "definedIn": "prose" }, { - "id": "integer", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#integer", + "id": "leading-surrogate", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#leading-surrogate", "linkingText": [ - "integer" + "leading surrogate", + "leading surrogates" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "integral-number", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#integral-number", + "id": "high-surrogate-code-unit", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#high-surrogate-code-unit", "linkingText": [ - "integral Number" + "high-surrogate code unit", + "high-surrogate code units" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "𝔽", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#%F0%9D%94%BD", + "id": "trailing-surrogate", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#trailing-surrogate", "linkingText": [ - "𝔽" + "trailing surrogate", + "trailing surrogates" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "ℤ", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", + "id": "low-surrogate-code-unit", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#low-surrogate-code-unit", "linkingText": [ - "ℤ" + "low-surrogate code unit", + "low-surrogate code units" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "mathematical-value", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical-value", + "id": "surrogate-pair", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#surrogate-pair", "linkingText": [ - "mathematical value" + "surrogate pair", + "surrogate pairs" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "ℝ", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", + "id": "string-concatenation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#string-concatenation", "linkingText": [ - "ℝ" + "string-concatenation" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "extended-mathematical-value", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#extended-mathematical-value", + "id": "substring", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", "linkingText": [ - "extended mathematical value" + "substring" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-ecmascript-language-types-string-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", + "title": "The String Type", + "number": "6.1.4" }, "definedIn": "prose" }, { - "id": "clamping", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#clamping", + "id": "sec-stringindexof", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", "linkingText": [ - "clamping" + "StringIndexOf(string, searchValue, fromIndex)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#null", - "title": "Mathematical Operations", - "number": "5.2.5" + "id": "sec-stringindexof", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", + "title": "StringIndexOf ( string, searchValue, fromIndex )", + "number": "6.1.4.1" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "leading-surrogate", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#leading-surrogate", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "leading surrogate" + "@@asyncIterator" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "high-surrogate-code-unit", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#high-surrogate-code-unit", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "high-surrogate code unit" + "@@hasInstance" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "trailing-surrogate", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#trailing-surrogate", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "trailing surrogate" + "@@isConcatSpreadable" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "low-surrogate-code-unit", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#low-surrogate-code-unit", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "low-surrogate code unit" + "@@iterator" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "surrogate-pair", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#surrogate-pair", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "surrogate pair" + "@@match" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "string-concatenation", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#string-concatenation", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "string-concatenation" + "@@matchAll" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "substring", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "substring" + "@@replace" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The String Type", - "number": "6.1.4" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "number-value", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "Number value" + "@@search" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The Number Type", - "number": "6.1.6.1" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "property-name", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "property name" + "@@species" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The Object Type", - "number": "6.1.7" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "integer-index", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "integer index" + "@@split" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The Object Type", - "number": "6.1.7" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "array-index", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "array index" + "@@toPrimitive" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The Object Type", - "number": "6.1.7" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "ordinary-object", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "ordinary object" + "@@toStringTag" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "Object Internal Methods and Internal Slots", - "number": "6.1.7.2" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "exotic-object", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "linkingText": [ - "exotic object" + "@@unscopables" ], "localLinkingText": [], - "type": "dfn", + "type": "const", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "Object Internal Methods and Internal Slots", - "number": "6.1.7.2" + "id": "sec-well-known-symbols", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", + "title": "Well-Known Symbols", + "number": "6.1.5.1" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "function-object", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", + "id": "number-value", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", "linkingText": [ - "function object" + "Number value" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "Object Internal Methods and Internal Slots", - "number": "6.1.7.2" + "id": "sec-ecmascript-language-types-number-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", + "title": "The Number Type", + "number": "6.1.6.1" }, "definedIn": "prose" }, { - "id": "constructor", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", + "id": "sec-numberbitwiseop", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", "linkingText": [ - "constructor" + "NumberBitwiseOp(op, x, y)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "Object Internal Methods and Internal Slots", - "number": "6.1.7.2" + "id": "sec-numberbitwiseop", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", + "title": "NumberBitwiseOp ( op, x, y )", + "number": "6.1.6.1.16" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "list-concatenation", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#list-concatenation", + "id": "sec-binaryand", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", "linkingText": [ - "list-concatenation" + "BinaryAnd(x, y)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The List and Record Specification Types", - "number": "6.2.1" + "id": "sec-binaryand", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", + "title": "BinaryAnd ( x, y )", + "number": "6.1.6.2.16" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "super-reference-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", + "id": "sec-binaryor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryor", "linkingText": [ - "Super Reference Record" + "BinaryOr(x, y)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#null", - "title": "The Reference Record Specification Type", - "number": "6.2.4" + "id": "sec-binaryor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryor", + "title": "BinaryOr ( x, y )", + "number": "6.1.6.2.17" }, - "definedIn": "table" + "definedIn": "heading" }, { - "id": "privateenvironment-record", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", + "id": "sec-binaryxor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryxor", "linkingText": [ - "PrivateEnvironment Record" + "BinaryXor(x, y)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "PrivateEnvironment Records", - "number": "9.2" + "id": "sec-binaryxor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryxor", + "title": "BinaryXor ( x, y )", + "number": "6.1.6.2.18" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "realm", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", + "id": "sec-bigintbitwiseop", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", "linkingText": [ - "realm" + "BigIntBitwiseOp(op, x, y)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Realms", - "number": "9.3" + "id": "sec-bigintbitwiseop", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", + "title": "BigIntBitwiseOp ( op, x, y )", + "number": "6.1.6.2.19" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "realm-record", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "linkingText": [ - "Realm Record" + "data property", + "data properties" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Realms", - "number": "9.3" + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "title": "The Object Type", + "number": "6.1.7" }, "definedIn": "prose" }, { - "id": "running-execution-context", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "linkingText": [ - "running execution context" + "accessor property", + "accessor properties" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Execution Contexts", - "number": "9.4" + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "title": "The Object Type", + "number": "6.1.7" }, "definedIn": "prose" }, { - "id": "execution-context-stack", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", + "id": "property-name", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", "linkingText": [ - "execution context stack" + "property name" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Execution Contexts", - "number": "9.4" + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "title": "The Object Type", + "number": "6.1.7" }, "definedIn": "prose" }, { - "id": "current-realm", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", + "id": "integer-index", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", "linkingText": [ - "the current Realm Record" + "integer index", + "integer indices" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Execution Contexts", - "number": "9.4" + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "title": "The Object Type", + "number": "6.1.7" }, "definedIn": "prose" }, { - "id": "active-function-object", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", + "id": "array-index", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", "linkingText": [ - "active function object" + "array index", + "array indices" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Execution Contexts", - "number": "9.4" + "id": "sec-object-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "title": "The Object Type", + "number": "6.1.7" }, "definedIn": "prose" }, { - "id": "job", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", + "id": "ordinary-object", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", "linkingText": [ - "Job" + "ordinary object", + "ordinary objects" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Jobs and Host Operations to Enqueue Jobs", - "number": "9.5" + "id": "sec-object-internal-methods-and-internal-slots", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" }, "definedIn": "prose" }, { - "id": "job-activescriptormodule", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", + "id": "exotic-object", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", "linkingText": [ - "active script or module" + "exotic object", + "exotic objects" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Jobs and Host Operations to Enqueue Jobs", - "number": "9.5" + "id": "sec-object-internal-methods-and-internal-slots", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" }, "definedIn": "prose" }, { - "id": "job-preparedtoevaluatecode", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", + "id": "function-object", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", "linkingText": [ - "prepared to evaluate ECMAScript code" + "function object", + "function objects" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Jobs and Host Operations to Enqueue Jobs", - "number": "9.5" + "id": "sec-object-internal-methods-and-internal-slots", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" }, "definedIn": "prose" }, { - "id": "agent", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", + "id": "constructor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", "linkingText": [ - "agent" + "constructor", + "constructors" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Agents", - "number": "9.7" + "id": "sec-object-internal-methods-and-internal-slots", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" }, "definedIn": "prose" }, { - "id": "agent-record", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", + "id": "sec-list-and-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "linkingText": [ - "Agent Record" + "List", + "Lists" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Agents", - "number": "9.7" + "id": "sec-list-and-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", + "title": "The List and Record Specification Types", + "number": "6.2.1" }, "definedIn": "prose" }, { - "id": "executing-thread", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", + "id": "list-concatenation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#list-concatenation", "linkingText": [ - "executing thread" + "list-concatenation" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Agents", - "number": "9.7" + "id": "sec-list-and-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", + "title": "The List and Record Specification Types", + "number": "6.2.1" }, "definedIn": "prose" }, { - "id": "surrounding-agent", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", + "id": "sec-list-and-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "linkingText": [ - "surrounding agent" + "Record", + "Records" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#null", - "title": "Agents", - "number": "9.7" + "id": "sec-list-and-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", + "title": "The List and Record Specification Types", + "number": "6.2.1" }, "definedIn": "prose" }, { - "id": "strict-function", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "linkingText": [ - "strict function" + "Relation" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "ECMAScript Function Objects", - "number": "10.2" + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", + "title": "The Set and Relation Specification Types", + "number": "6.2.2" }, "definedIn": "prose" }, { - "id": "non-strict-function", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "linkingText": [ - "non-strict function" + "strict partial order", + "strict partial orders" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "ECMAScript Function Objects", - "number": "10.2" + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", + "title": "The Set and Relation Specification Types", + "number": "6.2.2" }, "definedIn": "prose" }, { - "id": "bound-function-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "linkingText": [ - "bound function exotic object" + "strict total order", + "strict total orders" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Bound Function Exotic Objects", - "number": "10.4.1" + "id": "sec-set-and-relation-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", + "title": "The Set and Relation Specification Types", + "number": "6.2.2" }, "definedIn": "prose" }, { - "id": "array-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "Array exotic object" + "Completion Records", + "Completion Record" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Array Exotic Objects", - "number": "10.4.2" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "string-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "String exotic object" + "normal completion", + "normal completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "String Exotic Objects", - "number": "10.4.3" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "arguments-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "arguments exotic object" + "break completion", + "break completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Arguments Exotic Objects", - "number": "10.4.4" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "integer-indexed-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "Integer-Indexed exotic object" + "continue completion", + "continue completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Integer-Indexed Exotic Objects", - "number": "10.4.5" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "module-namespace-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "module namespace exotic object" + "return completion", + "return completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Module Namespace Exotic Objects", - "number": "10.4.6" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "immutable-prototype-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "immutable prototype exotic object" + "throw completion", + "throw completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Immutable Prototype Exotic Objects", - "number": "10.4.7" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "proxy-exotic-object", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "linkingText": [ - "Proxy exotic object" + "abrupt completion", + "abrupt completions" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#null", - "title": "Proxy Object Internal Methods and Internal Slots", - "number": "10.5" + "id": "sec-completion-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "number": "6.2.3" }, "definedIn": "prose" }, { - "id": "directive-prologue", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#directive-prologue", + "id": "sec-normalcompletion", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", "linkingText": [ - "Directive Prologue" + "NormalCompletion(value)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#null", - "title": "Directive Prologues and the Use Strict Directive", - "number": "11.2.1" + "id": "sec-normalcompletion", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", + "title": "NormalCompletion ( value )", + "number": "6.2.3.2" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "use-strict-directive", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", + "id": "sec-throwcompletion", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", "linkingText": [ - "Use Strict Directive" + "ThrowCompletion(value)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#null", - "title": "Directive Prologues and the Use Strict Directive", - "number": "11.2.1" + "id": "sec-throwcompletion", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", + "title": "ThrowCompletion ( value )", + "number": "6.2.3.3" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "non-strict-code", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", + "id": "sec-updateempty", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", "linkingText": [ - "non-strict code" + "UpdateEmpty(completionRecord, value)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#null", - "title": "Strict Mode Code", - "number": "11.2.2" + "id": "sec-updateempty", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", + "title": "UpdateEmpty ( completionRecord, value )", + "number": "6.2.3.4" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "script-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#script-record", + "id": "sec-reference-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", "linkingText": [ - "Script Record" + "Reference Record", + "Reference Records" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Script Records", - "number": "16.1.4" + "id": "sec-reference-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", + "title": "The Reference Record Specification Type", + "number": "6.2.4" }, "definedIn": "prose" }, { - "id": "resolvedbinding-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#resolvedbinding-record", + "id": "super-reference-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", "linkingText": [ - "ResolvedBinding Record" + "Super Reference Record", + "Super Reference Records" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Abstract Module Records", - "number": "16.2.1.4" + "id": "sec-reference-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", + "title": "The Reference Record Specification Type", + "number": "6.2.4" }, "definedIn": "table" }, { - "id": "cyclic-module-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#cyclic-module-record", + "id": "sec-ispropertyreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", "linkingText": [ - "Cyclic Module Record" + "IsPropertyReference(V)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Cyclic Module Records", - "number": "16.2.1.5" + "id": "sec-ispropertyreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", + "title": "IsPropertyReference ( V )", + "number": "6.2.4.1" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "sourctextmodule-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sourctextmodule-record", + "id": "sec-isunresolvablereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", "linkingText": [ - "Source Text Module Record" + "IsUnresolvableReference(V)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Source Text Module Records", - "number": "16.2.1.6" + "id": "sec-isunresolvablereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", + "title": "IsUnresolvableReference ( V )", + "number": "6.2.4.2" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "importentry-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", + "id": "sec-issuperreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", "linkingText": [ - "ImportEntry Record" + "IsSuperReference(V)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Source Text Module Records", - "number": "16.2.1.6" + "id": "sec-issuperreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", + "title": "IsSuperReference ( V )", + "number": "6.2.4.3" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "exportentry-record", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", + "id": "sec-isprivatereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", "linkingText": [ - "ExportEntry Record" + "IsPrivateReference(V)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#null", - "title": "Source Text Module Records", - "number": "16.2.1.6" + "id": "sec-isprivatereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", + "title": "IsPrivateReference ( V )", + "number": "6.2.4.4" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "early-error", - "href": "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#early-error", + "id": "sec-getvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", "linkingText": [ - "early error" + "GetValue(V)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#null", - "title": "17 Error Handling and Language Extensions" + "id": "sec-getvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", + "title": "GetValue ( V )", + "number": "6.2.4.5" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "thisbooleanvalue", - "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#thisbooleanvalue", + "id": "sec-putvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", "linkingText": [ - "thisBooleanValue" + "PutValue(V, W)" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#null", - "title": "Properties of the Boolean Prototype Object", - "number": "20.3.3" + "id": "sec-putvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", + "title": "PutValue ( V, W )", + "number": "6.2.4.6" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "thissymbolvalue", - "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#thissymbolvalue", + "id": "sec-getthisvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", "linkingText": [ - "thisSymbolValue" + "GetThisValue(V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getthisvalue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", + "title": "GetThisValue ( V )", + "number": "6.2.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializereferencedbinding", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "linkingText": [ + "InitializeReferencedBinding(V, W)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializereferencedbinding", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "title": "InitializeReferencedBinding ( V, W )", + "number": "6.2.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-makeprivatereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", + "linkingText": [ + "MakePrivateReference(baseValue, privateIdentifier)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makeprivatereference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", + "title": "MakePrivateReference ( baseValue, privateIdentifier )", + "number": "6.2.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-property-descriptor-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", + "linkingText": [ + "Property Descriptor", + "Property Descriptors" ], "localLinkingText": [], "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-property-descriptor-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", + "title": "The Property Descriptor Specification Type", + "number": "6.2.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-isaccessordescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", + "linkingText": [ + "IsAccessorDescriptor(Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#null", - "title": "Properties of the Symbol Prototype Object", - "number": "20.4.3" + "id": "sec-isaccessordescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", + "title": "IsAccessorDescriptor ( Desc )", + "number": "6.2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-isdatadescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", + "linkingText": [ + "IsDataDescriptor(Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isdatadescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", + "title": "IsDataDescriptor ( Desc )", + "number": "6.2.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-isgenericdescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", + "linkingText": [ + "IsGenericDescriptor(Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isgenericdescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", + "title": "IsGenericDescriptor ( Desc )", + "number": "6.2.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-frompropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", + "linkingText": [ + "FromPropertyDescriptor(Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-frompropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", + "title": "FromPropertyDescriptor ( Desc )", + "number": "6.2.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-topropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", + "linkingText": [ + "ToPropertyDescriptor(Obj)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-topropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", + "title": "ToPropertyDescriptor ( Obj )", + "number": "6.2.5.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-completepropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", + "linkingText": [ + "CompletePropertyDescriptor(Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-completepropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", + "title": "CompletePropertyDescriptor ( Desc )", + "number": "6.2.5.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-abstract-closure", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", + "linkingText": [ + "Abstract Closure", + "Abstract Closures" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-abstract-closure", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", + "title": "The Abstract Closure Specification Type", + "number": "6.2.7" }, "definedIn": "prose" }, { - "id": "thisnumbervalue", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisnumbervalue", + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "linkingText": [ - "thisNumberValue" + "Data Block", + "Data Blocks" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#null", - "title": "Properties of the Number Prototype Object", - "number": "21.1.3" + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "title": "Data Blocks", + "number": "6.2.8" }, "definedIn": "prose" }, { - "id": "thisbigintvalue", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisbigintvalue", + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "linkingText": [ - "thisBigIntValue" + "byte value", + "byte values" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#null", - "title": "Properties of the BigInt Prototype Object", - "number": "21.2.3" + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "title": "Data Blocks", + "number": "6.2.8" }, "definedIn": "prose" }, { - "id": "thistimevalue", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thistimevalue", + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "linkingText": [ - "thisTimeValue" + "Shared Data Block", + "Shared Data Blocks" ], "localLinkingText": [], "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-data-blocks", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "title": "Data Blocks", + "number": "6.2.8" + }, + "definedIn": "prose" + }, + { + "id": "sec-createbytedatablock", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", + "linkingText": [ + "CreateByteDataBlock(size)" + ], + "localLinkingText": [], + "type": "abstract-op", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#null", - "title": "Properties of the Date Prototype Object", - "number": "21.4.4" + "id": "sec-createbytedatablock", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", + "title": "CreateByteDataBlock ( size )", + "number": "6.2.8.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-createsharedbytedatablock", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", + "linkingText": [ + "CreateSharedByteDataBlock(size)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createsharedbytedatablock", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", + "title": "CreateSharedByteDataBlock ( size )", + "number": "6.2.8.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-copydatablockbytes", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", + "linkingText": [ + "CopyDataBlockBytes(toBlock, toIndex, fromBlock, fromIndex, count)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-copydatablockbytes", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", + "title": "CopyDataBlockBytes ( toBlock, toIndex, fromBlock, fromIndex, count )", + "number": "6.2.8.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-privateelement-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", + "linkingText": [ + "PrivateElements", + "PrivateElement" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privateelement-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", + "title": "The PrivateElement Specification Type", + "number": "6.2.9" }, "definedIn": "prose" }, { - "id": "this-Date-object", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-Date-object", + "id": "sec-classfielddefinition-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", "linkingText": [ - "this Date object" + "ClassFieldDefinition Records", + "ClassFieldDefinition Record" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#null", - "title": "Properties of the Date Prototype Object", - "number": "21.4.4" + "id": "sec-classfielddefinition-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", + "title": "The ClassFieldDefinition Record Specification Type", + "number": "6.2.10" }, "definedIn": "prose" }, { - "id": "this-time-value", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-time-value", + "id": "sec-private-names", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", "linkingText": [ - "this time value" + "Private Name", + "Private Names" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#null", - "title": "Properties of the Date Prototype Object", - "number": "21.4.4" + "id": "sec-private-names", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", + "title": "Private Names", + "number": "6.2.11" }, "definedIn": "prose" }, { - "id": "thisstringvalue", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#thisstringvalue", + "id": "sec-classstaticblockdefinition-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", "linkingText": [ - "thisStringValue" + "ClassStaticBlockDefinition Record", + "ClassStaticBlockDefinition Records" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "ECMAScript" + ], + "access": "public", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#null", - "title": "Properties of the String Prototype Object", - "number": "22.1.3" + "id": "sec-classstaticblockdefinition-record-specification-type", + "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", + "title": "The ClassStaticBlockDefinition Record Specification Type", + "number": "6.2.12" }, "definedIn": "prose" + }, + { + "id": "sec-toprimitive", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", + "linkingText": [ + "ToPrimitive(input, preferredType)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-toprimitive", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", + "title": "ToPrimitive ( input [ , preferredType ] )", + "number": "7.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarytoprimitive", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", + "linkingText": [ + "OrdinaryToPrimitive(O, hint)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarytoprimitive", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", + "title": "OrdinaryToPrimitive ( O, hint )", + "number": "7.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-toboolean", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", + "linkingText": [ + "ToBoolean(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-toboolean", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", + "title": "ToBoolean ( argument )", + "number": "7.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-tonumeric", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", + "linkingText": [ + "ToNumeric(value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tonumeric", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", + "title": "ToNumeric ( value )", + "number": "7.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-tonumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", + "linkingText": [ + "ToNumber(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tonumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", + "title": "ToNumber ( argument )", + "number": "7.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-stringtonumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", + "linkingText": [ + "StringToNumber(str)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-stringtonumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", + "title": "StringToNumber ( str )", + "number": "7.1.4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-roundmvresult", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", + "linkingText": [ + "RoundMVResult(n)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-roundmvresult", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", + "title": "RoundMVResult ( n )", + "number": "7.1.4.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-tointegerorinfinity", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", + "linkingText": [ + "ToIntegerOrInfinity(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tointegerorinfinity", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity", + "title": "ToIntegerOrInfinity ( argument )", + "number": "7.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-tobigint", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", + "linkingText": [ + "ToBigInt(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tobigint", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", + "title": "ToBigInt ( argument )", + "number": "7.1.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-stringtobigint", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", + "linkingText": [ + "StringToBigInt(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-stringtobigint", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", + "title": "StringToBigInt ( argument )", + "number": "7.1.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-tostring", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", + "linkingText": [ + "ToString(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tostring", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", + "title": "ToString ( argument )", + "number": "7.1.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-toobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "linkingText": [ + "ToObject(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-toobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "title": "ToObject ( argument )", + "number": "7.1.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-topropertykey", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", + "linkingText": [ + "ToPropertyKey(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-topropertykey", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", + "title": "ToPropertyKey ( argument )", + "number": "7.1.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-tolength", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", + "linkingText": [ + "ToLength(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-tolength", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", + "title": "ToLength ( argument )", + "number": "7.1.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-canonicalnumericindexstring", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", + "linkingText": [ + "CanonicalNumericIndexString(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-canonicalnumericindexstring", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", + "title": "CanonicalNumericIndexString ( argument )", + "number": "7.1.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-toindex", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", + "linkingText": [ + "ToIndex(value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-toindex", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", + "title": "ToIndex ( value )", + "number": "7.1.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-requireobjectcoercible", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", + "linkingText": [ + "RequireObjectCoercible(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-requireobjectcoercible", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", + "title": "RequireObjectCoercible ( argument )", + "number": "7.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-isarray", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", + "linkingText": [ + "IsArray(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isarray", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", + "title": "IsArray ( argument )", + "number": "7.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-iscallable", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", + "linkingText": [ + "IsCallable(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iscallable", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", + "title": "IsCallable ( argument )", + "number": "7.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-isconstructor", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", + "linkingText": [ + "IsConstructor(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isconstructor", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", + "title": "IsConstructor ( argument )", + "number": "7.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-isextensible-o", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "linkingText": [ + "IsExtensible(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isextensible-o", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "title": "IsExtensible ( O )", + "number": "7.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-isintegralnumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", + "linkingText": [ + "IsIntegralNumber(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isintegralnumber", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", + "title": "IsIntegralNumber ( argument )", + "number": "7.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-ispropertykey", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", + "linkingText": [ + "IsPropertyKey(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ispropertykey", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", + "title": "IsPropertyKey ( argument )", + "number": "7.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-isregexp", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", + "linkingText": [ + "IsRegExp(argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isregexp", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", + "title": "IsRegExp ( argument )", + "number": "7.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-isstringprefix", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringprefix", + "linkingText": [ + "IsStringPrefix(p, q)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isstringprefix", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringprefix", + "title": "IsStringPrefix ( p, q )", + "number": "7.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-samevalue", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", + "linkingText": [ + "SameValue(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-samevalue", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", + "title": "SameValue ( x, y )", + "number": "7.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-samevaluezero", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", + "linkingText": [ + "SameValueZero(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-samevaluezero", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", + "title": "SameValueZero ( x, y )", + "number": "7.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-samevaluenonnumeric", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", + "linkingText": [ + "SameValueNonNumeric(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-samevaluenonnumeric", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", + "title": "SameValueNonNumeric ( x, y )", + "number": "7.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-islessthan", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", + "linkingText": [ + "IsLessThan(x, y, LeftFirst)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-islessthan", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", + "title": "IsLessThan ( x, y, LeftFirst )", + "number": "7.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-islooselyequal", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", + "linkingText": [ + "IsLooselyEqual(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-islooselyequal", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", + "title": "IsLooselyEqual ( x, y )", + "number": "7.2.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-isstrictlyequal", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", + "linkingText": [ + "IsStrictlyEqual(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isstrictlyequal", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", + "title": "IsStrictlyEqual ( x, y )", + "number": "7.2.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-makebasicobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", + "linkingText": [ + "MakeBasicObject(internalSlotsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makebasicobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", + "title": "MakeBasicObject ( internalSlotsList )", + "number": "7.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-o-p", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "linkingText": [ + "Get(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-o-p", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "title": "Get ( O, P )", + "number": "7.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-getv", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", + "linkingText": [ + "GetV(V, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getv", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", + "title": "GetV ( V, P )", + "number": "7.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-set-o-p-v-throw", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", + "linkingText": [ + "Set(O, P, V, Throw)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set-o-p-v-throw", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", + "title": "Set ( O, P, V, Throw )", + "number": "7.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-createdataproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", + "linkingText": [ + "CreateDataProperty(O, P, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createdataproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", + "title": "CreateDataProperty ( O, P, V )", + "number": "7.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-createmethodproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "linkingText": [ + "CreateMethodProperty(O, P, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createmethodproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "title": "CreateMethodProperty ( O, P, V )", + "number": "7.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-createdatapropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", + "linkingText": [ + "CreateDataPropertyOrThrow(O, P, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createdatapropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", + "title": "CreateDataPropertyOrThrow ( O, P, V )", + "number": "7.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-definepropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", + "linkingText": [ + "DefinePropertyOrThrow(O, P, desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-definepropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", + "title": "DefinePropertyOrThrow ( O, P, desc )", + "number": "7.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-deletepropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", + "linkingText": [ + "DeletePropertyOrThrow(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-deletepropertyorthrow", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", + "title": "DeletePropertyOrThrow ( O, P )", + "number": "7.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-getmethod", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", + "linkingText": [ + "GetMethod(V, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getmethod", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", + "title": "GetMethod ( V, P )", + "number": "7.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-hasproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", + "linkingText": [ + "HasProperty(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hasproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", + "title": "HasProperty ( O, P )", + "number": "7.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-hasownproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "linkingText": [ + "HasOwnProperty(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hasownproperty", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "title": "HasOwnProperty ( O, P )", + "number": "7.3.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-call", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", + "linkingText": [ + "Call(F, V, argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-call", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", + "title": "Call ( F, V [ , argumentsList ] )", + "number": "7.3.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-construct", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", + "linkingText": [ + "Construct(F, argumentsList, newTarget)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-construct", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", + "title": "Construct ( F [ , argumentsList [ , newTarget ] ] )", + "number": "7.3.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-setintegritylevel", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", + "linkingText": [ + "SetIntegrityLevel(O, level)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setintegritylevel", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", + "title": "SetIntegrityLevel ( O, level )", + "number": "7.3.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-testintegritylevel", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", + "linkingText": [ + "TestIntegrityLevel(O, level)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-testintegritylevel", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", + "title": "TestIntegrityLevel ( O, level )", + "number": "7.3.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-createarrayfromlist", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", + "linkingText": [ + "CreateArrayFromList(elements)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createarrayfromlist", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", + "title": "CreateArrayFromList ( elements )", + "number": "7.3.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-lengthofarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "linkingText": [ + "LengthOfArrayLike(obj)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-lengthofarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "title": "LengthOfArrayLike ( obj )", + "number": "7.3.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-lengthofarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "linkingText": [ + "array-like object", + "array-like objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-lengthofarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "title": "LengthOfArrayLike ( obj )", + "number": "7.3.18" + }, + "definedIn": "prose" + }, + { + "id": "sec-createlistfromarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", + "linkingText": [ + "CreateListFromArrayLike(obj, elementTypes)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createlistfromarraylike", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", + "title": "CreateListFromArrayLike ( obj [ , elementTypes ] )", + "number": "7.3.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-invoke", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "linkingText": [ + "Invoke(V, P, argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-invoke", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "title": "Invoke ( V, P [ , argumentsList ] )", + "number": "7.3.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryhasinstance", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", + "linkingText": [ + "OrdinaryHasInstance(C, O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryhasinstance", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", + "title": "OrdinaryHasInstance ( C, O )", + "number": "7.3.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-speciesconstructor", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", + "linkingText": [ + "SpeciesConstructor(O, defaultConstructor)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-speciesconstructor", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", + "title": "SpeciesConstructor ( O, defaultConstructor )", + "number": "7.3.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-enumerableownpropertynames", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", + "linkingText": [ + "EnumerableOwnPropertyNames(O, kind)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-enumerableownpropertynames", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", + "title": "EnumerableOwnPropertyNames ( O, kind )", + "number": "7.3.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-getfunctionrealm", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", + "linkingText": [ + "GetFunctionRealm(obj)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getfunctionrealm", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", + "title": "GetFunctionRealm ( obj )", + "number": "7.3.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-copydataproperties", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", + "linkingText": [ + "CopyDataProperties(target, source, excludedItems)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-copydataproperties", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", + "title": "CopyDataProperties ( target, source, excludedItems )", + "number": "7.3.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-privateelementfind", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", + "linkingText": [ + "PrivateElementFind(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privateelementfind", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", + "title": "PrivateElementFind ( O, P )", + "number": "7.3.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-privatefieldadd", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", + "linkingText": [ + "PrivateFieldAdd(O, P, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privatefieldadd", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", + "title": "PrivateFieldAdd ( O, P, value )", + "number": "7.3.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-privatemethodoraccessoradd", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", + "linkingText": [ + "PrivateMethodOrAccessorAdd(O, method)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privatemethodoraccessoradd", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", + "title": "PrivateMethodOrAccessorAdd ( O, method )", + "number": "7.3.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-privateget", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", + "linkingText": [ + "PrivateGet(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privateget", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", + "title": "PrivateGet ( O, P )", + "number": "7.3.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-privateset", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", + "linkingText": [ + "PrivateSet(O, P, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privateset", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", + "title": "PrivateSet ( O, P, value )", + "number": "7.3.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-definefield", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", + "linkingText": [ + "DefineField(receiver, fieldRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-definefield", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", + "title": "DefineField ( receiver, fieldRecord )", + "number": "7.3.31" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializeinstanceelements", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", + "linkingText": [ + "InitializeInstanceElements(O, constructor)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializeinstanceelements", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", + "title": "InitializeInstanceElements ( O, constructor )", + "number": "7.3.32" + }, + "definedIn": "heading" + }, + { + "id": "sec-getiterator", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", + "linkingText": [ + "GetIterator(obj, hint, method)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getiterator", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", + "title": "GetIterator ( obj [ , hint [ , method ] ] )", + "number": "7.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-iteratornext", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", + "linkingText": [ + "IteratorNext(iteratorRecord, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iteratornext", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", + "title": "IteratorNext ( iteratorRecord [ , value ] )", + "number": "7.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-iteratorcomplete", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", + "linkingText": [ + "IteratorComplete(iterResult)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iteratorcomplete", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", + "title": "IteratorComplete ( iterResult )", + "number": "7.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-iteratorvalue", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", + "linkingText": [ + "IteratorValue(iterResult)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iteratorvalue", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", + "title": "IteratorValue ( iterResult )", + "number": "7.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-iteratorstep", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", + "linkingText": [ + "IteratorStep(iteratorRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iteratorstep", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", + "title": "IteratorStep ( iteratorRecord )", + "number": "7.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-iteratorclose", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", + "linkingText": [ + "IteratorClose(iteratorRecord, completion)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iteratorclose", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", + "title": "IteratorClose ( iteratorRecord, completion )", + "number": "7.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-ifabruptcloseiterator", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", + "linkingText": [ + "IfAbruptCloseIterator(value, iteratorRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ifabruptcloseiterator", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", + "title": "IfAbruptCloseIterator ( value, iteratorRecord )", + "number": "7.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-asynciteratorclose", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", + "linkingText": [ + "AsyncIteratorClose(iteratorRecord, completion)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asynciteratorclose", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", + "title": "AsyncIteratorClose ( iteratorRecord, completion )", + "number": "7.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-createiterresultobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", + "linkingText": [ + "CreateIterResultObject(value, done)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createiterresultobject", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", + "title": "CreateIterResultObject ( value, done )", + "number": "7.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-createlistiteratorRecord", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", + "linkingText": [ + "CreateListIteratorRecord(list)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createlistiteratorRecord", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", + "title": "CreateListIteratorRecord ( list )", + "number": "7.4.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-iterabletolist", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", + "linkingText": [ + "IterableToList(items, method)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iterabletolist", + "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", + "title": "IterableToList ( items [ , method ] )", + "number": "7.4.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializeboundname", + "href": "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", + "linkingText": [ + "InitializeBoundName(name, value, environment)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializeboundname", + "href": "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", + "title": "InitializeBoundName ( name, value, environment )", + "number": "8.5.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", + "linkingText": [ + "Environment Record", + "Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", + "title": "Environment Records", + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-declarative-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", + "linkingText": [ + "declarative Environment Record", + "declarative Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", + "title": "Declarative Environment Records", + "number": "9.1.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-declarative-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", + "linkingText": [ + "HasBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "number": "9.1.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", + "linkingText": [ + "CreateMutableBinding(N, D)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "number": "9.1.1.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", + "linkingText": [ + "CreateImmutableBinding(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "number": "9.1.1.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", + "linkingText": [ + "InitializeBinding(N, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "number": "9.1.1.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", + "linkingText": [ + "SetMutableBinding(N, V, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "number": "9.1.1.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", + "linkingText": [ + "GetBindingValue(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "number": "9.1.1.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", + "linkingText": [ + "DeleteBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "number": "9.1.1.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", + "linkingText": [ + "HasThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "number": "9.1.1.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", + "linkingText": [ + "HasSuperBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "number": "9.1.1.1.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-declarative-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", + "linkingText": [ + "WithBaseObject()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-declarative-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "number": "9.1.1.1.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", + "linkingText": [ + "object Environment Record", + "object Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", + "title": "Object Environment Records", + "number": "9.1.1.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-object-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", + "linkingText": [ + "HasBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "number": "9.1.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", + "linkingText": [ + "CreateMutableBinding(N, D)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "number": "9.1.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", + "linkingText": [ + "CreateImmutableBinding(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "number": "9.1.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", + "linkingText": [ + "InitializeBinding(N, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "number": "9.1.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", + "linkingText": [ + "SetMutableBinding(N, V, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "number": "9.1.1.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", + "linkingText": [ + "GetBindingValue(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "number": "9.1.1.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", + "linkingText": [ + "DeleteBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "number": "9.1.1.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "linkingText": [ + "HasThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "number": "9.1.1.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", + "linkingText": [ + "HasSuperBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "number": "9.1.1.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", + "linkingText": [ + "WithBaseObject()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "number": "9.1.1.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", + "linkingText": [ + "function Environment Record", + "function Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", + "title": "Function Environment Records", + "number": "9.1.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-bindthisvalue", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "linkingText": [ + "BindThisValue(V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Function Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bindthisvalue", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "title": "BindThisValue ( V )", + "number": "9.1.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", + "linkingText": [ + "HasThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "number": "9.1.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", + "linkingText": [ + "HasSuperBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "number": "9.1.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", + "linkingText": [ + "GetThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "number": "9.1.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-getsuperbase", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", + "linkingText": [ + "GetSuperBase()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Function Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getsuperbase", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", + "title": "GetSuperBase ( )", + "number": "9.1.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "linkingText": [ + "global Environment Record", + "global Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "title": "Global Environment Records", + "number": "9.1.1.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-global-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", + "linkingText": [ + "HasBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-hasbinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "number": "9.1.1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", + "linkingText": [ + "CreateMutableBinding(N, D)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-createmutablebinding-n-d", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "number": "9.1.1.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", + "linkingText": [ + "CreateImmutableBinding(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-createimmutablebinding-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "number": "9.1.1.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", + "linkingText": [ + "InitializeBinding(N, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-initializebinding-n-v", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "number": "9.1.1.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", + "linkingText": [ + "SetMutableBinding(N, V, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-setmutablebinding-n-v-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "number": "9.1.1.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", + "linkingText": [ + "GetBindingValue(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "number": "9.1.1.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", + "linkingText": [ + "DeleteBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "number": "9.1.1.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", + "linkingText": [ + "HasThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "number": "9.1.1.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", + "linkingText": [ + "HasSuperBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-hassuperbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "number": "9.1.1.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", + "linkingText": [ + "WithBaseObject()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-withbaseobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "number": "9.1.1.4.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-global-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", + "linkingText": [ + "GetThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "number": "9.1.1.4.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-hasvardeclaration", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", + "linkingText": [ + "HasVarDeclaration(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hasvardeclaration", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", + "title": "HasVarDeclaration ( N )", + "number": "9.1.1.4.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-haslexicaldeclaration", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", + "linkingText": [ + "HasLexicalDeclaration(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-haslexicaldeclaration", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", + "title": "HasLexicalDeclaration ( N )", + "number": "9.1.1.4.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-hasrestrictedglobalproperty", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", + "linkingText": [ + "HasRestrictedGlobalProperty(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hasrestrictedglobalproperty", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", + "title": "HasRestrictedGlobalProperty ( N )", + "number": "9.1.1.4.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-candeclareglobalvar", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", + "linkingText": [ + "CanDeclareGlobalVar(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-candeclareglobalvar", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", + "title": "CanDeclareGlobalVar ( N )", + "number": "9.1.1.4.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-candeclareglobalfunction", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", + "linkingText": [ + "CanDeclareGlobalFunction(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-candeclareglobalfunction", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", + "title": "CanDeclareGlobalFunction ( N )", + "number": "9.1.1.4.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-createglobalvarbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", + "linkingText": [ + "CreateGlobalVarBinding(N, D)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Global Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createglobalvarbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", + "title": "CreateGlobalVarBinding ( N, D )", + "number": "9.1.1.4.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-createglobalfunctionbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", + "linkingText": [ + "CreateGlobalFunctionBinding(N, V, D)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Global Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createglobalfunctionbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", + "title": "CreateGlobalFunctionBinding ( N, V, D )", + "number": "9.1.1.4.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-module-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", + "linkingText": [ + "module Environment Record", + "module Environment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-environment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", + "title": "Module Environment Records", + "number": "9.1.1.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-module-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", + "linkingText": [ + "GetBindingValue(N, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-environment-records-getbindingvalue-n-s", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "number": "9.1.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-module-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", + "linkingText": [ + "DeleteBinding(N)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-environment-records-deletebinding-n", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "number": "9.1.1.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-module-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", + "linkingText": [ + "HasThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-environment-records-hasthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "number": "9.1.1.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-module-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", + "linkingText": [ + "GetThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-environment-records-getthisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "number": "9.1.1.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-createimportbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", + "linkingText": [ + "CreateImportBinding(N, M, N2)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Environment Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createimportbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", + "title": "CreateImportBinding ( N, M, N2 )", + "number": "9.1.1.5.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-getidentifierreference", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", + "linkingText": [ + "GetIdentifierReference(env, name, strict)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getidentifierreference", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", + "title": "GetIdentifierReference ( env, name, strict )", + "number": "9.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-newdeclarativeenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", + "linkingText": [ + "NewDeclarativeEnvironment(E)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newdeclarativeenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", + "title": "NewDeclarativeEnvironment ( E )", + "number": "9.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-newobjectenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", + "linkingText": [ + "NewObjectEnvironment(O, W, E)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newobjectenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", + "title": "NewObjectEnvironment ( O, W, E )", + "number": "9.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-newfunctionenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "linkingText": [ + "NewFunctionEnvironment(F, newTarget)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newfunctionenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "title": "NewFunctionEnvironment ( F, newTarget )", + "number": "9.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-newglobalenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", + "linkingText": [ + "NewGlobalEnvironment(G, thisValue)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newglobalenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", + "title": "NewGlobalEnvironment ( G, thisValue )", + "number": "9.1.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-newmoduleenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", + "linkingText": [ + "NewModuleEnvironment(E)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newmoduleenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", + "title": "NewModuleEnvironment ( E )", + "number": "9.1.2.6" + }, + "definedIn": "heading" + }, + { + "id": "privateenvironment-record", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", + "linkingText": [ + "PrivateEnvironment Record", + "PrivateEnvironment Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-privateenvironment-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-records", + "title": "PrivateEnvironment Records", + "number": "9.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-newprivateenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", + "linkingText": [ + "NewPrivateEnvironment(outerPrivEnv)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newprivateenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", + "title": "NewPrivateEnvironment ( outerPrivEnv )", + "number": "9.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-resolve-private-identifier", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", + "linkingText": [ + "ResolvePrivateIdentifier(privEnv, identifier)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-resolve-private-identifier", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", + "title": "ResolvePrivateIdentifier ( privEnv, identifier )", + "number": "9.2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "realm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", + "linkingText": [ + "realm", + "realms" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-code-realms", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", + "title": "Realms", + "number": "9.3" + }, + "definedIn": "prose" + }, + { + "id": "realm-record", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", + "linkingText": [ + "Realm Record", + "Realm Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-code-realms", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", + "title": "Realms", + "number": "9.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-createrealm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", + "linkingText": [ + "CreateRealm()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createrealm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", + "title": "CreateRealm ( )", + "number": "9.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-createintrinsics", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", + "linkingText": [ + "CreateIntrinsics(realmRec)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createintrinsics", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", + "title": "CreateIntrinsics ( realmRec )", + "number": "9.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-setrealmglobalobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", + "linkingText": [ + "SetRealmGlobalObject(realmRec, globalObj, thisValue)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setrealmglobalobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", + "title": "SetRealmGlobalObject ( realmRec, globalObj, thisValue )", + "number": "9.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-setdefaultglobalbindings", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", + "linkingText": [ + "SetDefaultGlobalBindings(realmRec)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setdefaultglobalbindings", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", + "title": "SetDefaultGlobalBindings ( realmRec )", + "number": "9.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "linkingText": [ + "execution context", + "execution contexts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "prose" + }, + { + "id": "running-execution-context", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", + "linkingText": [ + "running execution context", + "running execution contexts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "prose" + }, + { + "id": "execution-context-stack", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", + "linkingText": [ + "execution context stack", + "execution context stacks" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "prose" + }, + { + "id": "table-state-components-for-all-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "linkingText": [ + "code evaluation state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "All Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-state-components-for-all-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "linkingText": [ + "Function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "All Execution Contexts" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-state-components-for-all-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "linkingText": [ + "Realm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "All Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-state-components-for-all-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "linkingText": [ + "ScriptOrModule" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "All Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "current-realm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", + "linkingText": [ + "the current Realm Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "prose" + }, + { + "id": "active-function-object", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", + "linkingText": [ + "active function object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "prose" + }, + { + "id": "table-additional-state-components-for-ecmascript-code-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", + "linkingText": [ + "LexicalEnvironment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript Code Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-additional-state-components-for-ecmascript-code-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", + "linkingText": [ + "VariableEnvironment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript Code Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-additional-state-components-for-ecmascript-code-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", + "linkingText": [ + "PrivateEnvironment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript Code Execution Contexts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "table-additional-state-components-for-generator-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", + "linkingText": [ + "Generator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Generator Execution Contexts" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sec-execution-contexts", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "title": "Execution Contexts", + "number": "9.4" + }, + "definedIn": "table" + }, + { + "id": "sec-getactivescriptormodule", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", + "linkingText": [ + "GetActiveScriptOrModule()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getactivescriptormodule", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", + "title": "GetActiveScriptOrModule ( )", + "number": "9.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-resolvebinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", + "linkingText": [ + "ResolveBinding(name, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-resolvebinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", + "title": "ResolveBinding ( name [ , env ] )", + "number": "9.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-getthisenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", + "linkingText": [ + "GetThisEnvironment()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getthisenvironment", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", + "title": "GetThisEnvironment ( )", + "number": "9.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-resolvethisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", + "linkingText": [ + "ResolveThisBinding()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-resolvethisbinding", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", + "title": "ResolveThisBinding ( )", + "number": "9.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-getnewtarget", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", + "linkingText": [ + "GetNewTarget()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getnewtarget", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", + "title": "GetNewTarget ( )", + "number": "9.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-getglobalobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "linkingText": [ + "GetGlobalObject()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getglobalobject", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "title": "GetGlobalObject ( )", + "number": "9.4.6" + }, + "definedIn": "heading" + }, + { + "id": "job", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", + "linkingText": [ + "Job", + "Jobs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-jobs", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "9.5" + }, + "definedIn": "prose" + }, + { + "id": "job-activescriptormodule", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", + "linkingText": [ + "active script or module" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-jobs", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "9.5" + }, + "definedIn": "prose" + }, + { + "id": "job-preparedtoevaluatecode", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", + "linkingText": [ + "prepared to evaluate ECMAScript code" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-jobs", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "9.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-jobcallback-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", + "linkingText": [ + "JobCallback Record", + "JobCallback Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-jobcallback-records", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", + "title": "JobCallback Records", + "number": "9.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-hostmakejobcallback", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", + "linkingText": [ + "HostMakeJobCallback(callback)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostmakejobcallback", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", + "title": "HostMakeJobCallback ( callback )", + "number": "9.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostcalljobcallback", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", + "linkingText": [ + "HostCallJobCallback(jobCallback, V, argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostcalljobcallback", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", + "title": "HostCallJobCallback ( jobCallback, V, argumentsList )", + "number": "9.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostenqueuepromisejob", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", + "linkingText": [ + "HostEnqueuePromiseJob(job, realm)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostenqueuepromisejob", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", + "title": "HostEnqueuePromiseJob ( job, realm )", + "number": "9.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializehostdefinedrealm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", + "linkingText": [ + "InitializeHostDefinedRealm()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializehostdefinedrealm", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", + "title": "InitializeHostDefinedRealm ( )", + "number": "9.6" + }, + "definedIn": "heading" + }, + { + "id": "agent", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", + "linkingText": [ + "agent", + "agents" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agents", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "title": "Agents", + "number": "9.7" + }, + "definedIn": "prose" + }, + { + "id": "agent-record", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", + "linkingText": [ + "Agent Record", + "Agent Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agents", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "title": "Agents", + "number": "9.7" + }, + "definedIn": "prose" + }, + { + "id": "executing-thread", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", + "linkingText": [ + "executing thread", + "executing threads" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agents", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "title": "Agents", + "number": "9.7" + }, + "definedIn": "prose" + }, + { + "id": "surrounding-agent", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", + "linkingText": [ + "surrounding agent", + "surrounding agents" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agents", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "title": "Agents", + "number": "9.7" + }, + "definedIn": "prose" + }, + { + "id": "sec-agentsignifier", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", + "linkingText": [ + "AgentSignifier()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agentsignifier", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", + "title": "AgentSignifier ( )", + "number": "9.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-agentcansuspend", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", + "linkingText": [ + "AgentCanSuspend()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agentcansuspend", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", + "title": "AgentCanSuspend ( )", + "number": "9.7.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-agent-clusters", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", + "linkingText": [ + "agent cluster", + "agent clusters" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agent-clusters", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", + "title": "Agent Clusters", + "number": "9.8" + }, + "definedIn": "prose" + }, + { + "id": "sec-liveness", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "linkingText": [ + "hypothetical WeakRef-oblivious" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-liveness", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "title": "Liveness", + "number": "9.10.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-liveness", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "linkingText": [ + "live" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-liveness", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "title": "Liveness", + "number": "9.10.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-host-cleanup-finalization-registry", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", + "linkingText": [ + "HostEnqueueFinalizationRegistryCleanupJob(finalizationRegistry)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-host-cleanup-finalization-registry", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", + "title": "HostEnqueueFinalizationRegistryCleanupJob ( finalizationRegistry )", + "number": "9.10.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-clear-kept-objects", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", + "linkingText": [ + "ClearKeptObjects()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-clear-kept-objects", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", + "title": "ClearKeptObjects ( )", + "number": "9.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-addtokeptobjects", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", + "linkingText": [ + "AddToKeptObjects(object)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-addtokeptobjects", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", + "title": "AddToKeptObjects ( object )", + "number": "9.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-cleanup-finalization-registry", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "linkingText": [ + "CleanupFinalizationRegistry(finalizationRegistry)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-cleanup-finalization-registry", + "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "title": "CleanupFinalizationRegistry ( finalizationRegistry )", + "number": "9.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarygetprototypeof", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "linkingText": [ + "OrdinaryGetPrototypeOf(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarygetprototypeof", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "title": "OrdinaryGetPrototypeOf ( O )", + "number": "10.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarysetprototypeof", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", + "linkingText": [ + "OrdinarySetPrototypeOf(O, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarysetprototypeof", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", + "title": "OrdinarySetPrototypeOf ( O, V )", + "number": "10.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryisextensible", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "linkingText": [ + "OrdinaryIsExtensible(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryisextensible", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "title": "OrdinaryIsExtensible ( O )", + "number": "10.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarypreventextensions", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "linkingText": [ + "OrdinaryPreventExtensions(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarypreventextensions", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "title": "OrdinaryPreventExtensions ( O )", + "number": "10.1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarygetownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", + "linkingText": [ + "OrdinaryGetOwnProperty(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarygetownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", + "title": "OrdinaryGetOwnProperty ( O, P )", + "number": "10.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarydefineownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", + "linkingText": [ + "OrdinaryDefineOwnProperty(O, P, Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarydefineownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", + "title": "OrdinaryDefineOwnProperty ( O, P, Desc )", + "number": "10.1.6.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-iscompatiblepropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", + "linkingText": [ + "IsCompatiblePropertyDescriptor(Extensible, Desc, Current)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-iscompatiblepropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", + "title": "IsCompatiblePropertyDescriptor ( Extensible, Desc, Current )", + "number": "10.1.6.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-validateandapplypropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", + "linkingText": [ + "ValidateAndApplyPropertyDescriptor(O, P, extensible, Desc, current)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-validateandapplypropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", + "title": "ValidateAndApplyPropertyDescriptor ( O, P, extensible, Desc, current )", + "number": "10.1.6.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryhasproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", + "linkingText": [ + "OrdinaryHasProperty(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryhasproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", + "title": "OrdinaryHasProperty ( O, P )", + "number": "10.1.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryget", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", + "linkingText": [ + "OrdinaryGet(O, P, Receiver)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryget", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", + "title": "OrdinaryGet ( O, P, Receiver )", + "number": "10.1.8.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryset", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", + "linkingText": [ + "OrdinarySet(O, P, V, Receiver)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryset", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", + "title": "OrdinarySet ( O, P, V, Receiver )", + "number": "10.1.9.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarysetwithowndescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", + "linkingText": [ + "OrdinarySetWithOwnDescriptor(O, P, V, Receiver, ownDesc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarysetwithowndescriptor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", + "title": "OrdinarySetWithOwnDescriptor ( O, P, V, Receiver, ownDesc )", + "number": "10.1.9.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarydelete", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", + "linkingText": [ + "OrdinaryDelete(O, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarydelete", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", + "title": "OrdinaryDelete ( O, P )", + "number": "10.1.10.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryownpropertykeys", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", + "linkingText": [ + "OrdinaryOwnPropertyKeys(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryownpropertykeys", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", + "title": "OrdinaryOwnPropertyKeys ( O )", + "number": "10.1.11.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryobjectcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", + "linkingText": [ + "OrdinaryObjectCreate(proto, additionalInternalSlotsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryobjectcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", + "title": "OrdinaryObjectCreate ( proto [ , additionalInternalSlotsList ] )", + "number": "10.1.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarycreatefromconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", + "linkingText": [ + "OrdinaryCreateFromConstructor(constructor, intrinsicDefaultProto, internalSlotsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarycreatefromconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", + "title": "OrdinaryCreateFromConstructor ( constructor, intrinsicDefaultProto [ , internalSlotsList ] )", + "number": "10.1.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-getprototypefromconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", + "linkingText": [ + "GetPrototypeFromConstructor(constructor, intrinsicDefaultProto)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getprototypefromconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", + "title": "GetPrototypeFromConstructor ( constructor, intrinsicDefaultProto )", + "number": "10.1.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-requireinternalslot", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", + "linkingText": [ + "RequireInternalSlot(O, internalSlot)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-requireinternalslot", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", + "title": "RequireInternalSlot ( O, internalSlot )", + "number": "10.1.15" + }, + "definedIn": "heading" + }, + { + "id": "strict-function", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", + "linkingText": [ + "strict function", + "strict functions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ecmascript-function-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", + "title": "ECMAScript Function Objects", + "number": "10.2" + }, + "definedIn": "prose" + }, + { + "id": "non-strict-function", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", + "linkingText": [ + "non-strict function", + "non-strict functions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ecmascript-function-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", + "title": "ECMAScript Function Objects", + "number": "10.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-prepareforordinarycall", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", + "linkingText": [ + "PrepareForOrdinaryCall(F, newTarget)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-prepareforordinarycall", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", + "title": "PrepareForOrdinaryCall ( F, newTarget )", + "number": "10.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarycallbindthis", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", + "linkingText": [ + "OrdinaryCallBindThis(F, calleeContext, thisArgument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarycallbindthis", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", + "title": "OrdinaryCallBindThis ( F, calleeContext, thisArgument )", + "number": "10.2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinarycallevaluatebody", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", + "linkingText": [ + "OrdinaryCallEvaluateBody(F, argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinarycallevaluatebody", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", + "title": "OrdinaryCallEvaluateBody ( F, argumentsList )", + "number": "10.2.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-ordinaryfunctioncreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", + "linkingText": [ + "OrdinaryFunctionCreate(functionPrototype, sourceText, ParameterList, Body, thisMode, Scope, PrivateScope)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ordinaryfunctioncreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", + "title": "OrdinaryFunctionCreate ( functionPrototype, sourceText, ParameterList, Body, thisMode, Scope, PrivateScope )", + "number": "10.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-addrestrictedfunctionproperties", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", + "linkingText": [ + "AddRestrictedFunctionProperties(F, realm)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-addrestrictedfunctionproperties", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", + "title": "AddRestrictedFunctionProperties ( F, realm )", + "number": "10.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-%throwtypeerror%", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", + "linkingText": [ + "%ThrowTypeError%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%throwtypeerror%", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", + "title": "%ThrowTypeError% ( )", + "number": "10.2.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-makeconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", + "linkingText": [ + "MakeConstructor(F, writablePrototype, prototype)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makeconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", + "title": "MakeConstructor ( F [ , writablePrototype [ , prototype ] ] )", + "number": "10.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-makeclassconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", + "linkingText": [ + "MakeClassConstructor(F)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makeclassconstructor", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", + "title": "MakeClassConstructor ( F )", + "number": "10.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-makemethod", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", + "linkingText": [ + "MakeMethod(F, homeObject)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makemethod", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", + "title": "MakeMethod ( F, homeObject )", + "number": "10.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-definemethodproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", + "linkingText": [ + "DefineMethodProperty(homeObject, key, closure, enumerable)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-definemethodproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", + "title": "DefineMethodProperty ( homeObject, key, closure, enumerable )", + "number": "10.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-setfunctionname", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", + "linkingText": [ + "SetFunctionName(F, name, prefix)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setfunctionname", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", + "title": "SetFunctionName ( F, name [ , prefix ] )", + "number": "10.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-setfunctionlength", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", + "linkingText": [ + "SetFunctionLength(F, length)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setfunctionlength", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", + "title": "SetFunctionLength ( F, length )", + "number": "10.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-functiondeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", + "linkingText": [ + "FunctionDeclarationInstantiation(func, argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-functiondeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", + "title": "FunctionDeclarationInstantiation ( func, argumentsList )", + "number": "10.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-createbuiltinfunction", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", + "linkingText": [ + "CreateBuiltinFunction(behaviour, length, name, additionalInternalSlotsList, realm, prototype, prefix)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createbuiltinfunction", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", + "title": "CreateBuiltinFunction ( behaviour, length, name, additionalInternalSlotsList [ , realm [ , prototype [ , prefix ] ] ] )", + "number": "10.3.3" + }, + "definedIn": "heading" + }, + { + "id": "bound-function-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", + "linkingText": [ + "bound function exotic object", + "bound function exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bound-function-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", + "title": "Bound Function Exotic Objects", + "number": "10.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-boundfunctioncreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", + "linkingText": [ + "BoundFunctionCreate(targetFunction, boundThis, boundArgs)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boundfunctioncreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", + "title": "BoundFunctionCreate ( targetFunction, boundThis, boundArgs )", + "number": "10.4.1.3" + }, + "definedIn": "heading" + }, + { + "id": "array-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", + "linkingText": [ + "Array exotic object", + "Array exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", + "title": "Array Exotic Objects", + "number": "10.4.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-arraycreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", + "linkingText": [ + "ArrayCreate(length, proto)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraycreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", + "title": "ArrayCreate ( length [ , proto ] )", + "number": "10.4.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-arrayspeciescreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", + "linkingText": [ + "ArraySpeciesCreate(originalArray, length)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arrayspeciescreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", + "title": "ArraySpeciesCreate ( originalArray, length )", + "number": "10.4.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraysetlength", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", + "linkingText": [ + "ArraySetLength(A, Desc)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraysetlength", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", + "title": "ArraySetLength ( A, Desc )", + "number": "10.4.2.4" + }, + "definedIn": "heading" + }, + { + "id": "string-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", + "linkingText": [ + "String exotic object", + "String exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", + "title": "String Exotic Objects", + "number": "10.4.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-stringcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", + "linkingText": [ + "StringCreate(value, prototype)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-stringcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", + "title": "StringCreate ( value, prototype )", + "number": "10.4.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-stringgetownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", + "linkingText": [ + "StringGetOwnProperty(S, P)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-stringgetownproperty", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", + "title": "StringGetOwnProperty ( S, P )", + "number": "10.4.3.5" + }, + "definedIn": "heading" + }, + { + "id": "arguments-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", + "linkingText": [ + "arguments exotic object", + "arguments exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arguments-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", + "title": "Arguments Exotic Objects", + "number": "10.4.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-createunmappedargumentsobject", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", + "linkingText": [ + "CreateUnmappedArgumentsObject(argumentsList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createunmappedargumentsobject", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", + "title": "CreateUnmappedArgumentsObject ( argumentsList )", + "number": "10.4.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-createmappedargumentsobject", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", + "linkingText": [ + "CreateMappedArgumentsObject(func, formals, argumentsList, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createmappedargumentsobject", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", + "title": "CreateMappedArgumentsObject ( func, formals, argumentsList, env )", + "number": "10.4.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-makearggetter", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", + "linkingText": [ + "MakeArgGetter(name, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makearggetter", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", + "title": "MakeArgGetter ( name, env )", + "number": "10.4.4.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-makeargsetter", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", + "linkingText": [ + "MakeArgSetter(name, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makeargsetter", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", + "title": "MakeArgSetter ( name, env )", + "number": "10.4.4.7.2" + }, + "definedIn": "heading" + }, + { + "id": "integer-indexed-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", + "linkingText": [ + "Integer-Indexed exotic object", + "Integer-Indexed exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-integer-indexed-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", + "title": "Integer-Indexed Exotic Objects", + "number": "10.4.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-integerindexedobjectcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", + "linkingText": [ + "IntegerIndexedObjectCreate(prototype)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-integerindexedobjectcreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", + "title": "IntegerIndexedObjectCreate ( prototype )", + "number": "10.4.5.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-isvalidintegerindex", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", + "linkingText": [ + "IsValidIntegerIndex(O, index)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isvalidintegerindex", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", + "title": "IsValidIntegerIndex ( O, index )", + "number": "10.4.5.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-integerindexedelementget", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", + "linkingText": [ + "IntegerIndexedElementGet(O, index)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-integerindexedelementget", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", + "title": "IntegerIndexedElementGet ( O, index )", + "number": "10.4.5.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-integerindexedelementset", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", + "linkingText": [ + "IntegerIndexedElementSet(O, index, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-integerindexedelementset", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", + "title": "IntegerIndexedElementSet ( O, index, value )", + "number": "10.4.5.11" + }, + "definedIn": "heading" + }, + { + "id": "module-namespace-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", + "linkingText": [ + "module namespace exotic object", + "module namespace exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-module-namespace-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", + "title": "Module Namespace Exotic Objects", + "number": "10.4.6" + }, + "definedIn": "prose" + }, + { + "id": "sec-modulenamespacecreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", + "linkingText": [ + "ModuleNamespaceCreate(module, exports)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-modulenamespacecreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", + "title": "ModuleNamespaceCreate ( module, exports )", + "number": "10.4.6.12" + }, + "definedIn": "heading" + }, + { + "id": "immutable-prototype-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", + "linkingText": [ + "immutable prototype exotic object", + "immutable prototype exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-immutable-prototype-exotic-objects", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", + "title": "Immutable Prototype Exotic Objects", + "number": "10.4.7" + }, + "definedIn": "prose" + }, + { + "id": "sec-set-immutable-prototype", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", + "linkingText": [ + "SetImmutablePrototype(O, V)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set-immutable-prototype", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", + "title": "SetImmutablePrototype ( O, V )", + "number": "10.4.7.2" + }, + "definedIn": "heading" + }, + { + "id": "proxy-exotic-object", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", + "linkingText": [ + "Proxy exotic object", + "Proxy exotic objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxy-object-internal-methods-and-internal-slots", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots", + "title": "Proxy Object Internal Methods and Internal Slots", + "number": "10.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-proxycreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", + "linkingText": [ + "ProxyCreate(target, handler)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxycreate", + "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", + "title": "ProxyCreate ( target, handler )", + "number": "10.5.14" + }, + "definedIn": "heading" + }, + { + "id": "directive-prologue", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#directive-prologue", + "linkingText": [ + "Directive Prologue", + "Directive Prologues" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-directive-prologues-and-the-use-strict-directive", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-directive-prologues-and-the-use-strict-directive", + "title": "Directive Prologues and the Use Strict Directive", + "number": "11.2.1" + }, + "definedIn": "prose" + }, + { + "id": "use-strict-directive", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", + "linkingText": [ + "Use Strict Directive", + "Use Strict Directives" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-directive-prologues-and-the-use-strict-directive", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-directive-prologues-and-the-use-strict-directive", + "title": "Directive Prologues and the Use Strict Directive", + "number": "11.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-strict-mode-code", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "linkingText": [ + "strict mode code" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-strict-mode-code", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "title": "Strict Mode Code", + "number": "11.2.2" + }, + "definedIn": "prose" + }, + { + "id": "non-strict-code", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", + "linkingText": [ + "non-strict code" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-strict-mode-code", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "title": "Strict Mode Code", + "number": "11.2.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-keywords-and-reserved-words", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", + "linkingText": [ + "keyword", + "keywords" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "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" + }, + "definedIn": "prose" + }, + { + "id": "sec-keywords-and-reserved-words", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", + "linkingText": [ + "reserved word", + "reserved words" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "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" + }, + "definedIn": "prose" + }, + { + "id": "sec-keywords-and-reserved-words", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", + "linkingText": [ + "conditional keyword", + "conditional keywords" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "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" + }, + "definedIn": "prose" + }, + { + "id": "sec-keywords-and-reserved-words", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", + "linkingText": [ + "contextual keyword", + "contextual keywords" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "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" + }, + "definedIn": "prose" + }, + { + "id": "sec-gettemplateobject", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "linkingText": [ + "GetTemplateObject(templateLiteral)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-gettemplateobject", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "title": "GetTemplateObject ( templateLiteral )", + "number": "13.2.8.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-evaluate-property-access-with-expression-key", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "linkingText": [ + "EvaluatePropertyAccessWithExpressionKey(baseValue, expression, strict)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaluate-property-access-with-expression-key", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "title": "EvaluatePropertyAccessWithExpressionKey ( baseValue, expression, strict )", + "number": "13.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-evaluate-property-access-with-identifier-key", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", + "linkingText": [ + "EvaluatePropertyAccessWithIdentifierKey(baseValue, identifierName, strict)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaluate-property-access-with-identifier-key", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", + "title": "EvaluatePropertyAccessWithIdentifierKey ( baseValue, identifierName, strict )", + "number": "13.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-evaluatenew", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", + "linkingText": [ + "EvaluateNew(constructExpr, arguments)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaluatenew", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", + "title": "EvaluateNew ( constructExpr, arguments )", + "number": "13.3.5.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-calls-runtime-semantics-evaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "linkingText": [ + "direct eval", + "direct evals" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-calls-runtime-semantics-evaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "number": "13.3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-evaluatecall", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "linkingText": [ + "EvaluateCall(func, ref, arguments, tailPosition)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaluatecall", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "title": "EvaluateCall ( func, ref, arguments, tailPosition )", + "number": "13.3.6.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-getsuperconstructor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", + "linkingText": [ + "GetSuperConstructor()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getsuperconstructor", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", + "title": "GetSuperConstructor ( )", + "number": "13.3.7.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-makesuperpropertyreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", + "linkingText": [ + "MakeSuperPropertyReference(actualThis, propertyKey, strict)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makesuperpropertyreference", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", + "title": "MakeSuperPropertyReference ( actualThis, propertyKey, strict )", + "number": "13.3.7.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostgetimportmetaproperties", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", + "linkingText": [ + "HostGetImportMetaProperties(moduleRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostgetimportmetaproperties", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", + "title": "HostGetImportMetaProperties ( moduleRecord )", + "number": "13.3.12.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostfinalizeimportmeta", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", + "linkingText": [ + "HostFinalizeImportMeta(importMeta, moduleRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostfinalizeimportmeta", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", + "title": "HostFinalizeImportMeta ( importMeta, moduleRecord )", + "number": "13.3.12.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-instanceofoperator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", + "linkingText": [ + "InstanceofOperator(V, target)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-instanceofoperator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", + "title": "InstanceofOperator ( V, target )", + "number": "13.10.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-applystringornumericbinaryoperator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", + "linkingText": [ + "ApplyStringOrNumericBinaryOperator(lval, opText, rval)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-applystringornumericbinaryoperator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", + "title": "ApplyStringOrNumericBinaryOperator ( lval, opText, rval )", + "number": "13.15.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-evaluatestringornumericbinaryexpression", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", + "linkingText": [ + "EvaluateStringOrNumericBinaryExpression(leftOperand, opText, rightOperand)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaluatestringornumericbinaryexpression", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", + "title": "EvaluateStringOrNumericBinaryExpression ( leftOperand, opText, rightOperand )", + "number": "13.15.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-blockdeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "linkingText": [ + "BlockDeclarationInstantiation(code, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-blockdeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "title": "BlockDeclarationInstantiation ( code, env )", + "number": "14.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-loopcontinues", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", + "linkingText": [ + "LoopContinues(completion, labelSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-loopcontinues", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", + "title": "LoopContinues ( completion, labelSet )", + "number": "14.7.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-forbodyevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", + "linkingText": [ + "ForBodyEvaluation(test, increment, stmt, perIterationBindings, labelSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-forbodyevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", + "title": "ForBodyEvaluation ( test, increment, stmt, perIterationBindings, labelSet )", + "number": "14.7.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-createperiterationenvironment", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", + "linkingText": [ + "CreatePerIterationEnvironment(perIterationBindings)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createperiterationenvironment", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", + "title": "CreatePerIterationEnvironment ( perIterationBindings )", + "number": "14.7.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-enumerate-object-properties", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", + "linkingText": [ + "EnumerateObjectProperties(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-enumerate-object-properties", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", + "title": "EnumerateObjectProperties ( O )", + "number": "14.7.5.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-createforiniterator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", + "linkingText": [ + "CreateForInIterator(object)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createforiniterator", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", + "title": "CreateForInIterator ( object )", + "number": "14.7.5.10.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%foriniteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", + "linkingText": [ + "%ForInIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%foriniteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", + "title": "The %ForInIteratorPrototype% Object", + "number": "14.7.5.10.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-runtime-semantics-caseclauseisselected", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "linkingText": [ + "CaseClauseIsSelected(C, input)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-caseclauseisselected", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "title": "CaseClauseIsSelected ( C, input )", + "number": "14.12.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-preparefortailcall", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", + "linkingText": [ + "PrepareForTailCall()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-preparefortailcall", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", + "title": "PrepareForTailCall ( )", + "number": "15.10.3" + }, + "definedIn": "heading" + }, + { + "id": "script-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#script-record", + "linkingText": [ + "Script Record", + "Script Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-script-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-records", + "title": "Script Records", + "number": "16.1.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-parse-script", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", + "linkingText": [ + "ParseScript(sourceText, realm, hostDefined)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parse-script", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", + "title": "ParseScript ( sourceText, realm, hostDefined )", + "number": "16.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-scriptevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", + "linkingText": [ + "ScriptEvaluation(scriptRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-scriptevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", + "title": "ScriptEvaluation ( scriptRecord )", + "number": "16.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-globaldeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", + "linkingText": [ + "GlobalDeclarationInstantiation(script, env)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-globaldeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", + "title": "GlobalDeclarationInstantiation ( script, env )", + "number": "16.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-abstract-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", + "linkingText": [ + "Module Record", + "Module Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-abstract-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", + "title": "Abstract Module Records", + "number": "16.2.1.4" + }, + "definedIn": "prose" + }, + { + "id": "resolvedbinding-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#resolvedbinding-record", + "linkingText": [ + "ResolvedBinding Record", + "ResolvedBinding Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-abstract-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", + "title": "Abstract Module Records", + "number": "16.2.1.4" + }, + "definedIn": "table" + }, + { + "id": "cyclic-module-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#cyclic-module-record", + "linkingText": [ + "Cyclic Module Record", + "Cyclic Module Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-cyclic-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-cyclic-module-records", + "title": "Cyclic Module Records", + "number": "16.2.1.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-moduledeclarationlinking", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", + "linkingText": [ + "Link()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-moduledeclarationlinking", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", + "title": "Link ( )", + "number": "16.2.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-InnerModuleLinking", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", + "linkingText": [ + "InnerModuleLinking(module, stack, index)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-InnerModuleLinking", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", + "title": "InnerModuleLinking ( module, stack, index )", + "number": "16.2.1.5.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-moduleevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", + "linkingText": [ + "Evaluate()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-moduleevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", + "title": "Evaluate ( )", + "number": "16.2.1.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-innermoduleevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", + "linkingText": [ + "InnerModuleEvaluation(module, stack, index)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-innermoduleevaluation", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", + "title": "InnerModuleEvaluation ( module, stack, index )", + "number": "16.2.1.5.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-execute-async-module", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", + "linkingText": [ + "ExecuteAsyncModule(module)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-execute-async-module", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", + "title": "ExecuteAsyncModule ( module )", + "number": "16.2.1.5.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-gather-available-ancestors", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", + "linkingText": [ + "GatherAvailableAncestors(module, execList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-gather-available-ancestors", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", + "title": "GatherAvailableAncestors ( module, execList )", + "number": "16.2.1.5.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-module-execution-fulfilled", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", + "linkingText": [ + "AsyncModuleExecutionFulfilled(module)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-module-execution-fulfilled", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", + "title": "AsyncModuleExecutionFulfilled ( module )", + "number": "16.2.1.5.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-module-execution-rejected", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", + "linkingText": [ + "AsyncModuleExecutionRejected(module, error)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-module-execution-rejected", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", + "title": "AsyncModuleExecutionRejected ( module, error )", + "number": "16.2.1.5.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sourctextmodule-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sourctextmodule-record", + "linkingText": [ + "Source Text Module Record", + "Source Text Module Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-source-text-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", + "title": "Source Text Module Records", + "number": "16.2.1.6" + }, + "definedIn": "prose" + }, + { + "id": "importentry-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", + "linkingText": [ + "ImportEntry Record", + "ImportEntry Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-source-text-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", + "title": "Source Text Module Records", + "number": "16.2.1.6" + }, + "definedIn": "prose" + }, + { + "id": "exportentry-record", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", + "linkingText": [ + "ExportEntry Record", + "ExportEntry Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-source-text-module-records", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", + "title": "Source Text Module Records", + "number": "16.2.1.6" + }, + "definedIn": "prose" + }, + { + "id": "sec-parsemodule", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", + "linkingText": [ + "ParseModule(sourceText, realm, hostDefined)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parsemodule", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", + "title": "ParseModule ( sourceText, realm, hostDefined )", + "number": "16.2.1.6.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-getexportednames", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", + "linkingText": [ + "GetExportedNames(exportStarSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getexportednames", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", + "title": "GetExportedNames ( [ exportStarSet ] )", + "number": "16.2.1.6.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-resolveexport", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", + "linkingText": [ + "ResolveExport(exportName, resolveSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-resolveexport", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", + "title": "ResolveExport ( exportName [ , resolveSet ] )", + "number": "16.2.1.6.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-source-text-module-record-initialize-environment", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", + "linkingText": [ + "InitializeEnvironment()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Cyclic Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-source-text-module-record-initialize-environment", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", + "title": "InitializeEnvironment ( )", + "number": "16.2.1.6.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-source-text-module-record-execute-module", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", + "linkingText": [ + "ExecuteModule(capability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [ + "Cyclic Module Records" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-source-text-module-record-execute-module", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", + "title": "ExecuteModule ( [ capability ] )", + "number": "16.2.1.6.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostresolveimportedmodule", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", + "linkingText": [ + "HostResolveImportedModule(referencingScriptOrModule, specifier)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostresolveimportedmodule", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", + "title": "HostResolveImportedModule ( referencingScriptOrModule, specifier )", + "number": "16.2.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostimportmoduledynamically", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", + "linkingText": [ + "HostImportModuleDynamically(referencingScriptOrModule, specifier, promiseCapability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostimportmoduledynamically", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", + "title": "HostImportModuleDynamically ( referencingScriptOrModule, specifier, promiseCapability )", + "number": "16.2.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-finishdynamicimport", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", + "linkingText": [ + "FinishDynamicImport(referencingScriptOrModule, specifier, promiseCapability, innerPromise)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finishdynamicimport", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", + "title": "FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, innerPromise )", + "number": "16.2.1.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-getmodulenamespace", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", + "linkingText": [ + "GetModuleNamespace(module)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getmodulenamespace", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", + "title": "GetModuleNamespace ( module )", + "number": "16.2.1.10" + }, + "definedIn": "heading" + }, + { + "id": "early-error", + "href": "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#early-error", + "linkingText": [ + "early error", + "early errors" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error-handling-and-language-extensions", + "href": "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-error-handling-and-language-extensions", + "title": "17 Error Handling and Language Extensions" + }, + "definedIn": "prose" + }, + { + "id": "sec-global-object", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", + "linkingText": [ + "global object", + "global objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-global-object", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", + "title": "19 The Global Object" + }, + "definedIn": "prose" + }, + { + "id": "sec-globalthis", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", + "linkingText": [ + "globalThis" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-globalthis", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", + "title": "globalThis", + "number": "19.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-value-properties-of-the-global-object-infinity", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", + "linkingText": [ + "Infinity" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-value-properties-of-the-global-object-infinity", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", + "title": "Infinity", + "number": "19.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-value-properties-of-the-global-object-nan", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", + "linkingText": [ + "NaN" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-value-properties-of-the-global-object-nan", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", + "title": "NaN", + "number": "19.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-undefined", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", + "linkingText": [ + "undefined" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-undefined", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", + "title": "undefined", + "number": "19.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-eval-x", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", + "linkingText": [ + "eval(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-eval-x", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", + "title": "eval ( x )", + "number": "19.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-eval-x", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", + "linkingText": [ + "%eval%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-eval-x", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", + "title": "eval ( x )", + "number": "19.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-performeval", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", + "linkingText": [ + "PerformEval(x, callerRealm, strictCaller, direct)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performeval", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", + "title": "PerformEval ( x, callerRealm, strictCaller, direct )", + "number": "19.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-hostensurecancompilestrings", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", + "linkingText": [ + "HostEnsureCanCompileStrings(callerRealm, calleeRealm)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hostensurecancompilestrings", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", + "title": "HostEnsureCanCompileStrings ( callerRealm, calleeRealm )", + "number": "19.2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-evaldeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", + "linkingText": [ + "EvalDeclarationInstantiation(body, varEnv, lexEnv, privateEnv, strict)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-evaldeclarationinstantiation", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", + "title": "EvalDeclarationInstantiation ( body, varEnv, lexEnv, privateEnv, strict )", + "number": "19.2.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-isfinite-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "linkingText": [ + "isFinite(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isfinite-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "title": "isFinite ( number )", + "number": "19.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-isfinite-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "linkingText": [ + "%isFinite%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isfinite-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "title": "isFinite ( number )", + "number": "19.2.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-isnan-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "linkingText": [ + "isNaN(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isnan-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "title": "isNaN ( number )", + "number": "19.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-isnan-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "linkingText": [ + "%isNaN%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isnan-number", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "title": "isNaN ( number )", + "number": "19.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-parsefloat-string", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "linkingText": [ + "parseFloat(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parsefloat-string", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "title": "parseFloat ( string )", + "number": "19.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-parsefloat-string", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "linkingText": [ + "%parseFloat%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parsefloat-string", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "title": "parseFloat ( string )", + "number": "19.2.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-parseint-string-radix", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "linkingText": [ + "parseInt(string, radix)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parseint-string-radix", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "title": "parseInt ( string, radix )", + "number": "19.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-parseint-string-radix", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "linkingText": [ + "%parseInt%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-parseint-string-radix", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "title": "parseInt ( string, radix )", + "number": "19.2.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-encode", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "linkingText": [ + "Encode(string, unescapedSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-encode", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "title": "Encode ( string, unescapedSet )", + "number": "19.2.6.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-decode", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", + "linkingText": [ + "Decode(string, reservedSet)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-decode", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", + "title": "Decode ( string, reservedSet )", + "number": "19.2.6.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-decodeuri-encodeduri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "linkingText": [ + "decodeURI(encodedURI)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-decodeuri-encodeduri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "title": "decodeURI ( encodedURI )", + "number": "19.2.6.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-decodeuri-encodeduri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "linkingText": [ + "%decodeURI%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-decodeuri-encodeduri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "title": "decodeURI ( encodedURI )", + "number": "19.2.6.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-decodeuricomponent-encodeduricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "linkingText": [ + "decodeURIComponent(encodedURIComponent)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-decodeuricomponent-encodeduricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "title": "decodeURIComponent ( encodedURIComponent )", + "number": "19.2.6.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-decodeuricomponent-encodeduricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "linkingText": [ + "%decodeURIComponent%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-decodeuricomponent-encodeduricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "title": "decodeURIComponent ( encodedURIComponent )", + "number": "19.2.6.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-encodeuri-uri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "linkingText": [ + "encodeURI(uri)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-encodeuri-uri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "title": "encodeURI ( uri )", + "number": "19.2.6.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-encodeuri-uri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "linkingText": [ + "%encodeURI%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-encodeuri-uri", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "title": "encodeURI ( uri )", + "number": "19.2.6.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-encodeuricomponent-uricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "linkingText": [ + "encodeURIComponent(uriComponent)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-encodeuricomponent-uricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "title": "encodeURIComponent ( uriComponent )", + "number": "19.2.6.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-encodeuricomponent-uricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "linkingText": [ + "%encodeURIComponent%" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-encodeuricomponent-uricomponent", + "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "title": "encodeURIComponent ( uriComponent )", + "number": "19.2.6.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-object-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", + "linkingText": [ + "Object" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", + "title": "Object Objects", + "number": "20.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", + "linkingText": [ + "%Object%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", + "title": "The Object Constructor", + "number": "20.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-object-value", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", + "linkingText": [ + "Object(value)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object-value", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", + "title": "Object ( [ value ] )", + "number": "20.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.assign", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", + "linkingText": [ + "assign(target, ...sources)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.assign", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", + "title": "Object.assign ( target, ...sources )", + "number": "20.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.create", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", + "linkingText": [ + "create(O, Properties)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.create", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", + "title": "Object.create ( O, Properties )", + "number": "20.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.defineproperties", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", + "linkingText": [ + "defineProperties(O, Properties)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.defineproperties", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", + "title": "Object.defineProperties ( O, Properties )", + "number": "20.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-objectdefineproperties", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", + "linkingText": [ + "ObjectDefineProperties(O, Properties)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-objectdefineproperties", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", + "title": "ObjectDefineProperties ( O, Properties )", + "number": "20.1.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.defineproperty", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", + "linkingText": [ + "defineProperty(O, P, Attributes)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.defineproperty", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", + "title": "Object.defineProperty ( O, P, Attributes )", + "number": "20.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.entries", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", + "linkingText": [ + "entries(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.entries", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", + "title": "Object.entries ( O )", + "number": "20.1.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.freeze", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", + "linkingText": [ + "freeze(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.freeze", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", + "title": "Object.freeze ( O )", + "number": "20.1.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.fromentries", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", + "linkingText": [ + "fromEntries(iterable)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.fromentries", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", + "title": "Object.fromEntries ( iterable )", + "number": "20.1.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.getownpropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", + "linkingText": [ + "getOwnPropertyDescriptor(O, P)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.getownpropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", + "title": "Object.getOwnPropertyDescriptor ( O, P )", + "number": "20.1.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.getownpropertydescriptors", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", + "linkingText": [ + "getOwnPropertyDescriptors(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.getownpropertydescriptors", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", + "title": "Object.getOwnPropertyDescriptors ( O )", + "number": "20.1.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.getownpropertynames", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", + "linkingText": [ + "getOwnPropertyNames(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.getownpropertynames", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", + "title": "Object.getOwnPropertyNames ( O )", + "number": "20.1.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.getownpropertysymbols", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", + "linkingText": [ + "getOwnPropertySymbols(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.getownpropertysymbols", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", + "title": "Object.getOwnPropertySymbols ( O )", + "number": "20.1.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-getownpropertykeys", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", + "linkingText": [ + "GetOwnPropertyKeys(O, type)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getownpropertykeys", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", + "title": "GetOwnPropertyKeys ( O, type )", + "number": "20.1.2.11.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.getprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", + "linkingText": [ + "getPrototypeOf(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.getprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", + "title": "Object.getPrototypeOf ( O )", + "number": "20.1.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.hasown", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", + "linkingText": [ + "hasOwn(O, P)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.hasown", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", + "title": "Object.hasOwn ( O, P )", + "number": "20.1.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.is", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", + "linkingText": [ + "is(value1, value2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.is", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", + "title": "Object.is ( value1, value2 )", + "number": "20.1.2.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.isextensible", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", + "linkingText": [ + "isExtensible(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.isextensible", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", + "title": "Object.isExtensible ( O )", + "number": "20.1.2.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.isfrozen", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", + "linkingText": [ + "isFrozen(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.isfrozen", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", + "title": "Object.isFrozen ( O )", + "number": "20.1.2.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.issealed", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", + "linkingText": [ + "isSealed(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.issealed", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", + "title": "Object.isSealed ( O )", + "number": "20.1.2.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.keys", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", + "linkingText": [ + "keys(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.keys", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", + "title": "Object.keys ( O )", + "number": "20.1.2.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.preventextensions", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", + "linkingText": [ + "preventExtensions(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.preventextensions", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", + "title": "Object.preventExtensions ( O )", + "number": "20.1.2.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.seal", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "linkingText": [ + "seal(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.seal", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "title": "Object.seal ( O )", + "number": "20.1.2.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.setprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", + "linkingText": [ + "setPrototypeOf(O, proto)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.setprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", + "title": "Object.setPrototypeOf ( O, proto )", + "number": "20.1.2.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.values", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", + "linkingText": [ + "values(O)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.values", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", + "title": "Object.values ( O )", + "number": "20.1.2.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-object-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", + "linkingText": [ + "%Object.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-object-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", + "title": "Properties of the Object Prototype Object", + "number": "20.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-object.prototype.hasownproperty", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", + "linkingText": [ + "hasOwnProperty(V)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.hasownproperty", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", + "title": "Object.prototype.hasOwnProperty ( V )", + "number": "20.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.prototype.isprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", + "linkingText": [ + "isPrototypeOf(V)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.isprototypeof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", + "title": "Object.prototype.isPrototypeOf ( V )", + "number": "20.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.prototype.propertyisenumerable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", + "linkingText": [ + "propertyIsEnumerable(V)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.propertyisenumerable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", + "title": "Object.prototype.propertyIsEnumerable ( V )", + "number": "20.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "title": "Object.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "20.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", + "title": "Object.prototype.toString ( )", + "number": "20.1.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-object.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-object.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", + "title": "Object.prototype.valueOf ( )", + "number": "20.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", + "linkingText": [ + "Function" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", + "title": "Function Objects", + "number": "20.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-function-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", + "linkingText": [ + "%Function%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", + "title": "The Function Constructor", + "number": "20.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-function-p1-p2-pn-body", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", + "linkingText": [ + "Function(p1, p2, …, pn, body)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function-p1-p2-pn-body", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", + "title": "Function ( p1, p2, … , pn, body )", + "number": "20.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-createdynamicfunction", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", + "linkingText": [ + "CreateDynamicFunction(constructor, newTarget, kind, args)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createdynamicfunction", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", + "title": "CreateDynamicFunction ( constructor, newTarget, kind, args )", + "number": "20.2.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-function.length", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function.length", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", + "title": "Function.length", + "number": "20.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-function-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", + "linkingText": [ + "%Function.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-function-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", + "title": "Properties of the Function Prototype Object", + "number": "20.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-function.prototype.apply", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", + "linkingText": [ + "apply(thisArg, argArray)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function.prototype.apply", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", + "title": "Function.prototype.apply ( thisArg, argArray )", + "number": "20.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-function.prototype.bind", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", + "linkingText": [ + "bind(thisArg, ...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function.prototype.bind", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", + "title": "Function.prototype.bind ( thisArg, ...args )", + "number": "20.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-function.prototype.call", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", + "linkingText": [ + "call(thisArg, ...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function.prototype.call", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", + "title": "Function.prototype.call ( thisArg, ...args )", + "number": "20.2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-function.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Function" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-function.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", + "title": "Function.prototype.toString ( )", + "number": "20.2.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-hosthassourcetextavailable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", + "linkingText": [ + "HostHasSourceTextAvailable(func)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hosthassourcetextavailable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", + "title": "HostHasSourceTextAvailable ( func )", + "number": "20.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-boolean-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", + "linkingText": [ + "Boolean" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boolean-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", + "title": "Boolean Objects", + "number": "20.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-boolean-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", + "linkingText": [ + "%Boolean%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boolean-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", + "title": "The Boolean Constructor", + "number": "20.3.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-boolean-constructor-boolean-value", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", + "linkingText": [ + "Boolean(value)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Boolean" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boolean-constructor-boolean-value", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", + "title": "Boolean ( value )", + "number": "20.3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-boolean-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "linkingText": [ + "%Boolean.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-boolean-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "title": "Properties of the Boolean Prototype Object", + "number": "20.3.3" + }, + "definedIn": "prose" + }, + { + "id": "thisbooleanvalue", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#thisbooleanvalue", + "linkingText": [ + "thisBooleanValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-boolean-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "title": "Properties of the Boolean Prototype Object", + "number": "20.3.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-boolean.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Boolean" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boolean.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", + "title": "Boolean.prototype.toString ( )", + "number": "20.3.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-boolean.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Boolean" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-boolean.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", + "title": "Boolean.prototype.valueOf ( )", + "number": "20.3.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", + "linkingText": [ + "Symbol" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", + "title": "Symbol Objects", + "number": "20.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", + "linkingText": [ + "%Symbol%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", + "title": "The Symbol Constructor", + "number": "20.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-symbol-description", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", + "linkingText": [ + "Symbol(description)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol-description", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", + "title": "Symbol ( [ description ] )", + "number": "20.4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.asynciterator", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "linkingText": [ + "asyncIterator" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.asynciterator", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "title": "Symbol.asyncIterator", + "number": "20.4.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.for", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "linkingText": [ + "for(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.for", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "title": "Symbol.for ( key )", + "number": "20.4.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.hasinstance", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", + "linkingText": [ + "hasInstance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.hasinstance", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", + "title": "Symbol.hasInstance", + "number": "20.4.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.isconcatspreadable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", + "linkingText": [ + "isConcatSpreadable" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.isconcatspreadable", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", + "title": "Symbol.isConcatSpreadable", + "number": "20.4.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.iterator", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", + "linkingText": [ + "iterator" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.iterator", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", + "title": "Symbol.iterator", + "number": "20.4.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.keyfor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", + "linkingText": [ + "keyFor(sym)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.keyfor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", + "title": "Symbol.keyFor ( sym )", + "number": "20.4.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.match", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", + "linkingText": [ + "match" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.match", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", + "title": "Symbol.match", + "number": "20.4.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.matchall", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", + "linkingText": [ + "matchAll" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.matchall", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", + "title": "Symbol.matchAll", + "number": "20.4.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.replace", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", + "linkingText": [ + "replace" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.replace", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", + "title": "Symbol.replace", + "number": "20.4.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.search", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", + "linkingText": [ + "search" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.search", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", + "title": "Symbol.search", + "number": "20.4.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.species", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", + "linkingText": [ + "species" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.species", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", + "title": "Symbol.species", + "number": "20.4.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.split", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", + "linkingText": [ + "split" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.split", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", + "title": "Symbol.split", + "number": "20.4.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.toprimitive", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", + "linkingText": [ + "toPrimitive" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.toprimitive", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", + "title": "Symbol.toPrimitive", + "number": "20.4.2.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.tostringtag", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", + "linkingText": [ + "toStringTag" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.tostringtag", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", + "title": "Symbol.toStringTag", + "number": "20.4.2.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.unscopables", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", + "linkingText": [ + "unscopables" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.unscopables", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", + "title": "Symbol.unscopables", + "number": "20.4.2.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-symbol-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", + "linkingText": [ + "%Symbol.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-symbol-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", + "title": "Properties of the Symbol Prototype Object", + "number": "20.4.3" + }, + "definedIn": "prose" + }, + { + "id": "thissymbolvalue", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#thissymbolvalue", + "linkingText": [ + "thisSymbolValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-symbol-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", + "title": "Properties of the Symbol Prototype Object", + "number": "20.4.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-symbol.prototype.description", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", + "linkingText": [ + "description" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.prototype.description", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", + "title": "get Symbol.prototype.description", + "number": "20.4.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", + "title": "Symbol.prototype.toString ( )", + "number": "20.4.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-symboldescriptivestring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", + "linkingText": [ + "SymbolDescriptiveString(sym)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symboldescriptivestring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", + "title": "SymbolDescriptiveString ( sym )", + "number": "20.4.3.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-symbol.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Symbol" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-symbol.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", + "title": "Symbol.prototype.valueOf ( )", + "number": "20.4.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-error-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", + "linkingText": [ + "Error" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", + "title": "Error Objects", + "number": "20.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-error-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", + "linkingText": [ + "%Error%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", + "title": "The Error Constructor", + "number": "20.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-error-message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", + "linkingText": [ + "Error(message)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Error" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error-message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", + "title": "Error ( message )", + "number": "20.5.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-error-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", + "linkingText": [ + "%Error.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-error-prototype-object", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", + "title": "Properties of the Error Prototype Object", + "number": "20.5.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-error.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "linkingText": [ + "message" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Error" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "title": "Error.prototype.message", + "number": "20.5.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-error.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Error" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", + "title": "Error.prototype.name", + "number": "20.5.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-error.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Error" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-error.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", + "title": "Error.prototype.toString ( )", + "number": "20.5.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-evalerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "linkingText": [ + "EvalError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-evalerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "title": "EvalError", + "number": "20.5.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-evalerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "linkingText": [ + "%EvalError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-evalerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "title": "EvalError", + "number": "20.5.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-native-error-types-used-in-this-standard-rangeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "linkingText": [ + "RangeError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-rangeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "title": "RangeError", + "number": "20.5.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-rangeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "linkingText": [ + "%RangeError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-rangeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "title": "RangeError", + "number": "20.5.5.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-native-error-types-used-in-this-standard-referenceerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "linkingText": [ + "ReferenceError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-referenceerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "title": "ReferenceError", + "number": "20.5.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-referenceerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "linkingText": [ + "%ReferenceError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-referenceerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "title": "ReferenceError", + "number": "20.5.5.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-native-error-types-used-in-this-standard-syntaxerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "linkingText": [ + "SyntaxError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-syntaxerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "title": "SyntaxError", + "number": "20.5.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-syntaxerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "linkingText": [ + "%SyntaxError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-syntaxerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "title": "SyntaxError", + "number": "20.5.5.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-native-error-types-used-in-this-standard-typeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "linkingText": [ + "TypeError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-typeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "title": "TypeError", + "number": "20.5.5.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-typeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "linkingText": [ + "%TypeError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-typeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "title": "TypeError", + "number": "20.5.5.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-native-error-types-used-in-this-standard-urierror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "linkingText": [ + "URIError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-urierror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "title": "URIError", + "number": "20.5.5.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-native-error-types-used-in-this-standard-urierror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "linkingText": [ + "%URIError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-native-error-types-used-in-this-standard-urierror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "title": "URIError", + "number": "20.5.5.6" + }, + "definedIn": "prose" + }, + { + "id": "sec-nativeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", + "linkingText": [ + "NativeError(message)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-nativeerror", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", + "title": "NativeError ( message )", + "number": "20.5.6.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-nativeerror-prototype-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", + "linkingText": [ + "NativeError prototype object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-nativeerror-prototype-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", + "title": "Properties of the NativeError Prototype Objects", + "number": "20.5.6.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-nativeerror.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", + "linkingText": [ + "message" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "NativeError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-nativeerror.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", + "title": "NativeError.prototype.message", + "number": "20.5.6.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-nativeerror.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "NativeError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-nativeerror.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", + "title": "NativeError.prototype.name", + "number": "20.5.6.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-aggregate-error-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", + "linkingText": [ + "AggregateError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-aggregate-error-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", + "title": "AggregateError Objects", + "number": "20.5.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-aggregate-error-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", + "linkingText": [ + "%AggregateError%" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-aggregate-error-constructor", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", + "title": "The AggregateError Constructor", + "number": "20.5.7.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-aggregate-error", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", + "linkingText": [ + "AggregateError(errors, message)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "AggregateError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-aggregate-error", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", + "title": "AggregateError ( errors, message )", + "number": "20.5.7.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-aggregate-error-prototype-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "linkingText": [ + "%AggregateError.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-aggregate-error-prototype-objects", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "title": "Properties of the AggregateError Prototype Object", + "number": "20.5.7.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-aggregate-error.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", + "linkingText": [ + "message" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AggregateError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-aggregate-error.prototype.message", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", + "title": "AggregateError.prototype.message", + "number": "20.5.7.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-aggregate-error.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AggregateError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-aggregate-error.prototype.name", + "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", + "title": "AggregateError.prototype.name", + "number": "20.5.7.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-number-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", + "linkingText": [ + "Number" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", + "title": "Number Objects", + "number": "21.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-number-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", + "linkingText": [ + "%Number%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", + "title": "The Number Constructor", + "number": "21.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-number-constructor-number-value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", + "linkingText": [ + "Number(value)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number-constructor-number-value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", + "title": "Number ( value )", + "number": "21.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.epsilon", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", + "linkingText": [ + "EPSILON" + ], + "localLinkingText": [], + "type": "const", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.epsilon", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", + "title": "Number.EPSILON", + "number": "21.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.isfinite", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", + "linkingText": [ + "isFinite(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.isfinite", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", + "title": "Number.isFinite ( number )", + "number": "21.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.isinteger", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "linkingText": [ + "isInteger(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.isinteger", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "title": "Number.isInteger ( number )", + "number": "21.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.isnan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "linkingText": [ + "isNaN(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.isnan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "title": "Number.isNaN ( number )", + "number": "21.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.issafeinteger", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", + "linkingText": [ + "isSafeInteger(number)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.issafeinteger", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", + "title": "Number.isSafeInteger ( number )", + "number": "21.1.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.max_safe_integer", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", + "linkingText": [ + "MAX_SAFE_INTEGER" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.max_safe_integer", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", + "title": "Number.MAX_SAFE_INTEGER", + "number": "21.1.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.max_value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", + "linkingText": [ + "MAX_VALUE" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.max_value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", + "title": "Number.MAX_VALUE", + "number": "21.1.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.min_safe_integer", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", + "linkingText": [ + "MIN_SAFE_INTEGER" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.min_safe_integer", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", + "title": "Number.MIN_SAFE_INTEGER", + "number": "21.1.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.min_value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", + "linkingText": [ + "MIN_VALUE" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.min_value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", + "title": "Number.MIN_VALUE", + "number": "21.1.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.nan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", + "linkingText": [ + "NaN" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.nan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", + "title": "Number.NaN", + "number": "21.1.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.negative_infinity", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "linkingText": [ + "NEGATIVE_INFINITY" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.negative_infinity", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "title": "Number.NEGATIVE_INFINITY", + "number": "21.1.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.parsefloat", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", + "linkingText": [ + "parseFloat(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.parsefloat", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", + "title": "Number.parseFloat ( string )", + "number": "21.1.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.parseint", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", + "linkingText": [ + "parseInt(string, radix)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.parseint", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", + "title": "Number.parseInt ( string, radix )", + "number": "21.1.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.positive_infinity", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", + "linkingText": [ + "POSITIVE_INFINITY" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.positive_infinity", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", + "title": "Number.POSITIVE_INFINITY", + "number": "21.1.2.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-number-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", + "linkingText": [ + "%Number.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-number-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", + "title": "Properties of the Number Prototype Object", + "number": "21.1.3" + }, + "definedIn": "prose" + }, + { + "id": "thisnumbervalue", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisnumbervalue", + "linkingText": [ + "thisNumberValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-number-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", + "title": "Properties of the Number Prototype Object", + "number": "21.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-number.prototype.toexponential", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", + "linkingText": [ + "toExponential(fractionDigits)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.toexponential", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", + "title": "Number.prototype.toExponential ( fractionDigits )", + "number": "21.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.prototype.tofixed", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", + "linkingText": [ + "toFixed(fractionDigits)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.tofixed", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", + "title": "Number.prototype.toFixed ( fractionDigits )", + "number": "21.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", + "title": "Number.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "21.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.prototype.toprecision", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", + "linkingText": [ + "toPrecision(precision)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.toprecision", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", + "title": "Number.prototype.toPrecision ( precision )", + "number": "21.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", + "linkingText": [ + "toString(radix)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", + "title": "Number.prototype.toString ( [ radix ] )", + "number": "21.1.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-number.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Number" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-number.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", + "title": "Number.prototype.valueOf ( )", + "number": "21.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", + "linkingText": [ + "BigInt" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", + "title": "BigInt Objects", + "number": "21.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", + "linkingText": [ + "%BigInt%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", + "title": "The BigInt Constructor", + "number": "21.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-bigint-constructor-number-value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", + "linkingText": [ + "BigInt(value)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint-constructor-number-value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", + "title": "BigInt ( value )", + "number": "21.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-numbertobigint", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", + "linkingText": [ + "NumberToBigInt(number)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-numbertobigint", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", + "title": "NumberToBigInt ( number )", + "number": "21.2.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint.asintn", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", + "linkingText": [ + "asIntN(bits, bigint)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint.asintn", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", + "title": "BigInt.asIntN ( bits, bigint )", + "number": "21.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint.asuintn", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", + "linkingText": [ + "asUintN(bits, bigint)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint.asuintn", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", + "title": "BigInt.asUintN ( bits, bigint )", + "number": "21.2.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-bigint-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", + "linkingText": [ + "%BigInt.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-bigint-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", + "title": "Properties of the BigInt Prototype Object", + "number": "21.2.3" + }, + "definedIn": "prose" + }, + { + "id": "thisbigintvalue", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisbigintvalue", + "linkingText": [ + "thisBigIntValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-bigint-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", + "title": "Properties of the BigInt Prototype Object", + "number": "21.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-bigint.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", + "title": "BigInt.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "21.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", + "linkingText": [ + "toString(radix)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", + "title": "BigInt.prototype.toString ( [ radix ] )", + "number": "21.2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-bigint.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "BigInt" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bigint.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", + "title": "BigInt.prototype.valueOf ( )", + "number": "21.2.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-math-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "linkingText": [ + "Math" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "title": "The Math Object", + "number": "21.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-math-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "linkingText": [ + "%Math%" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "title": "The Math Object", + "number": "21.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-math.e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", + "linkingText": [ + "E" + ], + "localLinkingText": [], + "type": "const", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", + "title": "Math.E", + "number": "21.3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.ln10", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", + "linkingText": [ + "LN10" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.ln10", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", + "title": "Math.LN10", + "number": "21.3.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.ln2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", + "linkingText": [ + "LN2" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.ln2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", + "title": "Math.LN2", + "number": "21.3.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log10e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", + "linkingText": [ + "LOG10E" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log10e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", + "title": "Math.LOG10E", + "number": "21.3.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log2e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", + "linkingText": [ + "LOG2E" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log2e", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", + "title": "Math.LOG2E", + "number": "21.3.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.pi", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", + "linkingText": [ + "PI" + ], + "localLinkingText": [], + "type": "const", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.pi", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", + "title": "Math.PI", + "number": "21.3.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sqrt1_2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", + "linkingText": [ + "SQRT1_2" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sqrt1_2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", + "title": "Math.SQRT1_2", + "number": "21.3.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sqrt2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", + "linkingText": [ + "SQRT2" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sqrt2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", + "title": "Math.SQRT2", + "number": "21.3.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.abs", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", + "linkingText": [ + "abs(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.abs", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", + "title": "Math.abs ( x )", + "number": "21.3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.acos", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", + "linkingText": [ + "acos(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.acos", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", + "title": "Math.acos ( x )", + "number": "21.3.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.acosh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", + "linkingText": [ + "acosh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.acosh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", + "title": "Math.acosh ( x )", + "number": "21.3.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.asin", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", + "linkingText": [ + "asin(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.asin", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", + "title": "Math.asin ( x )", + "number": "21.3.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.asinh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", + "linkingText": [ + "asinh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.asinh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", + "title": "Math.asinh ( x )", + "number": "21.3.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.atan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", + "linkingText": [ + "atan(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.atan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", + "title": "Math.atan ( x )", + "number": "21.3.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.atanh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", + "linkingText": [ + "atanh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.atanh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", + "title": "Math.atanh ( x )", + "number": "21.3.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.atan2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", + "linkingText": [ + "atan2(y, x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.atan2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", + "title": "Math.atan2 ( y, x )", + "number": "21.3.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.cbrt", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", + "linkingText": [ + "cbrt(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.cbrt", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", + "title": "Math.cbrt ( x )", + "number": "21.3.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.ceil", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", + "linkingText": [ + "ceil(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.ceil", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", + "title": "Math.ceil ( x )", + "number": "21.3.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.clz32", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", + "linkingText": [ + "clz32(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.clz32", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", + "title": "Math.clz32 ( x )", + "number": "21.3.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.cos", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", + "linkingText": [ + "cos(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.cos", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", + "title": "Math.cos ( x )", + "number": "21.3.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.cosh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", + "linkingText": [ + "cosh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.cosh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", + "title": "Math.cosh ( x )", + "number": "21.3.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.exp", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", + "linkingText": [ + "exp(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.exp", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", + "title": "Math.exp ( x )", + "number": "21.3.2.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.expm1", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", + "linkingText": [ + "expm1(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.expm1", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", + "title": "Math.expm1 ( x )", + "number": "21.3.2.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.floor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", + "linkingText": [ + "floor(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.floor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", + "title": "Math.floor ( x )", + "number": "21.3.2.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.fround", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", + "linkingText": [ + "fround(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.fround", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", + "title": "Math.fround ( x )", + "number": "21.3.2.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.hypot", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", + "linkingText": [ + "hypot(...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.hypot", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", + "title": "Math.hypot ( ...args )", + "number": "21.3.2.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.imul", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", + "linkingText": [ + "imul(x, y)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.imul", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", + "title": "Math.imul ( x, y )", + "number": "21.3.2.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", + "linkingText": [ + "log(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", + "title": "Math.log ( x )", + "number": "21.3.2.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log1p", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", + "linkingText": [ + "log1p(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log1p", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", + "title": "Math.log1p ( x )", + "number": "21.3.2.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log10", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", + "linkingText": [ + "log10(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log10", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", + "title": "Math.log10 ( x )", + "number": "21.3.2.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.log2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", + "linkingText": [ + "log2(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.log2", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", + "title": "Math.log2 ( x )", + "number": "21.3.2.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.max", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", + "linkingText": [ + "max(...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.max", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", + "title": "Math.max ( ...args )", + "number": "21.3.2.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.min", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", + "linkingText": [ + "min(...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.min", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", + "title": "Math.min ( ...args )", + "number": "21.3.2.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.pow", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", + "linkingText": [ + "pow(base, exponent)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.pow", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", + "title": "Math.pow ( base, exponent )", + "number": "21.3.2.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.random", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", + "linkingText": [ + "random()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.random", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", + "title": "Math.random ( )", + "number": "21.3.2.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.round", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", + "linkingText": [ + "round(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.round", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", + "title": "Math.round ( x )", + "number": "21.3.2.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sign", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", + "linkingText": [ + "sign(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sign", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", + "title": "Math.sign ( x )", + "number": "21.3.2.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sin", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "linkingText": [ + "sin(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sin", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "title": "Math.sin ( x )", + "number": "21.3.2.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sinh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", + "linkingText": [ + "sinh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sinh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", + "title": "Math.sinh ( x )", + "number": "21.3.2.31" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.sqrt", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "linkingText": [ + "sqrt(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.sqrt", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "title": "Math.sqrt ( x )", + "number": "21.3.2.32" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.tan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", + "linkingText": [ + "tan(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.tan", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", + "title": "Math.tan ( x )", + "number": "21.3.2.33" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.tanh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", + "linkingText": [ + "tanh(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.tanh", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", + "title": "Math.tanh ( x )", + "number": "21.3.2.34" + }, + "definedIn": "heading" + }, + { + "id": "sec-math.trunc", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "linkingText": [ + "trunc(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Math" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-math.trunc", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "title": "Math.trunc ( x )", + "number": "21.3.2.35" + }, + "definedIn": "heading" + }, + { + "id": "sec-date-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", + "linkingText": [ + "Date" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date-objects", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", + "title": "Date Objects", + "number": "21.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-time-values-and-time-range", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", + "linkingText": [ + "time value", + "time values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-time-values-and-time-range", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", + "title": "Time Values and Time Range", + "number": "21.4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-local-time-zone-adjustment", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", + "linkingText": [ + "LocalTZA(t, isUTC)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-local-time-zone-adjustment", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", + "title": "LocalTZA ( t, isUTC )", + "number": "21.4.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-localtime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", + "linkingText": [ + "LocalTime(t)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-localtime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", + "title": "LocalTime ( t )", + "number": "21.4.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-utc-t", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", + "linkingText": [ + "UTC(t)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-utc-t", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", + "title": "UTC ( t )", + "number": "21.4.1.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-maketime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", + "linkingText": [ + "MakeTime(hour, min, sec, ms)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-maketime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", + "title": "MakeTime ( hour, min, sec, ms )", + "number": "21.4.1.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-makeday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", + "linkingText": [ + "MakeDay(year, month, date)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makeday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", + "title": "MakeDay ( year, month, date )", + "number": "21.4.1.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-makedate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", + "linkingText": [ + "MakeDate(day, time)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makedate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", + "title": "MakeDate ( day, time )", + "number": "21.4.1.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-timeclip", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", + "linkingText": [ + "TimeClip(time)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-timeclip", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", + "title": "TimeClip ( time )", + "number": "21.4.1.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-date-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", + "linkingText": [ + "%Date%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date-constructor", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", + "title": "The Date Constructor", + "number": "21.4.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-date", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "linkingText": [ + "Date(...values)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "title": "Date ( ...values )", + "number": "21.4.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.now", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", + "linkingText": [ + "now()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.now", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", + "title": "Date.now ( )", + "number": "21.4.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.parse", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", + "linkingText": [ + "parse(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.parse", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", + "title": "Date.parse ( string )", + "number": "21.4.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.utc", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", + "linkingText": [ + "UTC(year, month, date, hours, minutes, seconds, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.utc", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", + "title": "Date.UTC ( year [ , month [ , date [ , hours [ , minutes [ , seconds [ , ms ] ] ] ] ] ] )", + "number": "21.4.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-date-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "linkingText": [ + "%Date.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-date-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "number": "21.4.4" + }, + "definedIn": "prose" + }, + { + "id": "thistimevalue", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thistimevalue", + "linkingText": [ + "thisTimeValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-date-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "number": "21.4.4" + }, + "definedIn": "prose" + }, + { + "id": "this-Date-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-Date-object", + "linkingText": [ + "this Date object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-date-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "number": "21.4.4" + }, + "definedIn": "prose" + }, + { + "id": "this-time-value", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-time-value", + "linkingText": [ + "this time value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-date-prototype-object", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "number": "21.4.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-date.prototype.getdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", + "linkingText": [ + "getDate()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", + "title": "Date.prototype.getDate ( )", + "number": "21.4.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", + "linkingText": [ + "getDay()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", + "title": "Date.prototype.getDay ( )", + "number": "21.4.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", + "linkingText": [ + "getFullYear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", + "title": "Date.prototype.getFullYear ( )", + "number": "21.4.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.gethours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", + "linkingText": [ + "getHours()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.gethours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", + "title": "Date.prototype.getHours ( )", + "number": "21.4.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", + "linkingText": [ + "getMilliseconds()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", + "title": "Date.prototype.getMilliseconds ( )", + "number": "21.4.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", + "linkingText": [ + "getMinutes()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", + "title": "Date.prototype.getMinutes ( )", + "number": "21.4.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", + "linkingText": [ + "getMonth()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", + "title": "Date.prototype.getMonth ( )", + "number": "21.4.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", + "linkingText": [ + "getSeconds()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", + "title": "Date.prototype.getSeconds ( )", + "number": "21.4.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.gettime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", + "linkingText": [ + "getTime()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.gettime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", + "title": "Date.prototype.getTime ( )", + "number": "21.4.4.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.gettimezoneoffset", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", + "linkingText": [ + "getTimezoneOffset()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.gettimezoneoffset", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", + "title": "Date.prototype.getTimezoneOffset ( )", + "number": "21.4.4.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", + "linkingText": [ + "getUTCDate()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", + "title": "Date.prototype.getUTCDate ( )", + "number": "21.4.4.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", + "linkingText": [ + "getUTCDay()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcday", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", + "title": "Date.prototype.getUTCDay ( )", + "number": "21.4.4.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", + "linkingText": [ + "getUTCFullYear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", + "title": "Date.prototype.getUTCFullYear ( )", + "number": "21.4.4.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutchours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", + "linkingText": [ + "getUTCHours()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutchours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", + "title": "Date.prototype.getUTCHours ( )", + "number": "21.4.4.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", + "linkingText": [ + "getUTCMilliseconds()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", + "title": "Date.prototype.getUTCMilliseconds ( )", + "number": "21.4.4.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", + "linkingText": [ + "getUTCMinutes()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", + "title": "Date.prototype.getUTCMinutes ( )", + "number": "21.4.4.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", + "linkingText": [ + "getUTCMonth()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", + "title": "Date.prototype.getUTCMonth ( )", + "number": "21.4.4.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getutcseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", + "linkingText": [ + "getUTCSeconds()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getutcseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", + "title": "Date.prototype.getUTCSeconds ( )", + "number": "21.4.4.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", + "linkingText": [ + "setDate(date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", + "title": "Date.prototype.setDate ( date )", + "number": "21.4.4.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", + "linkingText": [ + "setFullYear(year, month, date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", + "title": "Date.prototype.setFullYear ( year [ , month [ , date ] ] )", + "number": "21.4.4.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.sethours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", + "linkingText": [ + "setHours(hour, min, sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.sethours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", + "title": "Date.prototype.setHours ( hour [ , min [ , sec [ , ms ] ] ] )", + "number": "21.4.4.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", + "linkingText": [ + "setMilliseconds(ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", + "title": "Date.prototype.setMilliseconds ( ms )", + "number": "21.4.4.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", + "linkingText": [ + "setMinutes(min, sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", + "title": "Date.prototype.setMinutes ( min [ , sec [ , ms ] ] )", + "number": "21.4.4.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", + "linkingText": [ + "setMonth(month, date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", + "title": "Date.prototype.setMonth ( month [ , date ] )", + "number": "21.4.4.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", + "linkingText": [ + "setSeconds(sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", + "title": "Date.prototype.setSeconds ( sec [ , ms ] )", + "number": "21.4.4.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.settime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", + "linkingText": [ + "setTime(time)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.settime", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", + "title": "Date.prototype.setTime ( time )", + "number": "21.4.4.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", + "linkingText": [ + "setUTCDate(date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcdate", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", + "title": "Date.prototype.setUTCDate ( date )", + "number": "21.4.4.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", + "linkingText": [ + "setUTCFullYear(year, month, date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcfullyear", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", + "title": "Date.prototype.setUTCFullYear ( year [ , month [ , date ] ] )", + "number": "21.4.4.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutchours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", + "linkingText": [ + "setUTCHours(hour, min, sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutchours", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", + "title": "Date.prototype.setUTCHours ( hour [ , min [ , sec [ , ms ] ] ] )", + "number": "21.4.4.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", + "linkingText": [ + "setUTCMilliseconds(ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcmilliseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", + "title": "Date.prototype.setUTCMilliseconds ( ms )", + "number": "21.4.4.31" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", + "linkingText": [ + "setUTCMinutes(min, sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcminutes", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", + "title": "Date.prototype.setUTCMinutes ( min [ , sec [ , ms ] ] )", + "number": "21.4.4.32" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", + "linkingText": [ + "setUTCMonth(month, date)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcmonth", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", + "title": "Date.prototype.setUTCMonth ( month [ , date ] )", + "number": "21.4.4.33" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setutcseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", + "linkingText": [ + "setUTCSeconds(sec, ms)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setutcseconds", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", + "title": "Date.prototype.setUTCSeconds ( sec [ , ms ] )", + "number": "21.4.4.34" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.todatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", + "linkingText": [ + "toDateString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.todatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", + "title": "Date.prototype.toDateString ( )", + "number": "21.4.4.35" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.toisostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", + "linkingText": [ + "toISOString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.toisostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", + "title": "Date.prototype.toISOString ( )", + "number": "21.4.4.36" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.tojson", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", + "linkingText": [ + "toJSON(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.tojson", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", + "title": "Date.prototype.toJSON ( key )", + "number": "21.4.4.37" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.tolocaledatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", + "linkingText": [ + "toLocaleDateString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.tolocaledatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", + "title": "Date.prototype.toLocaleDateString ( [ reserved1 [ , reserved2 ] ] )", + "number": "21.4.4.38" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", + "title": "Date.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "21.4.4.39" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.tolocaletimestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", + "linkingText": [ + "toLocaleTimeString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.tolocaletimestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", + "title": "Date.prototype.toLocaleTimeString ( [ reserved1 [ , reserved2 ] ] )", + "number": "21.4.4.40" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", + "title": "Date.prototype.toString ( )", + "number": "21.4.4.41" + }, + "definedIn": "heading" + }, + { + "id": "sec-timestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", + "linkingText": [ + "TimeString(tv)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-timestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", + "title": "TimeString ( tv )", + "number": "21.4.4.41.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-datestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", + "linkingText": [ + "DateString(tv)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-datestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", + "title": "DateString ( tv )", + "number": "21.4.4.41.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-timezoneestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", + "linkingText": [ + "TimeZoneString(tv)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-timezoneestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", + "title": "TimeZoneString ( tv )", + "number": "21.4.4.41.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-todatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", + "linkingText": [ + "ToDateString(tv)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-todatestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", + "title": "ToDateString ( tv )", + "number": "21.4.4.41.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.totimestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", + "linkingText": [ + "toTimeString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.totimestring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", + "title": "Date.prototype.toTimeString ( )", + "number": "21.4.4.42" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.toutcstring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", + "linkingText": [ + "toUTCString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.toutcstring", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", + "title": "Date.prototype.toUTCString ( )", + "number": "21.4.4.43" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", + "title": "Date.prototype.valueOf ( )", + "number": "21.4.4.44" + }, + "definedIn": "heading" + }, + { + "id": "sec-string-objects", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", + "linkingText": [ + "String" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string-objects", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", + "title": "String Objects", + "number": "22.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", + "linkingText": [ + "%String%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", + "title": "The String Constructor", + "number": "22.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-string-constructor-string-value", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", + "linkingText": [ + "String(value)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string-constructor-string-value", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", + "title": "String ( value )", + "number": "22.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.fromcharcode", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", + "linkingText": [ + "fromCharCode(...codeUnits)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.fromcharcode", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", + "title": "String.fromCharCode ( ...codeUnits )", + "number": "22.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.fromcodepoint", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", + "linkingText": [ + "fromCodePoint(...codePoints)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.fromcodepoint", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", + "title": "String.fromCodePoint ( ...codePoints )", + "number": "22.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.raw", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", + "linkingText": [ + "raw(template, ...substitutions)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.raw", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", + "title": "String.raw ( template, ...substitutions )", + "number": "22.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-string-prototype-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", + "linkingText": [ + "%String.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-string-prototype-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", + "title": "Properties of the String Prototype Object", + "number": "22.1.3" + }, + "definedIn": "prose" + }, + { + "id": "thisstringvalue", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#thisstringvalue", + "linkingText": [ + "thisStringValue" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-string-prototype-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", + "title": "Properties of the String Prototype Object", + "number": "22.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-string.prototype.at", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", + "linkingText": [ + "at(index)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.at", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", + "title": "String.prototype.at ( index )", + "number": "22.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.charat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", + "linkingText": [ + "charAt(pos)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.charat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", + "title": "String.prototype.charAt ( pos )", + "number": "22.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.charcodeat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", + "linkingText": [ + "charCodeAt(pos)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.charcodeat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", + "title": "String.prototype.charCodeAt ( pos )", + "number": "22.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.codepointat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", + "linkingText": [ + "codePointAt(pos)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.codepointat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", + "title": "String.prototype.codePointAt ( pos )", + "number": "22.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.concat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", + "linkingText": [ + "concat(...args)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.concat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", + "title": "String.prototype.concat ( ...args )", + "number": "22.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.endswith", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", + "linkingText": [ + "endsWith(searchString, endPosition)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.endswith", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", + "title": "String.prototype.endsWith ( searchString [ , endPosition ] )", + "number": "22.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", + "linkingText": [ + "includes(searchString, position)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", + "title": "String.prototype.includes ( searchString [ , position ] )", + "number": "22.1.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", + "linkingText": [ + "indexOf(searchString, position)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", + "title": "String.prototype.indexOf ( searchString [ , position ] )", + "number": "22.1.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", + "linkingText": [ + "lastIndexOf(searchString, position)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", + "title": "String.prototype.lastIndexOf ( searchString [ , position ] )", + "number": "22.1.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.localecompare", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", + "linkingText": [ + "localeCompare(that, reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.localecompare", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", + "title": "String.prototype.localeCompare ( that [ , reserved1 [ , reserved2 ] ] )", + "number": "22.1.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.match", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", + "linkingText": [ + "match(regexp)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.match", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", + "title": "String.prototype.match ( regexp )", + "number": "22.1.3.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.matchall", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", + "linkingText": [ + "matchAll(regexp)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.matchall", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", + "title": "String.prototype.matchAll ( regexp )", + "number": "22.1.3.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.normalize", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", + "linkingText": [ + "normalize(form)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.normalize", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", + "title": "String.prototype.normalize ( [ form ] )", + "number": "22.1.3.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.padend", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "linkingText": [ + "padEnd(maxLength, fillString)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.padend", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "title": "String.prototype.padEnd ( maxLength [ , fillString ] )", + "number": "22.1.3.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.padstart", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", + "linkingText": [ + "padStart(maxLength, fillString)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.padstart", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", + "title": "String.prototype.padStart ( maxLength [ , fillString ] )", + "number": "22.1.3.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-stringpad", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", + "linkingText": [ + "StringPad(O, maxLength, fillString, placement)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-stringpad", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", + "title": "StringPad ( O, maxLength, fillString, placement )", + "number": "22.1.3.16.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.repeat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", + "linkingText": [ + "repeat(count)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.repeat", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", + "title": "String.prototype.repeat ( count )", + "number": "22.1.3.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.replace", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", + "linkingText": [ + "replace(searchValue, replaceValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.replace", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", + "title": "String.prototype.replace ( searchValue, replaceValue )", + "number": "22.1.3.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-getsubstitution", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "linkingText": [ + "GetSubstitution(matched, str, position, captures, namedCaptures, replacement)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getsubstitution", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "title": "GetSubstitution ( matched, str, position, captures, namedCaptures, replacement )", + "number": "22.1.3.18.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.replaceall", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", + "linkingText": [ + "replaceAll(searchValue, replaceValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.replaceall", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", + "title": "String.prototype.replaceAll ( searchValue, replaceValue )", + "number": "22.1.3.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.search", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", + "linkingText": [ + "search(regexp)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.search", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", + "title": "String.prototype.search ( regexp )", + "number": "22.1.3.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", + "linkingText": [ + "slice(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", + "title": "String.prototype.slice ( start, end )", + "number": "22.1.3.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.split", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", + "linkingText": [ + "split(separator, limit)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.split", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", + "title": "String.prototype.split ( separator, limit )", + "number": "22.1.3.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-splitmatch", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-splitmatch", + "linkingText": [ + "SplitMatch(S, q, R)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-splitmatch", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-splitmatch", + "title": "SplitMatch ( S, q, R )", + "number": "22.1.3.22.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.startswith", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", + "linkingText": [ + "startsWith(searchString, position)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.startswith", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", + "title": "String.prototype.startsWith ( searchString [ , position ] )", + "number": "22.1.3.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.substring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", + "linkingText": [ + "substring(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.substring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", + "title": "String.prototype.substring ( start, end )", + "number": "22.1.3.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.tolocalelowercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", + "linkingText": [ + "toLocaleLowerCase(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.tolocalelowercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", + "title": "String.prototype.toLocaleLowerCase ( [ reserved1 [ , reserved2 ] ] )", + "number": "22.1.3.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.tolocaleuppercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", + "linkingText": [ + "toLocaleUpperCase(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.tolocaleuppercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", + "title": "String.prototype.toLocaleUpperCase ( [ reserved1 [ , reserved2 ] ] )", + "number": "22.1.3.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.tolowercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", + "linkingText": [ + "toLowerCase()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.tolowercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", + "title": "String.prototype.toLowerCase ( )", + "number": "22.1.3.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", + "title": "String.prototype.toString ( )", + "number": "22.1.3.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.touppercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", + "linkingText": [ + "toUpperCase()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.touppercase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", + "title": "String.prototype.toUpperCase ( )", + "number": "22.1.3.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.trim", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", + "linkingText": [ + "trim()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.trim", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", + "title": "String.prototype.trim ( )", + "number": "22.1.3.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-trimstring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", + "linkingText": [ + "TrimString(string, where)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-trimstring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", + "title": "TrimString ( string, where )", + "number": "22.1.3.30.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.trimend", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", + "linkingText": [ + "trimEnd()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.trimend", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", + "title": "String.prototype.trimEnd ( )", + "number": "22.1.3.31" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.trimstart", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", + "linkingText": [ + "trimStart()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.trimstart", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", + "title": "String.prototype.trimStart ( )", + "number": "22.1.3.32" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "linkingText": [ + "valueOf()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.valueof", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "title": "String.prototype.valueOf ( )", + "number": "22.1.3.33" + }, + "definedIn": "heading" + }, + { + "id": "sec-%stringiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", + "linkingText": [ + "%StringIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%stringiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", + "title": "The %StringIteratorPrototype% Object", + "number": "22.1.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-regexp-regular-expression-objects", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", + "linkingText": [ + "RegExp" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp-regular-expression-objects", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", + "title": "RegExp (Regular Expression) Objects", + "number": "22.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-repeatmatcher-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", + "linkingText": [ + "RepeatMatcher(m, min, max, greedy, x, c, parenIndex, parenCount)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-repeatmatcher-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", + "title": "RepeatMatcher ( m, min, max, greedy, x, c, parenIndex, parenCount )", + "number": "22.2.2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-iswordchar-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", + "linkingText": [ + "IsWordChar(e)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-iswordchar-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", + "title": "IsWordChar ( e )", + "number": "22.2.2.6.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-charactersetmatcher-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", + "linkingText": [ + "CharacterSetMatcher(A, invert, direction)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-charactersetmatcher-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", + "title": "CharacterSetMatcher ( A, invert, direction )", + "number": "22.2.2.8.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-canonicalize-ch", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", + "linkingText": [ + "Canonicalize(ch)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-canonicalize-ch", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", + "title": "Canonicalize ( ch )", + "number": "22.2.2.8.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-unicodematchproperty-p", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", + "linkingText": [ + "UnicodeMatchProperty(p)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-unicodematchproperty-p", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", + "title": "UnicodeMatchProperty ( p )", + "number": "22.2.2.8.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "linkingText": [ + "UnicodeMatchPropertyValue(p, v)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "title": "UnicodeMatchPropertyValue ( p, v )", + "number": "22.2.2.8.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-backreference-matcher", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", + "linkingText": [ + "BackreferenceMatcher(n, direction)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-backreference-matcher", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", + "title": "BackreferenceMatcher ( n, direction )", + "number": "22.2.2.9.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-runtime-semantics-characterrange-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", + "linkingText": [ + "CharacterRange(A, B)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-characterrange-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", + "title": "CharacterRange ( A, B )", + "number": "22.2.2.15.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexp-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "linkingText": [ + "%RegExp%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "title": "The RegExp Constructor", + "number": "22.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-regexp-pattern-flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", + "linkingText": [ + "RegExp(pattern, flags)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp-pattern-flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", + "title": "RegExp ( pattern, flags )", + "number": "22.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexpalloc", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", + "linkingText": [ + "RegExpAlloc(newTarget)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexpalloc", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", + "title": "RegExpAlloc ( newTarget )", + "number": "22.2.3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexpinitialize", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", + "linkingText": [ + "RegExpInitialize(obj, pattern, flags)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexpinitialize", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", + "title": "RegExpInitialize ( obj, pattern, flags )", + "number": "22.2.3.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexpcreate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "linkingText": [ + "RegExpCreate(P, F)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexpcreate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "title": "RegExpCreate ( P, F )", + "number": "22.2.3.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-escaperegexppattern", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", + "linkingText": [ + "EscapeRegExpPattern(P, F)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-escaperegexppattern", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", + "title": "EscapeRegExpPattern ( P, F )", + "number": "22.2.3.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-regexp-prototype-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", + "linkingText": [ + "%RegExp.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-regexp-prototype-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", + "title": "Properties of the RegExp Prototype Object", + "number": "22.2.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-regexp.prototype.exec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", + "linkingText": [ + "exec(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp.prototype.exec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", + "title": "RegExp.prototype.exec ( string )", + "number": "22.2.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexpexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", + "linkingText": [ + "RegExpExec(R, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexpexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", + "title": "RegExpExec ( R, S )", + "number": "22.2.5.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexpbuiltinexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "linkingText": [ + "RegExpBuiltinExec(R, S)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexpbuiltinexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "title": "RegExpBuiltinExec ( R, S )", + "number": "22.2.5.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-advancestringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", + "linkingText": [ + "AdvanceStringIndex(S, index, unicode)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-advancestringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", + "title": "AdvanceStringIndex ( S, index, unicode )", + "number": "22.2.5.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.dotAll", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", + "linkingText": [ + "dotAll" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.dotAll", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", + "title": "get RegExp.prototype.dotAll", + "number": "22.2.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexphasflag", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", + "linkingText": [ + "RegExpHasFlag(R, codeUnit)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexphasflag", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", + "title": "RegExpHasFlag ( R, codeUnit )", + "number": "22.2.5.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", + "linkingText": [ + "flags" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", + "title": "get RegExp.prototype.flags", + "number": "22.2.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.global", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", + "linkingText": [ + "global" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.global", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", + "title": "get RegExp.prototype.global", + "number": "22.2.5.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.ignorecase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", + "linkingText": [ + "ignoreCase" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.ignorecase", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", + "title": "get RegExp.prototype.ignoreCase", + "number": "22.2.5.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.multiline", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", + "linkingText": [ + "multiline" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.multiline", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", + "title": "get RegExp.prototype.multiline", + "number": "22.2.5.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.source", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", + "linkingText": [ + "source" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.source", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", + "title": "get RegExp.prototype.source", + "number": "22.2.5.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.sticky", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", + "linkingText": [ + "sticky" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.sticky", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", + "title": "get RegExp.prototype.sticky", + "number": "22.2.5.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexp.prototype.test", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", + "linkingText": [ + "test(S)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp.prototype.test", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", + "title": "RegExp.prototype.test ( S )", + "number": "22.2.5.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexp.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", + "title": "RegExp.prototype.toString ( )", + "number": "22.2.5.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-regexp.prototype.unicode", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", + "linkingText": [ + "unicode" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-regexp.prototype.unicode", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", + "title": "get RegExp.prototype.unicode", + "number": "22.2.5.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-createregexpstringiterator", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", + "linkingText": [ + "CreateRegExpStringIterator(R, S, global, fullUnicode)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createregexpstringiterator", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", + "title": "CreateRegExpStringIterator ( R, S, global, fullUnicode )", + "number": "22.2.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%regexpstringiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", + "linkingText": [ + "%RegExpStringIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%regexpstringiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", + "title": "The %RegExpStringIteratorPrototype% Object", + "number": "22.2.7.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-array-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", + "linkingText": [ + "Array" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", + "title": "Array Objects", + "number": "23.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array-constructor", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", + "linkingText": [ + "%Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array-constructor", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", + "title": "The Array Constructor", + "number": "23.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-array", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", + "linkingText": [ + "Array(...values)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", + "title": "Array ( ...values )", + "number": "23.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.from", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", + "linkingText": [ + "from(items, mapfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.from", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", + "title": "Array.from ( items [ , mapfn [ , thisArg ] ] )", + "number": "23.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.isarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", + "linkingText": [ + "isArray(arg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.isarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", + "title": "Array.isArray ( arg )", + "number": "23.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.of", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", + "linkingText": [ + "of(...items)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.of", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", + "title": "Array.of ( ...items )", + "number": "23.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-array-prototype-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", + "linkingText": [ + "%Array.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-array-prototype-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", + "title": "Properties of the Array Prototype Object", + "number": "23.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-array.prototype.at", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", + "linkingText": [ + "at(index)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.at", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", + "title": "Array.prototype.at ( index )", + "number": "23.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.concat", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", + "linkingText": [ + "concat(...items)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.concat", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", + "title": "Array.prototype.concat ( ...items )", + "number": "23.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-isconcatspreadable", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", + "linkingText": [ + "IsConcatSpreadable(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isconcatspreadable", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", + "title": "IsConcatSpreadable ( O )", + "number": "23.1.3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.copywithin", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", + "linkingText": [ + "copyWithin(target, start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.copywithin", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", + "title": "Array.prototype.copyWithin ( target, start [ , end ] )", + "number": "23.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", + "linkingText": [ + "entries()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", + "title": "Array.prototype.entries ( )", + "number": "23.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.every", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", + "linkingText": [ + "every(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.every", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", + "title": "Array.prototype.every ( callbackfn [ , thisArg ] )", + "number": "23.1.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.fill", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", + "linkingText": [ + "fill(value, start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.fill", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", + "title": "Array.prototype.fill ( value [ , start [ , end ] ] )", + "number": "23.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.filter", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", + "linkingText": [ + "filter(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.filter", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", + "title": "Array.prototype.filter ( callbackfn [ , thisArg ] )", + "number": "23.1.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.find", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", + "linkingText": [ + "find(predicate, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.find", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", + "title": "Array.prototype.find ( predicate [ , thisArg ] )", + "number": "23.1.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.findindex", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", + "linkingText": [ + "findIndex(predicate, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.findindex", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", + "title": "Array.prototype.findIndex ( predicate [ , thisArg ] )", + "number": "23.1.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.flat", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", + "linkingText": [ + "flat(depth)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.flat", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", + "title": "Array.prototype.flat ( [ depth ] )", + "number": "23.1.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-flattenintoarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", + "linkingText": [ + "FlattenIntoArray(target, source, sourceLen, start, depth, mapperFunction, thisArg)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-flattenintoarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", + "title": "FlattenIntoArray ( target, source, sourceLen, start, depth [ , mapperFunction [ , thisArg ] ] )", + "number": "23.1.3.11.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.flatmap", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", + "linkingText": [ + "flatMap(mapperFunction, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.flatmap", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", + "title": "Array.prototype.flatMap ( mapperFunction [ , thisArg ] )", + "number": "23.1.3.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", + "linkingText": [ + "forEach(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", + "title": "Array.prototype.forEach ( callbackfn [ , thisArg ] )", + "number": "23.1.3.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", + "linkingText": [ + "includes(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", + "title": "Array.prototype.includes ( searchElement [ , fromIndex ] )", + "number": "23.1.3.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", + "linkingText": [ + "indexOf(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", + "title": "Array.prototype.indexOf ( searchElement [ , fromIndex ] )", + "number": "23.1.3.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.join", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", + "linkingText": [ + "join(separator)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.join", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", + "title": "Array.prototype.join ( separator )", + "number": "23.1.3.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", + "linkingText": [ + "keys()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", + "title": "Array.prototype.keys ( )", + "number": "23.1.3.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", + "linkingText": [ + "lastIndexOf(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", + "title": "Array.prototype.lastIndexOf ( searchElement [ , fromIndex ] )", + "number": "23.1.3.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.map", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", + "linkingText": [ + "map(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.map", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", + "title": "Array.prototype.map ( callbackfn [ , thisArg ] )", + "number": "23.1.3.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.pop", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", + "linkingText": [ + "pop()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.pop", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", + "title": "Array.prototype.pop ( )", + "number": "23.1.3.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.push", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", + "linkingText": [ + "push(...items)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.push", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", + "title": "Array.prototype.push ( ...items )", + "number": "23.1.3.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.reduce", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", + "linkingText": [ + "reduce(callbackfn, initialValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.reduce", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", + "title": "Array.prototype.reduce ( callbackfn [ , initialValue ] )", + "number": "23.1.3.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.reduceright", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", + "linkingText": [ + "reduceRight(callbackfn, initialValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.reduceright", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", + "title": "Array.prototype.reduceRight ( callbackfn [ , initialValue ] )", + "number": "23.1.3.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.reverse", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", + "linkingText": [ + "reverse()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.reverse", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", + "title": "Array.prototype.reverse ( )", + "number": "23.1.3.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.shift", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", + "linkingText": [ + "shift()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.shift", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", + "title": "Array.prototype.shift ( )", + "number": "23.1.3.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", + "linkingText": [ + "slice(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", + "title": "Array.prototype.slice ( start, end )", + "number": "23.1.3.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.some", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", + "linkingText": [ + "some(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.some", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", + "title": "Array.prototype.some ( callbackfn [ , thisArg ] )", + "number": "23.1.3.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.sort", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "linkingText": [ + "sort(comparefn)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.sort", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "title": "Array.prototype.sort ( comparefn )", + "number": "23.1.3.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-sortcompare", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", + "linkingText": [ + "SortCompare(x, y)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sortcompare", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", + "title": "SortCompare ( x, y )", + "number": "23.1.3.28.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.splice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", + "linkingText": [ + "splice(start, deleteCount, ...items)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.splice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", + "title": "Array.prototype.splice ( start, deleteCount, ...items )", + "number": "23.1.3.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", + "title": "Array.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "23.1.3.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", + "title": "Array.prototype.toString ( )", + "number": "23.1.3.31" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.unshift", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", + "linkingText": [ + "unshift(...items)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.unshift", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", + "title": "Array.prototype.unshift ( ...items )", + "number": "23.1.3.32" + }, + "definedIn": "heading" + }, + { + "id": "sec-array.prototype.values", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", + "linkingText": [ + "values()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Array" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-array.prototype.values", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", + "title": "Array.prototype.values ( )", + "number": "23.1.3.33" + }, + "definedIn": "heading" + }, + { + "id": "sec-createarrayiterator", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", + "linkingText": [ + "CreateArrayIterator(array, kind)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createarrayiterator", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", + "title": "CreateArrayIterator ( array, kind )", + "number": "23.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%arrayiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", + "linkingText": [ + "%ArrayIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%arrayiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", + "title": "The %ArrayIteratorPrototype% Object", + "number": "23.1.5.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "TypedArray" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "TypedArray element type", + "TypedArray element types" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Int8Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Uint8Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Uint8ClampedArray%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Int16Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Uint16Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Int32Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Uint32Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%BigInt64Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%BigUint64Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Float32Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "linkingText": [ + "%Float64Array%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray-objects", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "title": "TypedArray Objects", + "number": "23.2" + }, + "definedIn": "table" + }, + { + "id": "sec-%typedarray%-intrinsic-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", + "linkingText": [ + "%TypedArray%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%-intrinsic-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", + "title": "The %TypedArray% Intrinsic Object", + "number": "23.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-properties-of-the-%typedarrayprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "linkingText": [ + "%TypedArray% prototype object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-%typedarrayprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "title": "Properties of the %TypedArray% Prototype Object", + "number": "23.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-properties-of-the-%typedarrayprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "linkingText": [ + "%TypedArray.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-%typedarrayprototype%-object", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "title": "Properties of the %TypedArray% Prototype Object", + "number": "23.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-%typedarray%.prototype.at", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", + "linkingText": [ + "at(index)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.at", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", + "title": "%TypedArray%.prototype.at ( index )", + "number": "23.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-%typedarray%.prototype.buffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", + "linkingText": [ + "buffer" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-%typedarray%.prototype.buffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", + "title": "get %TypedArray%.prototype.buffer", + "number": "23.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-%typedarray%.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", + "linkingText": [ + "byteLength" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-%typedarray%.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", + "title": "get %TypedArray%.prototype.byteLength", + "number": "23.2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-%typedarray%.prototype.byteoffset", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", + "linkingText": [ + "byteOffset" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-%typedarray%.prototype.byteoffset", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", + "title": "get %TypedArray%.prototype.byteOffset", + "number": "23.2.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.copywithin", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", + "linkingText": [ + "copyWithin(target, start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.copywithin", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", + "title": "%TypedArray%.prototype.copyWithin ( target, start [ , end ] )", + "number": "23.2.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", + "linkingText": [ + "entries()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", + "title": "%TypedArray%.prototype.entries ( )", + "number": "23.2.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.every", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", + "linkingText": [ + "every(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.every", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", + "title": "%TypedArray%.prototype.every ( callbackfn [ , thisArg ] )", + "number": "23.2.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.fill", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", + "linkingText": [ + "fill(value, start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.fill", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", + "title": "%TypedArray%.prototype.fill ( value [ , start [ , end ] ] )", + "number": "23.2.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.filter", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", + "linkingText": [ + "filter(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.filter", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", + "title": "%TypedArray%.prototype.filter ( callbackfn [ , thisArg ] )", + "number": "23.2.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.find", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", + "linkingText": [ + "find(predicate, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.find", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", + "title": "%TypedArray%.prototype.find ( predicate [ , thisArg ] )", + "number": "23.2.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.findindex", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", + "linkingText": [ + "findIndex(predicate, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.findindex", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", + "title": "%TypedArray%.prototype.findIndex ( predicate [ , thisArg ] )", + "number": "23.2.3.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", + "linkingText": [ + "forEach(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", + "title": "%TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] )", + "number": "23.2.3.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", + "linkingText": [ + "includes(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.includes", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", + "title": "%TypedArray%.prototype.includes ( searchElement [ , fromIndex ] )", + "number": "23.2.3.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", + "linkingText": [ + "indexOf(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.indexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", + "title": "%TypedArray%.prototype.indexOf ( searchElement [ , fromIndex ] )", + "number": "23.2.3.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.join", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", + "linkingText": [ + "join(separator)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.join", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", + "title": "%TypedArray%.prototype.join ( separator )", + "number": "23.2.3.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", + "linkingText": [ + "keys()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", + "title": "%TypedArray%.prototype.keys ( )", + "number": "23.2.3.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", + "linkingText": [ + "lastIndexOf(searchElement, fromIndex)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.lastindexof", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", + "title": "%TypedArray%.prototype.lastIndexOf ( searchElement [ , fromIndex ] )", + "number": "23.2.3.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-%typedarray%.prototype.length", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-%typedarray%.prototype.length", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", + "title": "get %TypedArray%.prototype.length", + "number": "23.2.3.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.map", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", + "linkingText": [ + "map(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.map", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", + "title": "%TypedArray%.prototype.map ( callbackfn [ , thisArg ] )", + "number": "23.2.3.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.reduce", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", + "linkingText": [ + "reduce(callbackfn, initialValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.reduce", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", + "title": "%TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] )", + "number": "23.2.3.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.reduceright", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", + "linkingText": [ + "reduceRight(callbackfn, initialValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.reduceright", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", + "title": "%TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )", + "number": "23.2.3.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.reverse", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", + "linkingText": [ + "reverse()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.reverse", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", + "title": "%TypedArray%.prototype.reverse ( )", + "number": "23.2.3.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.set", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", + "linkingText": [ + "set(source, offset)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.set", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", + "title": "%TypedArray%.prototype.set ( source [ , offset ] )", + "number": "23.2.3.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-settypedarrayfromtypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", + "linkingText": [ + "SetTypedArrayFromTypedArray(target, targetOffset, source)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-settypedarrayfromtypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", + "title": "SetTypedArrayFromTypedArray ( target, targetOffset, source )", + "number": "23.2.3.24.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-settypedarrayfromarraylike", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", + "linkingText": [ + "SetTypedArrayFromArrayLike(target, targetOffset, source)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-settypedarrayfromarraylike", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", + "title": "SetTypedArrayFromArrayLike ( target, targetOffset, source )", + "number": "23.2.3.24.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", + "linkingText": [ + "slice(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", + "title": "%TypedArray%.prototype.slice ( start, end )", + "number": "23.2.3.25" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.some", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", + "linkingText": [ + "some(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.some", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", + "title": "%TypedArray%.prototype.some ( callbackfn [ , thisArg ] )", + "number": "23.2.3.26" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.sort", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "linkingText": [ + "sort(comparefn)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.sort", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "title": "%TypedArray%.prototype.sort ( comparefn )", + "number": "23.2.3.27" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.subarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", + "linkingText": [ + "subarray(begin, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.subarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", + "title": "%TypedArray%.prototype.subarray ( begin, end )", + "number": "23.2.3.28" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", + "linkingText": [ + "toLocaleString(reserved1, reserved2)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.tolocalestring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", + "title": "%TypedArray%.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "number": "23.2.3.29" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", + "linkingText": [ + "toString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.tostring", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", + "title": "%TypedArray%.prototype.toString ( )", + "number": "23.2.3.30" + }, + "definedIn": "heading" + }, + { + "id": "sec-%typedarray%.prototype.values", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", + "linkingText": [ + "values()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "%TypedArray%" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%typedarray%.prototype.values", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", + "title": "%TypedArray%.prototype.values ( )", + "number": "23.2.3.31" + }, + "definedIn": "heading" + }, + { + "id": "typedarray-species-create", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", + "linkingText": [ + "TypedArraySpeciesCreate(exemplar, argumentList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "typedarray-species-create", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", + "title": "TypedArraySpeciesCreate ( exemplar, argumentList )", + "number": "23.2.4.1" + }, + "definedIn": "heading" + }, + { + "id": "typedarray-create", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", + "linkingText": [ + "TypedArrayCreate(constructor, argumentList)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "typedarray-create", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", + "title": "TypedArrayCreate ( constructor, argumentList )", + "number": "23.2.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-validatetypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", + "linkingText": [ + "ValidateTypedArray(O)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-validatetypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", + "title": "ValidateTypedArray ( O )", + "number": "23.2.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-typedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", + "linkingText": [ + "TypedArray(...args)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "TypedArray" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", + "title": "TypedArray ( ...args )", + "number": "23.2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-allocatetypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", + "linkingText": [ + "AllocateTypedArray(constructorName, newTarget, defaultProto, length)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-allocatetypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", + "title": "AllocateTypedArray ( constructorName, newTarget, defaultProto [ , length ] )", + "number": "23.2.5.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializetypedarrayfromtypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", + "linkingText": [ + "InitializeTypedArrayFromTypedArray(O, srcArray)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializetypedarrayfromtypedarray", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", + "title": "InitializeTypedArrayFromTypedArray ( O, srcArray )", + "number": "23.2.5.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializetypedarrayfromarraybuffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", + "linkingText": [ + "InitializeTypedArrayFromArrayBuffer(O, buffer, byteOffset, length)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializetypedarrayfromarraybuffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", + "title": "InitializeTypedArrayFromArrayBuffer ( O, buffer, byteOffset, length )", + "number": "23.2.5.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializetypedarrayfromlist", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", + "linkingText": [ + "InitializeTypedArrayFromList(O, values)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializetypedarrayfromlist", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", + "title": "InitializeTypedArrayFromList ( O, values )", + "number": "23.2.5.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-initializetypedarrayfromarraylike", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", + "linkingText": [ + "InitializeTypedArrayFromArrayLike(O, arrayLike)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-initializetypedarrayfromarraylike", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", + "title": "InitializeTypedArrayFromArrayLike ( O, arrayLike )", + "number": "23.2.5.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-allocatetypedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", + "linkingText": [ + "AllocateTypedArrayBuffer(O, length)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-allocatetypedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", + "title": "AllocateTypedArrayBuffer ( O, length )", + "number": "23.2.5.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-typedarray.bytes_per_element", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", + "linkingText": [ + "BYTES_PER_ELEMENT" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TypedArray" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray.bytes_per_element", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", + "title": "TypedArray.BYTES_PER_ELEMENT", + "number": "23.2.6.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-typedarray.prototype.bytes_per_element", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", + "linkingText": [ + "BYTES_PER_ELEMENT" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TypedArray" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-typedarray.prototype.bytes_per_element", + "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", + "title": "TypedArray.prototype.BYTES_PER_ELEMENT", + "number": "23.2.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-map-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", + "linkingText": [ + "Map" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", + "title": "Map Objects", + "number": "24.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-map-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", + "linkingText": [ + "%Map%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", + "title": "The Map Constructor", + "number": "24.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-map-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", + "linkingText": [ + "Map(iterable)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", + "title": "Map ( [ iterable ] )", + "number": "24.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-add-entries-from-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", + "linkingText": [ + "AddEntriesFromIterable(target, iterable, adder)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-add-entries-from-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", + "title": "AddEntriesFromIterable ( target, iterable, adder )", + "number": "24.1.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-map-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", + "linkingText": [ + "%Map.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-map-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", + "title": "Properties of the Map Prototype Object", + "number": "24.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-map.prototype.clear", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", + "linkingText": [ + "clear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.clear", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", + "title": "Map.prototype.clear ( )", + "number": "24.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", + "linkingText": [ + "delete(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", + "title": "Map.prototype.delete ( key )", + "number": "24.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", + "linkingText": [ + "entries()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", + "title": "Map.prototype.entries ( )", + "number": "24.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", + "linkingText": [ + "forEach(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", + "title": "Map.prototype.forEach ( callbackfn [ , thisArg ] )", + "number": "24.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.get", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", + "linkingText": [ + "get(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.get", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", + "title": "Map.prototype.get ( key )", + "number": "24.1.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "linkingText": [ + "has(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "title": "Map.prototype.has ( key )", + "number": "24.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", + "linkingText": [ + "keys()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", + "title": "Map.prototype.keys ( )", + "number": "24.1.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.set", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", + "linkingText": [ + "set(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.set", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", + "title": "Map.prototype.set ( key, value )", + "number": "24.1.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-map.prototype.size", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "linkingText": [ + "size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-map.prototype.size", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "title": "get Map.prototype.size", + "number": "24.1.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-map.prototype.values", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", + "linkingText": [ + "values()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Map" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-map.prototype.values", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", + "title": "Map.prototype.values ( )", + "number": "24.1.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-createmapiterator", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", + "linkingText": [ + "CreateMapIterator(map, kind)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createmapiterator", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", + "title": "CreateMapIterator ( map, kind )", + "number": "24.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%mapiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", + "linkingText": [ + "%MapIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%mapiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", + "title": "The %MapIteratorPrototype% Object", + "number": "24.1.5.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-set-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", + "linkingText": [ + "Set" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", + "title": "Set Objects", + "number": "24.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-set-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", + "linkingText": [ + "%Set%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", + "title": "The Set Constructor", + "number": "24.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-set-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", + "linkingText": [ + "Set(iterable)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", + "title": "Set ( [ iterable ] )", + "number": "24.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-set-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", + "linkingText": [ + "%Set.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-set-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", + "title": "Properties of the Set Prototype Object", + "number": "24.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-set.prototype.add", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", + "linkingText": [ + "add(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.add", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", + "title": "Set.prototype.add ( value )", + "number": "24.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.clear", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", + "linkingText": [ + "clear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.clear", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", + "title": "Set.prototype.clear ( )", + "number": "24.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", + "linkingText": [ + "delete(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", + "title": "Set.prototype.delete ( value )", + "number": "24.2.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", + "linkingText": [ + "entries()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.entries", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", + "title": "Set.prototype.entries ( )", + "number": "24.2.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", + "linkingText": [ + "forEach(callbackfn, thisArg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.foreach", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", + "title": "Set.prototype.forEach ( callbackfn [ , thisArg ] )", + "number": "24.2.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", + "linkingText": [ + "has(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", + "title": "Set.prototype.has ( value )", + "number": "24.2.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", + "linkingText": [ + "keys()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.keys", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", + "title": "Set.prototype.keys ( )", + "number": "24.2.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-set.prototype.size", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", + "linkingText": [ + "size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-set.prototype.size", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", + "title": "get Set.prototype.size", + "number": "24.2.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-set.prototype.values", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", + "linkingText": [ + "values()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Set" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-set.prototype.values", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", + "title": "Set.prototype.values ( )", + "number": "24.2.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-createsetiterator", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", + "linkingText": [ + "CreateSetIterator(set, kind)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createsetiterator", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", + "title": "CreateSetIterator ( set, kind )", + "number": "24.2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%setiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", + "linkingText": [ + "%SetIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%setiteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", + "title": "The %SetIteratorPrototype% Object", + "number": "24.2.5.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-weakmap-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", + "linkingText": [ + "WeakMap" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", + "title": "WeakMap Objects", + "number": "24.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakmap-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", + "linkingText": [ + "%WeakMap%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", + "title": "The WeakMap Constructor", + "number": "24.3.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-weakmap-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", + "linkingText": [ + "WeakMap(iterable)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "WeakMap" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", + "title": "WeakMap ( [ iterable ] )", + "number": "24.3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-weakmap-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", + "linkingText": [ + "%WeakMap.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-weakmap-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", + "title": "Properties of the WeakMap Prototype Object", + "number": "24.3.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-weakmap.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", + "linkingText": [ + "delete(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakMap" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", + "title": "WeakMap.prototype.delete ( key )", + "number": "24.3.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakmap.prototype.get", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", + "linkingText": [ + "get(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakMap" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap.prototype.get", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", + "title": "WeakMap.prototype.get ( key )", + "number": "24.3.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakmap.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "linkingText": [ + "has(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakMap" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "title": "WeakMap.prototype.has ( key )", + "number": "24.3.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakmap.prototype.set", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "linkingText": [ + "set(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakMap" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakmap.prototype.set", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "title": "WeakMap.prototype.set ( key, value )", + "number": "24.3.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakset-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", + "linkingText": [ + "WeakSet" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset-objects", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", + "title": "WeakSet Objects", + "number": "24.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakset-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", + "linkingText": [ + "%WeakSet%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset-constructor", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", + "title": "The WeakSet Constructor", + "number": "24.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-weakset-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", + "linkingText": [ + "WeakSet(iterable)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "WeakSet" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset-iterable", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", + "title": "WeakSet ( [ iterable ] )", + "number": "24.4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-weakset-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", + "linkingText": [ + "%WeakSet.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-weakset-prototype-object", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", + "title": "Properties of the WeakSet Prototype Object", + "number": "24.4.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-weakset.prototype.add", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", + "linkingText": [ + "add(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakSet" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset.prototype.add", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", + "title": "WeakSet.prototype.add ( value )", + "number": "24.4.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakset.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "linkingText": [ + "delete(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakSet" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset.prototype.delete", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "title": "WeakSet.prototype.delete ( value )", + "number": "24.4.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakset.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "linkingText": [ + "has(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakSet" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakset.prototype.has", + "href": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "title": "WeakSet.prototype.has ( value )", + "number": "24.4.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraybuffer-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", + "linkingText": [ + "ArrayBuffer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-arraybuffer-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", + "title": "ArrayBuffer Objects", + "number": "25.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraybuffer-notation", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", + "linkingText": [ + "read-modify-write modification function", + "read-modify-write modification functions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraybuffer-notation", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", + "title": "Notation", + "number": "25.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-allocatearraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", + "linkingText": [ + "AllocateArrayBuffer(constructor, byteLength)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-allocatearraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", + "title": "AllocateArrayBuffer ( constructor, byteLength )", + "number": "25.1.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-isdetachedbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", + "linkingText": [ + "IsDetachedBuffer(arrayBuffer)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isdetachedbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", + "title": "IsDetachedBuffer ( arrayBuffer )", + "number": "25.1.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-detacharraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", + "linkingText": [ + "DetachArrayBuffer(arrayBuffer, key)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-detacharraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", + "title": "DetachArrayBuffer ( arrayBuffer [ , key ] )", + "number": "25.1.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-clonearraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", + "linkingText": [ + "CloneArrayBuffer(srcBuffer, srcByteOffset, srcLength, cloneConstructor)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-clonearraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", + "title": "CloneArrayBuffer ( srcBuffer, srcByteOffset, srcLength, cloneConstructor )", + "number": "25.1.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-isunsignedelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", + "linkingText": [ + "IsUnsignedElementType(type)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isunsignedelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", + "title": "IsUnsignedElementType ( type )", + "number": "25.1.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-isunclampedintegerelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", + "linkingText": [ + "IsUnclampedIntegerElementType(type)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isunclampedintegerelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", + "title": "IsUnclampedIntegerElementType ( type )", + "number": "25.1.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-isbigintelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", + "linkingText": [ + "IsBigIntElementType(type)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isbigintelementtype", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", + "title": "IsBigIntElementType ( type )", + "number": "25.1.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-isnotearconfiguration", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", + "linkingText": [ + "IsNoTearConfiguration(type, order)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-isnotearconfiguration", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", + "title": "IsNoTearConfiguration ( type, order )", + "number": "25.1.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-rawbytestonumeric", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", + "linkingText": [ + "RawBytesToNumeric(type, rawBytes, isLittleEndian)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-rawbytestonumeric", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", + "title": "RawBytesToNumeric ( type, rawBytes, isLittleEndian )", + "number": "25.1.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-getvaluefrombuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", + "linkingText": [ + "GetValueFromBuffer(arrayBuffer, byteIndex, type, isTypedArray, order, isLittleEndian)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getvaluefrombuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", + "title": "GetValueFromBuffer ( arrayBuffer, byteIndex, type, isTypedArray, order [ , isLittleEndian ] )", + "number": "25.1.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-numerictorawbytes", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", + "linkingText": [ + "NumericToRawBytes(type, value, isLittleEndian)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-numerictorawbytes", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", + "title": "NumericToRawBytes ( type, value, isLittleEndian )", + "number": "25.1.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-setvalueinbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", + "linkingText": [ + "SetValueInBuffer(arrayBuffer, byteIndex, type, value, isTypedArray, order, isLittleEndian)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setvalueinbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", + "title": "SetValueInBuffer ( arrayBuffer, byteIndex, type, value, isTypedArray, order [ , isLittleEndian ] )", + "number": "25.1.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-getmodifysetvalueinbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", + "linkingText": [ + "GetModifySetValueInBuffer(arrayBuffer, byteIndex, type, value, op, isLittleEndian)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getmodifysetvalueinbuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", + "title": "GetModifySetValueInBuffer ( arrayBuffer, byteIndex, type, value, op [ , isLittleEndian ] )", + "number": "25.1.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraybuffer-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", + "linkingText": [ + "%ArrayBuffer%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraybuffer-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", + "title": "The ArrayBuffer Constructor", + "number": "25.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-arraybuffer-length", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", + "linkingText": [ + "ArrayBuffer(length)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "ArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraybuffer-length", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", + "title": "ArrayBuffer ( length )", + "number": "25.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraybuffer.isview", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", + "linkingText": [ + "isView(arg)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "ArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraybuffer.isview", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", + "title": "ArrayBuffer.isView ( arg )", + "number": "25.1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-arraybuffer-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "linkingText": [ + "%ArrayBuffer.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-arraybuffer-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "title": "Properties of the ArrayBuffer Prototype Object", + "number": "25.1.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-get-arraybuffer.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", + "linkingText": [ + "byteLength" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-arraybuffer.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", + "title": "get ArrayBuffer.prototype.byteLength", + "number": "25.1.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-arraybuffer.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", + "linkingText": [ + "slice(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "ArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-arraybuffer.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", + "title": "ArrayBuffer.prototype.slice ( start, end )", + "number": "25.1.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-sharedarraybuffer-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", + "linkingText": [ + "SharedArrayBuffer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sharedarraybuffer-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", + "title": "SharedArrayBuffer Objects", + "number": "25.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-allocatesharedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", + "linkingText": [ + "AllocateSharedArrayBuffer(constructor, byteLength)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-allocatesharedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", + "title": "AllocateSharedArrayBuffer ( constructor, byteLength )", + "number": "25.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-issharedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", + "linkingText": [ + "IsSharedArrayBuffer(obj)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-issharedarraybuffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", + "title": "IsSharedArrayBuffer ( obj )", + "number": "25.2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-sharedarraybuffer-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", + "linkingText": [ + "%SharedArrayBuffer%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sharedarraybuffer-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", + "title": "The SharedArrayBuffer Constructor", + "number": "25.2.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-sharedarraybuffer-length", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", + "linkingText": [ + "SharedArrayBuffer(length)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "SharedArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sharedarraybuffer-length", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", + "title": "SharedArrayBuffer ( length )", + "number": "25.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-sharedarraybuffer-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", + "linkingText": [ + "%SharedArrayBuffer.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-sharedarraybuffer-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", + "title": "Properties of the SharedArrayBuffer Prototype Object", + "number": "25.2.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-get-sharedarraybuffer.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", + "linkingText": [ + "byteLength" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SharedArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-sharedarraybuffer.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", + "title": "get SharedArrayBuffer.prototype.byteLength", + "number": "25.2.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-sharedarraybuffer.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", + "linkingText": [ + "slice(start, end)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedArrayBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sharedarraybuffer.prototype.slice", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", + "title": "SharedArrayBuffer.prototype.slice ( start, end )", + "number": "25.2.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", + "linkingText": [ + "DataView" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-dataview-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", + "title": "DataView Objects", + "number": "25.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-getviewvalue", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", + "linkingText": [ + "GetViewValue(view, requestIndex, isLittleEndian, type)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getviewvalue", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", + "title": "GetViewValue ( view, requestIndex, isLittleEndian, type )", + "number": "25.3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-setviewvalue", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", + "linkingText": [ + "SetViewValue(view, requestIndex, isLittleEndian, type, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-setviewvalue", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", + "title": "SetViewValue ( view, requestIndex, isLittleEndian, type, value )", + "number": "25.3.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", + "linkingText": [ + "%DataView%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview-constructor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", + "title": "The DataView Constructor", + "number": "25.3.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-dataview-buffer-byteoffset-bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", + "linkingText": [ + "DataView(buffer, byteOffset, byteLength)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview-buffer-byteoffset-bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", + "title": "DataView ( buffer [ , byteOffset [ , byteLength ] ] )", + "number": "25.3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-dataview-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "linkingText": [ + "%DataView.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-dataview-prototype-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "title": "Properties of the DataView Prototype Object", + "number": "25.3.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-get-dataview.prototype.buffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", + "linkingText": [ + "buffer" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-dataview.prototype.buffer", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", + "title": "get DataView.prototype.buffer", + "number": "25.3.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-dataview.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "linkingText": [ + "byteLength" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-dataview.prototype.bytelength", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "title": "get DataView.prototype.byteLength", + "number": "25.3.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-get-dataview.prototype.byteoffset", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", + "linkingText": [ + "byteOffset" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-get-dataview.prototype.byteoffset", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", + "title": "get DataView.prototype.byteOffset", + "number": "25.3.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getbigint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", + "linkingText": [ + "getBigInt64(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getbigint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", + "title": "DataView.prototype.getBigInt64 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getbiguint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", + "linkingText": [ + "getBigUint64(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getbiguint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", + "title": "DataView.prototype.getBigUint64 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getfloat32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", + "linkingText": [ + "getFloat32(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getfloat32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", + "title": "DataView.prototype.getFloat32 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getfloat64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", + "linkingText": [ + "getFloat64(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getfloat64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", + "title": "DataView.prototype.getFloat64 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", + "linkingText": [ + "getInt8(byteOffset)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", + "title": "DataView.prototype.getInt8 ( byteOffset )", + "number": "25.3.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", + "linkingText": [ + "getInt16(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", + "title": "DataView.prototype.getInt16 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", + "linkingText": [ + "getInt32(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", + "title": "DataView.prototype.getInt32 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getuint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", + "linkingText": [ + "getUint8(byteOffset)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getuint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", + "title": "DataView.prototype.getUint8 ( byteOffset )", + "number": "25.3.4.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getuint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", + "linkingText": [ + "getUint16(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getuint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", + "title": "DataView.prototype.getUint16 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.getuint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", + "linkingText": [ + "getUint32(byteOffset, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.getuint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", + "title": "DataView.prototype.getUint32 ( byteOffset [ , littleEndian ] )", + "number": "25.3.4.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setbigint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", + "linkingText": [ + "setBigInt64(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setbigint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", + "title": "DataView.prototype.setBigInt64 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.15" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setbiguint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", + "linkingText": [ + "setBigUint64(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setbiguint64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", + "title": "DataView.prototype.setBigUint64 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setfloat32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", + "linkingText": [ + "setFloat32(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setfloat32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", + "title": "DataView.prototype.setFloat32 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.17" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setfloat64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", + "linkingText": [ + "setFloat64(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setfloat64", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", + "title": "DataView.prototype.setFloat64 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.18" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", + "linkingText": [ + "setInt8(byteOffset, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", + "title": "DataView.prototype.setInt8 ( byteOffset, value )", + "number": "25.3.4.19" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", + "linkingText": [ + "setInt16(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", + "title": "DataView.prototype.setInt16 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.20" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", + "linkingText": [ + "setInt32(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", + "title": "DataView.prototype.setInt32 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.21" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setuint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", + "linkingText": [ + "setUint8(byteOffset, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setuint8", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", + "title": "DataView.prototype.setUint8 ( byteOffset, value )", + "number": "25.3.4.22" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setuint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", + "linkingText": [ + "setUint16(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setuint16", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", + "title": "DataView.prototype.setUint16 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.23" + }, + "definedIn": "heading" + }, + { + "id": "sec-dataview.prototype.setuint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", + "linkingText": [ + "setUint32(byteOffset, value, littleEndian)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DataView" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-dataview.prototype.setuint32", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", + "title": "DataView.prototype.setUint32 ( byteOffset, value [ , littleEndian ] )", + "number": "25.3.4.24" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "linkingText": [ + "Atomics" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "title": "The Atomics Object", + "number": "25.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "linkingText": [ + "%Atomics%" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "title": "The Atomics Object", + "number": "25.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-waiterlist-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "linkingText": [ + "WaiterList", + "WaiterLists" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-waiterlist-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "title": "WaiterList Objects", + "number": "25.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-waiterlist-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "linkingText": [ + "critical section", + "critical sections" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-waiterlist-objects", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "title": "WaiterList Objects", + "number": "25.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-validateintegertypedarray", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", + "linkingText": [ + "ValidateIntegerTypedArray(typedArray, waitable)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-validateintegertypedarray", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", + "title": "ValidateIntegerTypedArray ( typedArray [ , waitable ] )", + "number": "25.4.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-validateatomicaccess", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", + "linkingText": [ + "ValidateAtomicAccess(typedArray, requestIndex)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-validateatomicaccess", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", + "title": "ValidateAtomicAccess ( typedArray, requestIndex )", + "number": "25.4.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-getwaiterlist", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", + "linkingText": [ + "GetWaiterList(block, i)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getwaiterlist", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", + "title": "GetWaiterList ( block, i )", + "number": "25.4.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-entercriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "linkingText": [ + "EnterCriticalSection(WL)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-entercriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "title": "EnterCriticalSection ( WL )", + "number": "25.4.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-entercriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "linkingText": [ + "contention" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-entercriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "title": "EnterCriticalSection ( WL )", + "number": "25.4.2.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-leavecriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", + "linkingText": [ + "LeaveCriticalSection(WL)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-leavecriticalsection", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", + "title": "LeaveCriticalSection ( WL )", + "number": "25.4.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-addwaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "linkingText": [ + "AddWaiter(WL, W)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-addwaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "title": "AddWaiter ( WL, W )", + "number": "25.4.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-removewaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", + "linkingText": [ + "RemoveWaiter(WL, W)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-removewaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", + "title": "RemoveWaiter ( WL, W )", + "number": "25.4.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-removewaiters", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", + "linkingText": [ + "RemoveWaiters(WL, c)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-removewaiters", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", + "title": "RemoveWaiters ( WL, c )", + "number": "25.4.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-suspendagent", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", + "linkingText": [ + "SuspendAgent(WL, W, timeout)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-suspendagent", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", + "title": "SuspendAgent ( WL, W, timeout )", + "number": "25.4.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-notifywaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", + "linkingText": [ + "NotifyWaiter(WL, W)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-notifywaiter", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", + "title": "NotifyWaiter ( WL, W )", + "number": "25.4.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomicreadmodifywrite", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", + "linkingText": [ + "AtomicReadModifyWrite(typedArray, index, value, op)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomicreadmodifywrite", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", + "title": "AtomicReadModifyWrite ( typedArray, index, value, op )", + "number": "25.4.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-bytelistbitwiseop", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", + "linkingText": [ + "ByteListBitwiseOp(op, xBytes, yBytes)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bytelistbitwiseop", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", + "title": "ByteListBitwiseOp ( op, xBytes, yBytes )", + "number": "25.4.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-bytelistequal", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", + "linkingText": [ + "ByteListEqual(xBytes, yBytes)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-bytelistequal", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", + "title": "ByteListEqual ( xBytes, yBytes )", + "number": "25.4.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.add", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", + "linkingText": [ + "add(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.add", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", + "title": "Atomics.add ( typedArray, index, value )", + "number": "25.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.and", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", + "linkingText": [ + "and(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.and", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", + "title": "Atomics.and ( typedArray, index, value )", + "number": "25.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.compareexchange", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", + "linkingText": [ + "compareExchange(typedArray, index, expectedValue, replacementValue)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.compareexchange", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", + "title": "Atomics.compareExchange ( typedArray, index, expectedValue, replacementValue )", + "number": "25.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.exchange", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", + "linkingText": [ + "exchange(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.exchange", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", + "title": "Atomics.exchange ( typedArray, index, value )", + "number": "25.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.islockfree", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", + "linkingText": [ + "isLockFree(size)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.islockfree", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", + "title": "Atomics.isLockFree ( size )", + "number": "25.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.load", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", + "linkingText": [ + "load(typedArray, index)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.load", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", + "title": "Atomics.load ( typedArray, index )", + "number": "25.4.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.or", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", + "linkingText": [ + "or(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.or", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", + "title": "Atomics.or ( typedArray, index, value )", + "number": "25.4.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.store", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", + "linkingText": [ + "store(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.store", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", + "title": "Atomics.store ( typedArray, index, value )", + "number": "25.4.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.sub", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", + "linkingText": [ + "sub(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.sub", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", + "title": "Atomics.sub ( typedArray, index, value )", + "number": "25.4.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.wait", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "linkingText": [ + "wait(typedArray, index, value, timeout)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.wait", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "title": "Atomics.wait ( typedArray, index, value, timeout )", + "number": "25.4.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.notify", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", + "linkingText": [ + "notify(typedArray, index, count)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.notify", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", + "title": "Atomics.notify ( typedArray, index, count )", + "number": "25.4.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-atomics.xor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", + "linkingText": [ + "xor(typedArray, index, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Atomics" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-atomics.xor", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", + "title": "Atomics.xor ( typedArray, index, value )", + "number": "25.4.14" + }, + "definedIn": "heading" + }, + { + "id": "sec-json-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "linkingText": [ + "JSON" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-json-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "title": "The JSON Object", + "number": "25.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-json-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "linkingText": [ + "%JSON%" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-json-object", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "title": "The JSON Object", + "number": "25.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-json.parse", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", + "linkingText": [ + "parse(text, reviver)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "JSON" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-json.parse", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", + "title": "JSON.parse ( text [ , reviver ] )", + "number": "25.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-internalizejsonproperty", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "linkingText": [ + "InternalizeJSONProperty(holder, name, reviver)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-internalizejsonproperty", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "title": "InternalizeJSONProperty ( holder, name, reviver )", + "number": "25.5.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-json.stringify", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", + "linkingText": [ + "stringify(value, replacer, space)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "JSON" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-json.stringify", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", + "title": "JSON.stringify ( value [ , replacer [ , space ] ] )", + "number": "25.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-serializejsonproperty", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", + "linkingText": [ + "SerializeJSONProperty(state, key, holder)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-serializejsonproperty", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", + "title": "SerializeJSONProperty ( state, key, holder )", + "number": "25.5.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-quotejsonstring", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", + "linkingText": [ + "QuoteJSONString(value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-quotejsonstring", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", + "title": "QuoteJSONString ( value )", + "number": "25.5.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-unicodeescape", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", + "linkingText": [ + "UnicodeEscape(C)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-unicodeescape", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", + "title": "UnicodeEscape ( C )", + "number": "25.5.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-serializejsonobject", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", + "linkingText": [ + "SerializeJSONObject(state, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-serializejsonobject", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", + "title": "SerializeJSONObject ( state, value )", + "number": "25.5.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-serializejsonarray", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", + "linkingText": [ + "SerializeJSONArray(state, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-serializejsonarray", + "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", + "title": "SerializeJSONArray ( state, value )", + "number": "25.5.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-weak-ref-objects", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", + "linkingText": [ + "WeakRef" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weak-ref-objects", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", + "title": "WeakRef Objects", + "number": "26.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-weak-ref-constructor", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", + "linkingText": [ + "%WeakRef%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weak-ref-constructor", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", + "title": "The WeakRef Constructor", + "number": "26.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-weak-ref-target", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", + "linkingText": [ + "WeakRef(target)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "WeakRef" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weak-ref-target", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", + "title": "WeakRef ( target )", + "number": "26.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-weak-ref-prototype-object", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", + "linkingText": [ + "%WeakRef.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-weak-ref-prototype-object", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", + "title": "Properties of the WeakRef Prototype Object", + "number": "26.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-weak-ref.prototype.deref", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "linkingText": [ + "deref()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WeakRef" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weak-ref.prototype.deref", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "title": "WeakRef.prototype.deref ( )", + "number": "26.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-weakrefderef", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", + "linkingText": [ + "WeakRefDeref(weakRef)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-weakrefderef", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", + "title": "WeakRefDeref ( weakRef )", + "number": "26.1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-finalization-registry-objects", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", + "linkingText": [ + "FinalizationRegistry" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finalization-registry-objects", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", + "title": "FinalizationRegistry Objects", + "number": "26.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-finalization-registry-constructor", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", + "linkingText": [ + "%FinalizationRegistry%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finalization-registry-constructor", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", + "title": "The FinalizationRegistry Constructor", + "number": "26.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-finalization-registry-cleanup-callback", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "linkingText": [ + "FinalizationRegistry(cleanupCallback)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "FinalizationRegistry" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finalization-registry-cleanup-callback", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "title": "FinalizationRegistry ( cleanupCallback )", + "number": "26.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-finalization-registry-prototype-object", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", + "linkingText": [ + "%FinalizationRegistry.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-finalization-registry-prototype-object", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", + "title": "Properties of the FinalizationRegistry Prototype Object", + "number": "26.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-finalization-registry.prototype.register", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", + "linkingText": [ + "register(target, heldValue, unregisterToken)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FinalizationRegistry" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finalization-registry.prototype.register", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", + "title": "FinalizationRegistry.prototype.register ( target, heldValue [ , unregisterToken ] )", + "number": "26.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-finalization-registry.prototype.unregister", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "linkingText": [ + "unregister(unregisterToken)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FinalizationRegistry" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-finalization-registry.prototype.unregister", + "href": "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "title": "FinalizationRegistry.prototype.unregister ( unregisterToken )", + "number": "26.2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-%iteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", + "linkingText": [ + "%IteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%iteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", + "title": "The %IteratorPrototype% Object", + "number": "27.1.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-asynciteratorprototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", + "linkingText": [ + "%AsyncIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asynciteratorprototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", + "title": "The %AsyncIteratorPrototype% Object", + "number": "27.1.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-createasyncfromsynciterator", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", + "linkingText": [ + "CreateAsyncFromSyncIterator(syncIteratorRecord)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createasyncfromsynciterator", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", + "title": "CreateAsyncFromSyncIterator ( syncIteratorRecord )", + "number": "27.1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-%asyncfromsynciteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", + "linkingText": [ + "%AsyncFromSyncIteratorPrototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-%asyncfromsynciteratorprototype%-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", + "title": "The %AsyncFromSyncIteratorPrototype% Object", + "number": "27.1.4.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-asyncfromsynciteratorcontinuation", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", + "linkingText": [ + "AsyncFromSyncIteratorContinuation(result, promiseCapability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncfromsynciteratorcontinuation", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", + "title": "AsyncFromSyncIteratorContinuation ( result, promiseCapability )", + "number": "27.1.4.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", + "linkingText": [ + "Promise" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-promise-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", + "title": "Promise Objects", + "number": "27.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-promisecapability-records", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", + "linkingText": [ + "PromiseCapability Record", + "PromiseCapability Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promisecapability-records", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", + "title": "PromiseCapability Records", + "number": "27.2.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-ifabruptrejectpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", + "linkingText": [ + "IfAbruptRejectPromise(value, capability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ifabruptrejectpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", + "title": "IfAbruptRejectPromise ( value, capability )", + "number": "27.2.1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-createresolvingfunctions", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", + "linkingText": [ + "CreateResolvingFunctions(promise)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createresolvingfunctions", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", + "title": "CreateResolvingFunctions ( promise )", + "number": "27.2.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-fulfillpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", + "linkingText": [ + "FulfillPromise(promise, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-fulfillpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", + "title": "FulfillPromise ( promise, value )", + "number": "27.2.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-newpromisecapability", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", + "linkingText": [ + "NewPromiseCapability(C)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newpromisecapability", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", + "title": "NewPromiseCapability ( C )", + "number": "27.2.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-ispromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", + "linkingText": [ + "IsPromise(x)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-ispromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", + "title": "IsPromise ( x )", + "number": "27.2.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-rejectpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", + "linkingText": [ + "RejectPromise(promise, reason)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-rejectpromise", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", + "title": "RejectPromise ( promise, reason )", + "number": "27.2.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-triggerpromisereactions", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", + "linkingText": [ + "TriggerPromiseReactions(reactions, argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-triggerpromisereactions", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", + "title": "TriggerPromiseReactions ( reactions, argument )", + "number": "27.2.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-host-promise-rejection-tracker", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", + "linkingText": [ + "HostPromiseRejectionTracker(promise, operation)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-host-promise-rejection-tracker", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", + "title": "HostPromiseRejectionTracker ( promise, operation )", + "number": "27.2.1.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-newpromisereactionjob", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", + "linkingText": [ + "NewPromiseReactionJob(reaction, argument)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newpromisereactionjob", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", + "title": "NewPromiseReactionJob ( reaction, argument )", + "number": "27.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-newpromiseresolvethenablejob", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", + "linkingText": [ + "NewPromiseResolveThenableJob(promiseToResolve, thenable, then)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-newpromiseresolvethenablejob", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", + "title": "NewPromiseResolveThenableJob ( promiseToResolve, thenable, then )", + "number": "27.2.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", + "linkingText": [ + "%Promise%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", + "title": "The Promise Constructor", + "number": "27.2.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-promise-executor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", + "linkingText": [ + "Promise(executor)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise-executor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", + "title": "Promise ( executor )", + "number": "27.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.all", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", + "linkingText": [ + "all(iterable)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.all", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", + "title": "Promise.all ( iterable )", + "number": "27.2.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-getpromiseresolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", + "linkingText": [ + "GetPromiseResolve(promiseConstructor)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getpromiseresolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", + "title": "GetPromiseResolve ( promiseConstructor )", + "number": "27.2.4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-performpromiseall", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", + "linkingText": [ + "PerformPromiseAll(iteratorRecord, constructor, resultCapability, promiseResolve)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performpromiseall", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", + "title": "PerformPromiseAll ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "number": "27.2.4.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.allsettled", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", + "linkingText": [ + "allSettled(iterable)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.allsettled", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", + "title": "Promise.allSettled ( iterable )", + "number": "27.2.4.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-performpromiseallsettled", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", + "linkingText": [ + "PerformPromiseAllSettled(iteratorRecord, constructor, resultCapability, promiseResolve)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performpromiseallsettled", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", + "title": "PerformPromiseAllSettled ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "number": "27.2.4.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.any", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", + "linkingText": [ + "any(iterable)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.any", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", + "title": "Promise.any ( iterable )", + "number": "27.2.4.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-performpromiseany", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", + "linkingText": [ + "PerformPromiseAny(iteratorRecord, constructor, resultCapability, promiseResolve)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performpromiseany", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", + "title": "PerformPromiseAny ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "number": "27.2.4.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.race", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", + "linkingText": [ + "race(iterable)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.race", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", + "title": "Promise.race ( iterable )", + "number": "27.2.4.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-performpromiserace", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", + "linkingText": [ + "PerformPromiseRace(iteratorRecord, constructor, resultCapability, promiseResolve)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performpromiserace", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", + "title": "PerformPromiseRace ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "number": "27.2.4.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.reject", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", + "linkingText": [ + "reject(r)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.reject", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", + "title": "Promise.reject ( r )", + "number": "27.2.4.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.resolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", + "linkingText": [ + "resolve(x)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.resolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", + "title": "Promise.resolve ( x )", + "number": "27.2.4.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise-resolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", + "linkingText": [ + "PromiseResolve(C, x)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise-resolve", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", + "title": "PromiseResolve ( C, x )", + "number": "27.2.4.7.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-promise-prototype-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", + "linkingText": [ + "%Promise.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-promise-prototype-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", + "title": "Properties of the Promise Prototype Object", + "number": "27.2.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-promise.prototype.catch", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", + "linkingText": [ + "catch(onRejected)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.prototype.catch", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", + "title": "Promise.prototype.catch ( onRejected )", + "number": "27.2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.prototype.finally", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", + "linkingText": [ + "finally(onFinally)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.prototype.finally", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", + "title": "Promise.prototype.finally ( onFinally )", + "number": "27.2.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-promise.prototype.then", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", + "linkingText": [ + "then(onFulfilled, onRejected)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Promise" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-promise.prototype.then", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", + "title": "Promise.prototype.then ( onFulfilled, onRejected )", + "number": "27.2.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-performpromisethen", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", + "linkingText": [ + "PerformPromiseThen(promise, onFulfilled, onRejected, resultCapability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performpromisethen", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", + "title": "PerformPromiseThen ( promise, onFulfilled, onRejected [ , resultCapability ] )", + "number": "27.2.5.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorfunction-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", + "linkingText": [ + "GeneratorFunction" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorfunction-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", + "title": "GeneratorFunction Objects", + "number": "27.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorfunction-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", + "linkingText": [ + "%GeneratorFunction%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorfunction-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", + "title": "The GeneratorFunction Constructor", + "number": "27.3.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-generatorfunction", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", + "linkingText": [ + "GeneratorFunction(p1, p2, …, pn, body)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "GeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorfunction", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", + "title": "GeneratorFunction ( p1, p2, … , pn, body )", + "number": "27.3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorfunction.length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorfunction.length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", + "title": "GeneratorFunction.length", + "number": "27.3.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-the-generatorfunction-prototype-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", + "linkingText": [ + "%GeneratorFunction.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-the-generatorfunction-prototype-object", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", + "title": "Properties of the GeneratorFunction Prototype Object", + "number": "27.3.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-generatorfunction.prototype.prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", + "linkingText": [ + "prototype" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorfunction.prototype.prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", + "title": "GeneratorFunction.prototype.prototype", + "number": "27.3.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorfunction-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", + "linkingText": [ + "AsyncGeneratorFunction" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorfunction-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", + "title": "AsyncGeneratorFunction Objects", + "number": "27.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorfunction-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", + "linkingText": [ + "%AsyncGeneratorFunction%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorfunction-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", + "title": "The AsyncGeneratorFunction Constructor", + "number": "27.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-asyncgeneratorfunction", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "linkingText": [ + "AsyncGeneratorFunction(p1, p2, …, pn, body)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "AsyncGeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorfunction", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "title": "AsyncGeneratorFunction ( p1, p2, … , pn, body )", + "number": "27.4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorfunction-length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AsyncGeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorfunction-length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", + "title": "AsyncGeneratorFunction.length", + "number": "27.4.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-asyncgeneratorfunction-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", + "linkingText": [ + "%AsyncGeneratorFunction.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-asyncgeneratorfunction-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", + "title": "Properties of the AsyncGeneratorFunction Prototype Object", + "number": "27.4.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-asyncgeneratorfunction-prototype-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", + "linkingText": [ + "prototype" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AsyncGeneratorFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorfunction-prototype-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", + "title": "AsyncGeneratorFunction.prototype.prototype", + "number": "27.4.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-generator-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", + "linkingText": [ + "Generator" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generator-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", + "title": "Generator Objects", + "number": "27.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-generator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "linkingText": [ + "Generator prototype object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-generator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "title": "Properties of the Generator Prototype Object", + "number": "27.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-properties-of-generator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "linkingText": [ + "%GeneratorFunction.prototype.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-generator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "title": "Properties of the Generator Prototype Object", + "number": "27.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-generator.prototype.next", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", + "linkingText": [ + "next(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Generator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generator.prototype.next", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", + "title": "Generator.prototype.next ( value )", + "number": "27.5.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-generator.prototype.return", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "linkingText": [ + "return(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Generator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generator.prototype.return", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "title": "Generator.prototype.return ( value )", + "number": "27.5.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-generator.prototype.throw", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "linkingText": [ + "throw(exception)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Generator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generator.prototype.throw", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "title": "Generator.prototype.throw ( exception )", + "number": "27.5.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", + "linkingText": [ + "GeneratorStart(generator, generatorBody)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", + "title": "GeneratorStart ( generator, generatorBody )", + "number": "27.5.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorvalidate", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", + "linkingText": [ + "GeneratorValidate(generator, generatorBrand)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorvalidate", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", + "title": "GeneratorValidate ( generator, generatorBrand )", + "number": "27.5.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorresume", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", + "linkingText": [ + "GeneratorResume(generator, value, generatorBrand)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorresume", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", + "title": "GeneratorResume ( generator, value, generatorBrand )", + "number": "27.5.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatorresumeabrupt", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", + "linkingText": [ + "GeneratorResumeAbrupt(generator, abruptCompletion, generatorBrand)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatorresumeabrupt", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", + "title": "GeneratorResumeAbrupt ( generator, abruptCompletion, generatorBrand )", + "number": "27.5.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-getgeneratorkind", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", + "linkingText": [ + "GetGeneratorKind()" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getgeneratorkind", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", + "title": "GetGeneratorKind ( )", + "number": "27.5.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-generatoryield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", + "linkingText": [ + "GeneratorYield(iterNextObj)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-generatoryield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", + "title": "GeneratorYield ( iterNextObj )", + "number": "27.5.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-yield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", + "linkingText": [ + "Yield(value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-yield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", + "title": "Yield ( value )", + "number": "27.5.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-createiteratorfromclosure", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", + "linkingText": [ + "CreateIteratorFromClosure(closure, generatorBrand, generatorPrototype)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createiteratorfromclosure", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", + "title": "CreateIteratorFromClosure ( closure, generatorBrand, generatorPrototype )", + "number": "27.5.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgenerator-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", + "linkingText": [ + "AsyncGenerator" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgenerator-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", + "title": "AsyncGenerator Objects", + "number": "27.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-properties-of-asyncgenerator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "linkingText": [ + "AsyncGenerator prototype object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-asyncgenerator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "title": "Properties of the AsyncGenerator Prototype Object", + "number": "27.6.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-properties-of-asyncgenerator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "linkingText": [ + "%AsyncGeneratorFunction.prototype.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-properties-of-asyncgenerator-prototype", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "title": "Properties of the AsyncGenerator Prototype Object", + "number": "27.6.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-asyncgenerator-prototype-next", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", + "linkingText": [ + "next(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "AsyncGenerator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgenerator-prototype-next", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", + "title": "AsyncGenerator.prototype.next ( value )", + "number": "27.6.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgenerator-prototype-return", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", + "linkingText": [ + "return(value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "AsyncGenerator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgenerator-prototype-return", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", + "title": "AsyncGenerator.prototype.return ( value )", + "number": "27.6.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgenerator-prototype-throw", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", + "linkingText": [ + "throw(exception)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "AsyncGenerator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgenerator-prototype-throw", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", + "title": "AsyncGenerator.prototype.throw ( exception )", + "number": "27.6.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorrequest-records", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", + "linkingText": [ + "AsyncGeneratorRequest", + "AsyncGeneratorRequests" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorrequest-records", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", + "title": "AsyncGeneratorRequest Records", + "number": "27.6.3.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-asyncgeneratorstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", + "linkingText": [ + "AsyncGeneratorStart(generator, generatorBody)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", + "title": "AsyncGeneratorStart ( generator, generatorBody )", + "number": "27.6.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorvalidate", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", + "linkingText": [ + "AsyncGeneratorValidate(generator, generatorBrand)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorvalidate", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", + "title": "AsyncGeneratorValidate ( generator, generatorBrand )", + "number": "27.6.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorenqueue", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", + "linkingText": [ + "AsyncGeneratorEnqueue(generator, completion, promiseCapability)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorenqueue", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", + "title": "AsyncGeneratorEnqueue ( generator, completion, promiseCapability )", + "number": "27.6.3.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorcompletestep", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", + "linkingText": [ + "AsyncGeneratorCompleteStep(generator, completion, done, realm)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorcompletestep", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", + "title": "AsyncGeneratorCompleteStep ( generator, completion, done [ , realm ] )", + "number": "27.6.3.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorresume", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", + "linkingText": [ + "AsyncGeneratorResume(generator, completion)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorresume", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", + "title": "AsyncGeneratorResume ( generator, completion )", + "number": "27.6.3.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorunwrapyieldresumption", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", + "linkingText": [ + "AsyncGeneratorUnwrapYieldResumption(resumptionValue)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorunwrapyieldresumption", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", + "title": "AsyncGeneratorUnwrapYieldResumption ( resumptionValue )", + "number": "27.6.3.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratoryield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", + "linkingText": [ + "AsyncGeneratorYield(value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratoryield", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", + "title": "AsyncGeneratorYield ( value )", + "number": "27.6.3.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratorawaitreturn", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", + "linkingText": [ + "AsyncGeneratorAwaitReturn(generator)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratorawaitreturn", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", + "title": "AsyncGeneratorAwaitReturn ( generator )", + "number": "27.6.3.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncgeneratordrainqueue", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", + "linkingText": [ + "AsyncGeneratorDrainQueue(generator)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncgeneratordrainqueue", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", + "title": "AsyncGeneratorDrainQueue ( generator )", + "number": "27.6.3.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-createasynciteratorfromclosure", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", + "linkingText": [ + "CreateAsyncIteratorFromClosure(closure, generatorBrand, generatorPrototype)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createasynciteratorfromclosure", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", + "title": "CreateAsyncIteratorFromClosure ( closure, generatorBrand, generatorPrototype )", + "number": "27.6.3.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-function-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", + "linkingText": [ + "AsyncFunction" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-function-objects", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", + "title": "AsyncFunction Objects", + "number": "27.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-function-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", + "linkingText": [ + "%AsyncFunction%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-function-constructor", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", + "title": "The AsyncFunction Constructor", + "number": "27.7.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-async-function-constructor-arguments", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", + "linkingText": [ + "AsyncFunction(p1, p2, …, pn, body)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "AsyncFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-function-constructor-arguments", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", + "title": "AsyncFunction ( p1, p2, … , pn, body )", + "number": "27.7.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-function-constructor-length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AsyncFunction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-function-constructor-length", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", + "title": "AsyncFunction.length", + "number": "27.7.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-async-function-prototype-properties", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", + "linkingText": [ + "%AsyncFunction.prototype%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-function-prototype-properties", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", + "title": "Properties of the AsyncFunction Prototype Object", + "number": "27.7.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-async-functions-abstract-operations-async-function-start", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", + "linkingText": [ + "AsyncFunctionStart(promiseCapability, asyncFunctionBody)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-async-functions-abstract-operations-async-function-start", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", + "title": "AsyncFunctionStart ( promiseCapability, asyncFunctionBody )", + "number": "27.7.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-asyncblockstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", + "linkingText": [ + "AsyncBlockStart(promiseCapability, asyncBody, asyncContext)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-asyncblockstart", + "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", + "title": "AsyncBlockStart ( promiseCapability, asyncBody, asyncContext )", + "number": "27.7.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect-object", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", + "linkingText": [ + "Reflect" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect-object", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", + "title": "The Reflect Object", + "number": "28.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect-object", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", + "linkingText": [ + "%Reflect%" + ], + "localLinkingText": [], + "type": "namespace", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect-object", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", + "title": "The Reflect Object", + "number": "28.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-reflect.apply", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", + "linkingText": [ + "apply(target, thisArgument, argumentsList)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.apply", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", + "title": "Reflect.apply ( target, thisArgument, argumentsList )", + "number": "28.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.construct", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", + "linkingText": [ + "construct(target, argumentsList, newTarget)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.construct", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", + "title": "Reflect.construct ( target, argumentsList [ , newTarget ] )", + "number": "28.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.defineproperty", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", + "linkingText": [ + "defineProperty(target, propertyKey, attributes)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.defineproperty", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", + "title": "Reflect.defineProperty ( target, propertyKey, attributes )", + "number": "28.1.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.deleteproperty", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", + "linkingText": [ + "deleteProperty(target, propertyKey)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.deleteproperty", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", + "title": "Reflect.deleteProperty ( target, propertyKey )", + "number": "28.1.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.get", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", + "linkingText": [ + "get(target, propertyKey, receiver)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.get", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", + "title": "Reflect.get ( target, propertyKey [ , receiver ] )", + "number": "28.1.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.getownpropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", + "linkingText": [ + "getOwnPropertyDescriptor(target, propertyKey)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.getownpropertydescriptor", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", + "title": "Reflect.getOwnPropertyDescriptor ( target, propertyKey )", + "number": "28.1.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.getprototypeof", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", + "linkingText": [ + "getPrototypeOf(target)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.getprototypeof", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", + "title": "Reflect.getPrototypeOf ( target )", + "number": "28.1.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.has", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", + "linkingText": [ + "has(target, propertyKey)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.has", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", + "title": "Reflect.has ( target, propertyKey )", + "number": "28.1.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.isextensible", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "linkingText": [ + "isExtensible(target)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.isextensible", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "title": "Reflect.isExtensible ( target )", + "number": "28.1.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.ownkeys", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", + "linkingText": [ + "ownKeys(target)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.ownkeys", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", + "title": "Reflect.ownKeys ( target )", + "number": "28.1.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.preventextensions", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", + "linkingText": [ + "preventExtensions(target)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.preventextensions", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", + "title": "Reflect.preventExtensions ( target )", + "number": "28.1.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.set", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", + "linkingText": [ + "set(target, propertyKey, V, receiver)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.set", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", + "title": "Reflect.set ( target, propertyKey, V [ , receiver ] )", + "number": "28.1.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-reflect.setprototypeof", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", + "linkingText": [ + "setPrototypeOf(target, proto)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Reflect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-reflect.setprototypeof", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", + "title": "Reflect.setPrototypeOf ( target, proto )", + "number": "28.1.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-proxy-objects", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "linkingText": [ + "Proxy" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxy-objects", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "title": "Proxy Objects", + "number": "28.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-proxy-constructor", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", + "linkingText": [ + "%Proxy%" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxy-constructor", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", + "title": "The Proxy Constructor", + "number": "28.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-proxy-target-handler", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", + "linkingText": [ + "Proxy(target, handler)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "Proxy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxy-target-handler", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", + "title": "Proxy ( target, handler )", + "number": "28.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-proxy.revocable", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", + "linkingText": [ + "revocable(target, handler)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Proxy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-proxy.revocable", + "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", + "title": "Proxy.revocable ( target, handler )", + "number": "28.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-memory-model", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", + "linkingText": [ + "memory model" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", + "title": "29 Memory Model" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "Shared Data Block event", + "Shared Data Block events" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "ReadSharedMemory" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "WriteSharedMemory" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "ReadModifyWriteSharedMemory" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "Synchronize" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "linkingText": [ + "Synchronize event", + "Synchronize events" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-memory-model-fundamentals", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "number": "29.1" + }, + "definedIn": "prose" + }, + { + "id": "sec-agent-event-records", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", + "linkingText": [ + "Agent Events Record", + "Agent Events Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-agent-event-records", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", + "title": "Agent Events Records", + "number": "29.2" + }, + "definedIn": "prose" + }, + { + "id": "sec-chosen-value-records", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", + "linkingText": [ + "Chosen Value Record", + "Chosen Value Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-chosen-value-records", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", + "title": "Chosen Value Records", + "number": "29.3" + }, + "definedIn": "prose" + }, + { + "id": "sec-candidate-executions", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "linkingText": [ + "candidate execution", + "candidate executions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-candidate-executions", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "title": "Candidate Executions", + "number": "29.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-candidate-executions", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "linkingText": [ + "empty candidate execution", + "empty candidate executions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-candidate-executions", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "title": "Candidate Executions", + "number": "29.4" + }, + "definedIn": "prose" + }, + { + "id": "sec-event-set", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", + "linkingText": [ + "EventSet(execution)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-event-set", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", + "title": "EventSet ( execution )", + "number": "29.5.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-sharedatablockeventset", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", + "linkingText": [ + "SharedDataBlockEventSet(execution)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-sharedatablockeventset", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", + "title": "SharedDataBlockEventSet ( execution )", + "number": "29.5.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-hosteventset", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", + "linkingText": [ + "HostEventSet(execution)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-hosteventset", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", + "title": "HostEventSet ( execution )", + "number": "29.5.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-composewriteeventbytes", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "linkingText": [ + "ComposeWriteEventBytes(execution, byteIndex, Ws)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-composewriteeventbytes", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "title": "ComposeWriteEventBytes ( execution, byteIndex, Ws )", + "number": "29.5.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-valueofreadevent", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", + "linkingText": [ + "ValueOfReadEvent(execution, R)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-valueofreadevent", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", + "title": "ValueOfReadEvent ( execution, R )", + "number": "29.5.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-shared-memory-guidelines", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "linkingText": [ + "agent-order slice", + "agent-order slices" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-shared-memory-guidelines", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "title": "Shared Memory Guidelines", + "number": "29.11" + }, + "definedIn": "prose" + }, + { + "id": "sec-shared-memory-guidelines", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "linkingText": [ + "possible read values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-shared-memory-guidelines", + "href": "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "title": "Shared Memory Guidelines", + "number": "29.11" + }, + "definedIn": "prose" + }, + { + "id": "sec-runtime-semantics-characterrangeorunion-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", + "linkingText": [ + "CharacterRangeOrUnion(A, B)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-runtime-semantics-characterrangeorunion-abstract-operation", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", + "title": "CharacterRangeOrUnion ( A, B )", + "number": "B.1.2.4.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-escape-string", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", + "linkingText": [ + "escape(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-escape-string", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", + "title": "escape ( string )", + "number": "B.2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-unescape-string", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", + "linkingText": [ + "unescape(string)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "globalThis" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-unescape-string", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", + "title": "unescape ( string )", + "number": "B.2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.substr", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", + "linkingText": [ + "substr(start, length)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.substr", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", + "title": "String.prototype.substr ( start, length )", + "number": "B.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.anchor", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", + "linkingText": [ + "anchor(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.anchor", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", + "title": "String.prototype.anchor ( name )", + "number": "B.2.2.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-createhtml", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", + "linkingText": [ + "CreateHTML(string, tag, attribute, value)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-createhtml", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", + "title": "CreateHTML ( string, tag, attribute, value )", + "number": "B.2.2.2.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.big", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", + "linkingText": [ + "big()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.big", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", + "title": "String.prototype.big ( )", + "number": "B.2.2.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.blink", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", + "linkingText": [ + "blink()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.blink", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", + "title": "String.prototype.blink ( )", + "number": "B.2.2.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.bold", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", + "linkingText": [ + "bold()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.bold", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", + "title": "String.prototype.bold ( )", + "number": "B.2.2.5" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.fixed", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", + "linkingText": [ + "fixed()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.fixed", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", + "title": "String.prototype.fixed ( )", + "number": "B.2.2.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.fontcolor", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", + "linkingText": [ + "fontcolor(color)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.fontcolor", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", + "title": "String.prototype.fontcolor ( color )", + "number": "B.2.2.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.fontsize", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", + "linkingText": [ + "fontsize(size)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.fontsize", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", + "title": "String.prototype.fontsize ( size )", + "number": "B.2.2.8" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.italics", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", + "linkingText": [ + "italics()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.italics", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", + "title": "String.prototype.italics ( )", + "number": "B.2.2.9" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.link", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", + "linkingText": [ + "link(url)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.link", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", + "title": "String.prototype.link ( url )", + "number": "B.2.2.10" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.small", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", + "linkingText": [ + "small()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.small", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", + "title": "String.prototype.small ( )", + "number": "B.2.2.11" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.strike", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", + "linkingText": [ + "strike()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.strike", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", + "title": "String.prototype.strike ( )", + "number": "B.2.2.12" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.sub", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", + "linkingText": [ + "sub()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.sub", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", + "title": "String.prototype.sub ( )", + "number": "B.2.2.13" + }, + "definedIn": "heading" + }, + { + "id": "sec-string.prototype.sup", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", + "linkingText": [ + "sup()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-string.prototype.sup", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", + "title": "String.prototype.sup ( )", + "number": "B.2.2.14" + }, + "definedIn": "heading" + }, + { + "id": "String.prototype.trimleft", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", + "linkingText": [ + "trimLeft()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "String.prototype.trimleft", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", + "title": "String.prototype.trimLeft ( )", + "number": "B.2.2.15" + }, + "definedIn": "heading" + }, + { + "id": "String.prototype.trimright", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", + "linkingText": [ + "trimRight()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "String" + ], + "access": "public", + "informative": false, + "heading": { + "id": "String.prototype.trimright", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", + "title": "String.prototype.trimRight ( )", + "number": "B.2.2.16" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.getyear", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", + "linkingText": [ + "getYear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.getyear", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", + "title": "Date.prototype.getYear ( )", + "number": "B.2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.setyear", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", + "linkingText": [ + "setYear(year)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.setyear", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", + "title": "Date.prototype.setYear ( year )", + "number": "B.2.3.2" + }, + "definedIn": "heading" + }, + { + "id": "sec-date.prototype.togmtstring", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", + "linkingText": [ + "toGMTString()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Date" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-date.prototype.togmtstring", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", + "title": "Date.prototype.toGMTString ( )", + "number": "B.2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-regexp.prototype.compile", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", + "linkingText": [ + "compile(pattern, flags)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "RegExp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-regexp.prototype.compile", + "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", + "title": "RegExp.prototype.compile ( pattern, flags )", + "number": "B.2.4.1" + }, + "definedIn": "heading" } ] } \ No newline at end of file diff --git a/tr/dfns/fetch.json b/tr/dfns/fetch.json index 80a2091eb06e..81bfabe5c8b8 100644 --- a/tr/dfns/fetch.json +++ b/tr/dfns/fetch.json @@ -500,6 +500,26 @@ }, "definedIn": "dt" }, + { + "id": "create-an-opaque-timing-info", + "href": "https://fetch.spec.whatwg.org/#create-an-opaque-timing-info", + "linkingText": [ + "create an opaque timing info", + "creating an opaque timing info" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "infrastructure", + "href": "https://fetch.spec.whatwg.org/#infrastructure", + "title": "Infrastructure", + "number": "2" + }, + "definedIn": "prose" + }, { "id": "update-timing-info-from-stored-response", "href": "https://fetch.spec.whatwg.org/#update-timing-info-from-stored-response", diff --git a/tr/dfns/geolocation-API.json b/tr/dfns/geolocation-API.json index 3b6b7804b9c8..9f3a5a55c627 100644 --- a/tr/dfns/geolocation-API.json +++ b/tr/dfns/geolocation-API.json @@ -35,9 +35,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "Geolocation" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -56,9 +54,7 @@ ], "localLinkingText": [], "type": "callback", - "for": [ - "PositionCallback" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -77,9 +73,7 @@ ], "localLinkingText": [], "type": "callback", - "for": [ - "PositionErrorCallback" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -385,9 +379,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "GeolocationPosition" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -465,6 +457,25 @@ }, "definedIn": "table" }, + { + "id": "dfn-geolocation-task-source", + "href": "https://www.w3.org/TR/geolocation-API/#dfn-geolocation-task-source", + "linkingText": [ + "geolocation task source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "task-sources", + "href": "https://www.w3.org/TR/geolocation-API/#task-sources", + "title": "Task sources", + "number": "7.4" + }, + "definedIn": "dt" + }, { "id": "dom-geolocationcoordinates", "href": "https://www.w3.org/TR/geolocation-API/#dom-geolocationcoordinates", diff --git a/tr/dfns/infra.json b/tr/dfns/infra.json index bdb573df62bd..933ad25d2f74 100644 --- a/tr/dfns/infra.json +++ b/tr/dfns/infra.json @@ -477,7 +477,8 @@ "id": "byte-sequence-starts-with", "href": "https://infra.spec.whatwg.org/#byte-sequence-starts-with", "linkingText": [ - "starts with" + "starts with", + "start with" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/manifest-app-info.json b/tr/dfns/manifest-app-info.json index 8a39638a5a1e..c35869ed5385 100644 --- a/tr/dfns/manifest-app-info.json +++ b/tr/dfns/manifest-app-info.json @@ -14,7 +14,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "supplementary-manifest-members", "href": "https://www.w3.org/TR/manifest-app-info/#supplementary-manifest-members", @@ -33,7 +33,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "supplementary-manifest-members", "href": "https://www.w3.org/TR/manifest-app-info/#supplementary-manifest-members", @@ -52,7 +52,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "supplementary-manifest-members", "href": "https://www.w3.org/TR/manifest-app-info/#supplementary-manifest-members", @@ -71,7 +71,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "categories-member", "href": "https://www.w3.org/TR/manifest-app-info/#categories-member", @@ -90,7 +90,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "description-member", "href": "https://www.w3.org/TR/manifest-app-info/#description-member", @@ -109,7 +109,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "iarc_rating_id-member", "href": "https://www.w3.org/TR/manifest-app-info/#iarc_rating_id-member", @@ -128,7 +128,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "screenshots-member", "href": "https://www.w3.org/TR/manifest-app-info/#screenshots-member", @@ -147,7 +147,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "screenshot-object-and-its-members", "href": "https://www.w3.org/TR/manifest-app-info/#screenshot-object-and-its-members", @@ -166,7 +166,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "label-member", "href": "https://www.w3.org/TR/manifest-app-info/#label-member", @@ -185,7 +185,7 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "platform-member", "href": "https://www.w3.org/TR/manifest-app-info/#platform-member", diff --git a/tr/dfns/media-source-2.json b/tr/dfns/media-source-2.json new file mode 100644 index 000000000000..b1538ae25a10 --- /dev/null +++ b/tr/dfns/media-source-2.json @@ -0,0 +1,2687 @@ +{ + "spec": { + "title": "Media Source Extensions™", + "url": "https://www.w3.org/TR/media-source-2/" + }, + "dfns": [ + { + "id": "active-track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#active-track-buffers", + "linkingText": [ + "Active Track Buffers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "append-window", + "href": "https://www.w3.org/TR/media-source-2/#append-window", + "linkingText": [ + "Append Window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "coded-frame", + "href": "https://www.w3.org/TR/media-source-2/#coded-frame", + "linkingText": [ + "Coded Frame" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "coded-frame-duration", + "href": "https://www.w3.org/TR/media-source-2/#coded-frame-duration", + "linkingText": [ + "Coded Frame Duration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "coded-frame-end-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#coded-frame-end-timestamp", + "linkingText": [ + "Coded Frame End Timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "coded-frame-group", + "href": "https://www.w3.org/TR/media-source-2/#coded-frame-group", + "linkingText": [ + "Coded Frame Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "decode-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#decode-timestamp", + "linkingText": [ + "Decode Timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "init-segment", + "href": "https://www.w3.org/TR/media-source-2/#init-segment", + "linkingText": [ + "Initialization Segment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "media-segment", + "href": "https://www.w3.org/TR/media-source-2/#media-segment", + "linkingText": [ + "Media Segment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "mediasource-object-url", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-object-url", + "linkingText": [ + "MediaSource object URL" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "parent-media-source", + "href": "https://www.w3.org/TR/media-source-2/#parent-media-source", + "linkingText": [ + "Parent Media Source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "presentation-start-time", + "href": "https://www.w3.org/TR/media-source-2/#presentation-start-time", + "linkingText": [ + "Presentation Start Time" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "presentation-interval", + "href": "https://www.w3.org/TR/media-source-2/#presentation-interval", + "linkingText": [ + "Presentation Interval" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "presentation-order", + "href": "https://www.w3.org/TR/media-source-2/#presentation-order", + "linkingText": [ + "Presentation Order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "presentation-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#presentation-timestamp", + "linkingText": [ + "Presentation Timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "random-access-point", + "href": "https://www.w3.org/TR/media-source-2/#random-access-point", + "linkingText": [ + "Random Access Point" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "sourcebuffer-byte-stream-format-spec", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-byte-stream-format-spec", + "linkingText": [ + "SourceBuffer byte stream format specification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "sourcebuffer-configuration", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-configuration", + "linkingText": [ + "SourceBuffer configuration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "track-description", + "href": "https://www.w3.org/TR/media-source-2/#track-description", + "linkingText": [ + "Track Description" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "track-id", + "href": "https://www.w3.org/TR/media-source-2/#track-id", + "linkingText": [ + "Track ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "title": "Definitions", + "number": "1.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource", + "linkingText": [ + "MediaSource" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "heading" + }, + { + "id": "dfn-live-seekable-range", + "href": "https://www.w3.org/TR/media-source-2/#dfn-live-seekable-range", + "linkingText": [ + "[[live seekable range]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dom-readystate", + "href": "https://www.w3.org/TR/media-source-2/#dom-readystate", + "linkingText": [ + "ReadyState" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "dom-readystate-closed", + "href": "https://www.w3.org/TR/media-source-2/#dom-readystate-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ReadyState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-readystate-open", + "href": "https://www.w3.org/TR/media-source-2/#dom-readystate-open", + "linkingText": [ + "open" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ReadyState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-readystate-ended", + "href": "https://www.w3.org/TR/media-source-2/#dom-readystate-ended", + "linkingText": [ + "ended" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ReadyState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-endofstreamerror", + "href": "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror", + "linkingText": [ + "EndOfStreamError" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "dom-endofstreamerror-network", + "href": "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror-network", + "linkingText": [ + "network" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "EndOfStreamError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-endofstreamerror-decode", + "href": "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror-decode", + "linkingText": [ + "decode" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "EndOfStreamError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-mediasource-constructor", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-constructor", + "linkingText": [ + "constructor()" + ], + "localLinkingText": [ + "MediaSource.constructor", + "MediaSource.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "title": "MediaSource Object", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "dom-mediasource-sourcebuffers", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-sourcebuffers", + "linkingText": [ + "sourceBuffers" + ], + "localLinkingText": [ + "MediaSource.sourceBuffers" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-activesourcebuffers", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-activesourcebuffers", + "linkingText": [ + "activeSourceBuffers" + ], + "localLinkingText": [ + "MediaSource.activeSourceBuffers" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-readystate", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-readystate", + "linkingText": [ + "readyState" + ], + "localLinkingText": [ + "MediaSource.readyState" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-duration", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-duration", + "linkingText": [ + "duration" + ], + "localLinkingText": [ + "MediaSource.duration" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-onsourceopen", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceopen", + "linkingText": [ + "onsourceopen" + ], + "localLinkingText": [ + "MediaSource.onsourceopen" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-onsourceended", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceended", + "linkingText": [ + "onsourceended" + ], + "localLinkingText": [ + "MediaSource.onsourceended" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-onsourceclose", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceclose", + "linkingText": [ + "onsourceclose" + ], + "localLinkingText": [ + "MediaSource.onsourceclose" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-canconstructindedicatedworker", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-canconstructindedicatedworker", + "linkingText": [ + "canConstructInDedicatedWorker" + ], + "localLinkingText": [ + "MediaSource.canConstructInDedicatedWorker" + ], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "title": "Attributes", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-addsourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-addsourcebuffer", + "linkingText": [ + "addSourceBuffer()", + "addSourceBuffer(type)" + ], + "localLinkingText": [ + "MediaSource.addSourceBuffer", + "MediaSource.addSourceBuffer()", + "addSourceBuffer" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-removesourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-removesourcebuffer", + "linkingText": [ + "removeSourceBuffer()", + "removeSourceBuffer(sourceBuffer)" + ], + "localLinkingText": [ + "MediaSource.removeSourceBuffer", + "MediaSource.removeSourceBuffer()", + "removeSourceBuffer" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-endofstream", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-endofstream", + "linkingText": [ + "endOfStream()", + "endOfStream(error)" + ], + "localLinkingText": [ + "MediaSource.endOfStream", + "MediaSource.endOfStream()", + "endOfStream" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-setliveseekablerange", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-setliveseekablerange", + "linkingText": [ + "setLiveSeekableRange()", + "setLiveSeekableRange(start, end)" + ], + "localLinkingText": [ + "MediaSource.setLiveSeekableRange", + "MediaSource.setLiveSeekableRange()", + "setLiveSeekableRange" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-clearliveseekablerange", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-clearliveseekablerange", + "linkingText": [ + "clearLiveSeekableRange()" + ], + "localLinkingText": [ + "MediaSource.clearLiveSeekableRange", + "MediaSource.clearLiveSeekableRange()", + "clearLiveSeekableRange" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediasource-istypesupported", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource-istypesupported", + "linkingText": [ + "isTypeSupported()", + "isTypeSupported(type)" + ], + "localLinkingText": [ + "MediaSource.isTypeSupported", + "MediaSource.isTypeSupported()", + "isTypeSupported" + ], + "type": "method", + "for": [ + "MediaSource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "title": "Methods", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-sourceopen", + "href": "https://www.w3.org/TR/media-source-2/#dfn-sourceopen", + "linkingText": [ + "sourceopen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-events", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-events", + "title": "Event Summary", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-sourceended", + "href": "https://www.w3.org/TR/media-source-2/#dfn-sourceended", + "linkingText": [ + "sourceended" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-events", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-events", + "title": "Event Summary", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-sourceclose", + "href": "https://www.w3.org/TR/media-source-2/#dfn-sourceclose", + "linkingText": [ + "sourceclose" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-events", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-events", + "title": "Event Summary", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-cross-context-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#dfn-cross-context-communication-model", + "linkingText": [ + "Cross-context communication model" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-in-worker-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "title": "Cross-context communication model", + "number": "2.4" + }, + "definedIn": "heading" + }, + { + "id": "dfn-port-to-main", + "href": "https://www.w3.org/TR/media-source-2/#dfn-port-to-main", + "linkingText": [ + "[[port to main]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "MediaSource" + ], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-in-worker-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "title": "Cross-context communication model", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-port-to-worker", + "href": "https://www.w3.org/TR/media-source-2/#dfn-port-to-worker", + "linkingText": [ + "[[port to worker]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLMediaElement" + ], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-in-worker-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "title": "Cross-context communication model", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-channel-with-worker", + "href": "https://www.w3.org/TR/media-source-2/#dfn-channel-with-worker", + "linkingText": [ + "[[channel with worker]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLMediaElement" + ], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-in-worker-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "title": "Cross-context communication model", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-attaching-to-a-media-element", + "href": "https://www.w3.org/TR/media-source-2/#dfn-attaching-to-a-media-element", + "linkingText": [ + "Attaching to a media element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-attach", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-attach", + "title": "Attaching to a media element", + "number": "2.5.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-detaching-from-a-media-element", + "href": "https://www.w3.org/TR/media-source-2/#dfn-detaching-from-a-media-element", + "linkingText": [ + "Detaching from a media element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-detach", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-detach", + "title": "Detaching from a media element", + "number": "2.5.2" + }, + "definedIn": "heading" + }, + { + "id": "dfn-seeking", + "href": "https://www.w3.org/TR/media-source-2/#dfn-seeking", + "linkingText": [ + "Seeking" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediasource-seeking", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-seeking", + "title": "Seeking", + "number": "2.5.3" + }, + "definedIn": "heading" + }, + { + "id": "dfn-sourcebuffer-monitoring", + "href": "https://www.w3.org/TR/media-source-2/#dfn-sourcebuffer-monitoring", + "linkingText": [ + "SourceBuffer Monitoring" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "buffer-monitoring", + "href": "https://www.w3.org/TR/media-source-2/#buffer-monitoring", + "title": "SourceBuffer Monitoring", + "number": "2.5.4" + }, + "definedIn": "heading" + }, + { + "id": "enough-data", + "href": "https://www.w3.org/TR/media-source-2/#enough-data", + "linkingText": [ + "enough data to ensure uninterrupted playback" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "buffer-monitoring", + "href": "https://www.w3.org/TR/media-source-2/#buffer-monitoring", + "title": "SourceBuffer Monitoring", + "number": "2.5.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-changes-to-selected-enabled-track-state", + "href": "https://www.w3.org/TR/media-source-2/#dfn-changes-to-selected-enabled-track-state", + "linkingText": [ + "Changes to selected/enabled track state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "active-source-buffer-changes", + "href": "https://www.w3.org/TR/media-source-2/#active-source-buffer-changes", + "title": "Changes to selected/enabled track state", + "number": "2.5.5" + }, + "definedIn": "heading" + }, + { + "id": "dfn-duration-change", + "href": "https://www.w3.org/TR/media-source-2/#dfn-duration-change", + "linkingText": [ + "Duration change" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "duration-change-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#duration-change-algorithm", + "title": "Duration change", + "number": "2.5.6" + }, + "definedIn": "heading" + }, + { + "id": "dfn-end-of-stream", + "href": "https://www.w3.org/TR/media-source-2/#dfn-end-of-stream", + "linkingText": [ + "End of stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "end-of-stream-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#end-of-stream-algorithm", + "title": "End of stream", + "number": "2.5.7" + }, + "definedIn": "heading" + }, + { + "id": "dom-sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer", + "linkingText": [ + "SourceBuffer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "title": "SourceBuffer Object", + "number": "3" + }, + "definedIn": "heading" + }, + { + "id": "dom-appendmode", + "href": "https://www.w3.org/TR/media-source-2/#dom-appendmode", + "linkingText": [ + "AppendMode" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "title": "SourceBuffer Object", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dom-appendmode-segments", + "href": "https://www.w3.org/TR/media-source-2/#dom-appendmode-segments", + "linkingText": [ + "segments" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "AppendMode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "title": "SourceBuffer Object", + "number": "3" + }, + "definedIn": "table" + }, + { + "id": "dom-appendmode-sequence", + "href": "https://www.w3.org/TR/media-source-2/#dom-appendmode-sequence", + "linkingText": [ + "sequence" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "AppendMode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "title": "SourceBuffer Object", + "number": "3" + }, + "definedIn": "table" + }, + { + "id": "dom-sourcebuffer-mode", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-mode", + "linkingText": [ + "mode" + ], + "localLinkingText": [ + "SourceBuffer.mode" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-updating", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-updating", + "linkingText": [ + "updating" + ], + "localLinkingText": [ + "SourceBuffer.updating" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-buffered", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-buffered", + "linkingText": [ + "buffered" + ], + "localLinkingText": [ + "SourceBuffer.buffered" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-timestampoffset", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-timestampoffset", + "linkingText": [ + "timestampOffset" + ], + "localLinkingText": [ + "SourceBuffer.timestampOffset" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-audiotracks", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-audiotracks", + "linkingText": [ + "audioTracks" + ], + "localLinkingText": [ + "SourceBuffer.audioTracks" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-videotracks", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-videotracks", + "linkingText": [ + "videoTracks" + ], + "localLinkingText": [ + "SourceBuffer.videoTracks" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-texttracks", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-texttracks", + "linkingText": [ + "textTracks" + ], + "localLinkingText": [ + "SourceBuffer.textTracks" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-appendwindowstart", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendwindowstart", + "linkingText": [ + "appendWindowStart" + ], + "localLinkingText": [ + "SourceBuffer.appendWindowStart" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-appendwindowend", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendwindowend", + "linkingText": [ + "appendWindowEnd" + ], + "localLinkingText": [ + "SourceBuffer.appendWindowEnd" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-onupdatestart", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdatestart", + "linkingText": [ + "onupdatestart" + ], + "localLinkingText": [ + "SourceBuffer.onupdatestart" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-onupdate", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdate", + "linkingText": [ + "onupdate" + ], + "localLinkingText": [ + "SourceBuffer.onupdate" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-onupdateend", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdateend", + "linkingText": [ + "onupdateend" + ], + "localLinkingText": [ + "SourceBuffer.onupdateend" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-onerror", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onerror", + "linkingText": [ + "onerror" + ], + "localLinkingText": [ + "SourceBuffer.onerror" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-onabort", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onabort", + "linkingText": [ + "onabort" + ], + "localLinkingText": [ + "SourceBuffer.onabort" + ], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "title": "Attributes", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-appendbuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendbuffer", + "linkingText": [ + "appendBuffer()", + "appendBuffer(data)" + ], + "localLinkingText": [ + "SourceBuffer.appendBuffer", + "SourceBuffer.appendBuffer()", + "appendBuffer" + ], + "type": "method", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods-0", + "href": "https://www.w3.org/TR/media-source-2/#methods-0", + "title": "Methods", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-abort", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-abort", + "linkingText": [ + "abort()" + ], + "localLinkingText": [ + "SourceBuffer.abort", + "SourceBuffer.abort()", + "abort" + ], + "type": "method", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods-0", + "href": "https://www.w3.org/TR/media-source-2/#methods-0", + "title": "Methods", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-changetype", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-changetype", + "linkingText": [ + "changeType()", + "changeType(type)" + ], + "localLinkingText": [ + "SourceBuffer.changeType", + "SourceBuffer.changeType()", + "changeType" + ], + "type": "method", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods-0", + "href": "https://www.w3.org/TR/media-source-2/#methods-0", + "title": "Methods", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebuffer-remove", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-remove", + "linkingText": [ + "remove()", + "remove(start, end)" + ], + "localLinkingText": [ + "SourceBuffer.remove", + "SourceBuffer.remove()", + "remove" + ], + "type": "method", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "methods-0", + "href": "https://www.w3.org/TR/media-source-2/#methods-0", + "title": "Methods", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "track-buffer", + "href": "https://www.w3.org/TR/media-source-2/#track-buffer", + "linkingText": [ + "track buffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "last-decode-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#last-decode-timestamp", + "linkingText": [ + "last decode timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "last-frame-duration", + "href": "https://www.w3.org/TR/media-source-2/#last-frame-duration", + "linkingText": [ + "last frame duration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "highest-end-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#highest-end-timestamp", + "linkingText": [ + "highest end timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "need-RAP-flag", + "href": "https://www.w3.org/TR/media-source-2/#need-RAP-flag", + "linkingText": [ + "need random access point flag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "track-buffer-ranges", + "href": "https://www.w3.org/TR/media-source-2/#track-buffer-ranges", + "linkingText": [ + "track buffer ranges" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "title": "Track Buffers", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-updatestart", + "href": "https://www.w3.org/TR/media-source-2/#dfn-updatestart", + "linkingText": [ + "updatestart" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "title": "Event Summary", + "number": "3.4" + }, + "definedIn": "table" + }, + { + "id": "dfn-update", + "href": "https://www.w3.org/TR/media-source-2/#dfn-update", + "linkingText": [ + "update" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "title": "Event Summary", + "number": "3.4" + }, + "definedIn": "table" + }, + { + "id": "dfn-updateend", + "href": "https://www.w3.org/TR/media-source-2/#dfn-updateend", + "linkingText": [ + "updateend" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "title": "Event Summary", + "number": "3.4" + }, + "definedIn": "table" + }, + { + "id": "dfn-error", + "href": "https://www.w3.org/TR/media-source-2/#dfn-error", + "linkingText": [ + "error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "title": "Event Summary", + "number": "3.4" + }, + "definedIn": "table" + }, + { + "id": "dfn-abort", + "href": "https://www.w3.org/TR/media-source-2/#dfn-abort", + "linkingText": [ + "abort" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "title": "Event Summary", + "number": "3.4" + }, + "definedIn": "table" + }, + { + "id": "dfn-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#dfn-segment-parser-loop", + "linkingText": [ + "Segment Parser Loop" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-append-state", + "href": "https://www.w3.org/TR/media-source-2/#dfn-append-state", + "linkingText": [ + "[[append state]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sourcebuffer-waiting-for-segment", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-waiting-for-segment", + "linkingText": [ + "WAITING_FOR_SEGMENT" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "table" + }, + { + "id": "sourcebuffer-parsing-init-segment", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-parsing-init-segment", + "linkingText": [ + "PARSING_INIT_SEGMENT" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "table" + }, + { + "id": "sourcebuffer-parsing-media-segment", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-parsing-media-segment", + "linkingText": [ + "PARSING_MEDIA_SEGMENT" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "table" + }, + { + "id": "dfn-input-buffer", + "href": "https://www.w3.org/TR/media-source-2/#dfn-input-buffer", + "linkingText": [ + "[[input buffer]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-buffer-full-flag", + "href": "https://www.w3.org/TR/media-source-2/#dfn-buffer-full-flag", + "linkingText": [ + "[[buffer full flag]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-group-start-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#dfn-group-start-timestamp", + "linkingText": [ + "[[group start timestamp]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-group-end-timestamp", + "href": "https://www.w3.org/TR/media-source-2/#dfn-group-end-timestamp", + "linkingText": [ + "[[group end timestamp]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-generate-timestamps-flag", + "href": "https://www.w3.org/TR/media-source-2/#dfn-generate-timestamps-flag", + "linkingText": [ + "[[generate timestamps flag]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-reset-parser-state", + "href": "https://www.w3.org/TR/media-source-2/#dfn-reset-parser-state", + "linkingText": [ + "Reset Parser State" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-reset-parser-state", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-reset-parser-state", + "title": "Reset Parser State", + "number": "3.5.2" + }, + "definedIn": "heading" + }, + { + "id": "dfn-append-error", + "href": "https://www.w3.org/TR/media-source-2/#dfn-append-error", + "linkingText": [ + "Append Error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer-append-error", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-append-error", + "title": "Append Error", + "number": "3.5.3" + }, + "definedIn": "heading" + }, + { + "id": "dfn-prepare-append", + "href": "https://www.w3.org/TR/media-source-2/#dfn-prepare-append", + "linkingText": [ + "Prepare Append" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-prepare-append", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-prepare-append", + "title": "Prepare Append", + "number": "3.5.4" + }, + "definedIn": "heading" + }, + { + "id": "dfn-buffer-append", + "href": "https://www.w3.org/TR/media-source-2/#dfn-buffer-append", + "linkingText": [ + "Buffer Append" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-buffer-append", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-buffer-append", + "title": "Buffer Append", + "number": "3.5.5" + }, + "definedIn": "heading" + }, + { + "id": "dfn-range-removal", + "href": "https://www.w3.org/TR/media-source-2/#dfn-range-removal", + "linkingText": [ + "Range Removal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-range-removal", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-range-removal", + "title": "Range Removal", + "number": "3.5.6" + }, + "definedIn": "heading" + }, + { + "id": "dfn-initialization-segment-received", + "href": "https://www.w3.org/TR/media-source-2/#dfn-initialization-segment-received", + "linkingText": [ + "Initialization Segment Received" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-init-segment-received", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-init-segment-received", + "title": "Initialization Segment Received", + "number": "3.5.7" + }, + "definedIn": "heading" + }, + { + "id": "dfn-first-initialization-segment-received-flag", + "href": "https://www.w3.org/TR/media-source-2/#dfn-first-initialization-segment-received-flag", + "linkingText": [ + "[[first initialization segment received flag]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-init-segment-received", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-init-segment-received", + "title": "Initialization Segment Received", + "number": "3.5.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-pending-initialization-segment-for-changetype-flag", + "href": "https://www.w3.org/TR/media-source-2/#dfn-pending-initialization-segment-for-changetype-flag", + "linkingText": [ + "[[pending initialization segment for changeType flag]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SourceBuffer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-init-segment-received", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-init-segment-received", + "title": "Initialization Segment Received", + "number": "3.5.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-coded-frame-processing", + "href": "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-processing", + "linkingText": [ + "Coded Frame Processing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebuffer-coded-frame-processing", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-processing", + "title": "Coded Frame Processing", + "number": "3.5.8" + }, + "definedIn": "heading" + }, + { + "id": "dfn-coded-frame-removal", + "href": "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-removal", + "linkingText": [ + "Coded Frame Removal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-coded-frame-removal", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-removal", + "title": "Coded Frame Removal", + "number": "3.5.9" + }, + "definedIn": "heading" + }, + { + "id": "dfn-coded-frame-eviction", + "href": "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-eviction", + "linkingText": [ + "Coded Frame Eviction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-coded-frame-eviction", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-eviction", + "title": "Coded Frame Eviction", + "number": "3.5.10" + }, + "definedIn": "heading" + }, + { + "id": "dfn-audio-splice-frame", + "href": "https://www.w3.org/TR/media-source-2/#dfn-audio-splice-frame", + "linkingText": [ + "Audio Splice Frame" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-audio-splice-frame-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-frame-algorithm", + "title": "Audio Splice Frame", + "number": "3.5.11" + }, + "definedIn": "heading" + }, + { + "id": "dfn-audio-splice-rendering", + "href": "https://www.w3.org/TR/media-source-2/#dfn-audio-splice-rendering", + "linkingText": [ + "Audio Splice Rendering" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-audio-splice-rendering-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-rendering-algorithm", + "title": "Audio Splice Rendering", + "number": "3.5.12" + }, + "definedIn": "heading" + }, + { + "id": "dfn-text-splice-frame", + "href": "https://www.w3.org/TR/media-source-2/#dfn-text-splice-frame", + "linkingText": [ + "Text Splice Frame" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebuffer-text-splice-frame-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-text-splice-frame-algorithm", + "title": "Text Splice Frame", + "number": "3.5.13" + }, + "definedIn": "heading" + }, + { + "id": "dom-sourcebufferlist", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist", + "linkingText": [ + "SourceBufferList" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebufferlist", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist", + "title": "SourceBufferList Object", + "number": "4" + }, + "definedIn": "heading" + }, + { + "id": "dom-sourcebufferlist-getter", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-getter", + "linkingText": [ + "getter()", + "getter(index)" + ], + "localLinkingText": [ + "SourceBufferList.getter", + "SourceBufferList.getter()", + "getter" + ], + "type": "method", + "for": [ + "SourceBufferList" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sourcebufferlist", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist", + "title": "SourceBufferList Object", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-sourcebufferlist-length", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-length", + "linkingText": [ + "length" + ], + "localLinkingText": [ + "SourceBufferList.length" + ], + "type": "attribute", + "for": [ + "SourceBufferList" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-1", + "href": "https://www.w3.org/TR/media-source-2/#attributes-1", + "title": "Attributes", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebufferlist-onaddsourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-onaddsourcebuffer", + "linkingText": [ + "onaddsourcebuffer" + ], + "localLinkingText": [ + "SourceBufferList.onaddsourcebuffer" + ], + "type": "attribute", + "for": [ + "SourceBufferList" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-1", + "href": "https://www.w3.org/TR/media-source-2/#attributes-1", + "title": "Attributes", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sourcebufferlist-onremovesourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-onremovesourcebuffer", + "linkingText": [ + "onremovesourcebuffer" + ], + "localLinkingText": [ + "SourceBufferList.onremovesourcebuffer" + ], + "type": "attribute", + "for": [ + "SourceBufferList" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-1", + "href": "https://www.w3.org/TR/media-source-2/#attributes-1", + "title": "Attributes", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-sourcebufferlist-getter", + "href": "https://www.w3.org/TR/media-source-2/#dfn-sourcebufferlist-getter", + "linkingText": [ + "sourcebufferlist-getter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "methods-1", + "href": "https://www.w3.org/TR/media-source-2/#methods-1", + "title": "Methods", + "number": "4.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-addsourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dfn-addsourcebuffer", + "linkingText": [ + "addsourcebuffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebufferlist-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist-events", + "title": "Event Summary", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-removesourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dfn-removesourcebuffer", + "linkingText": [ + "removesourcebuffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sourcebufferlist-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist-events", + "title": "Event Summary", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "dom-audiotrack-sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-audiotrack-sourcebuffer", + "linkingText": [ + "sourceBuffer" + ], + "localLinkingText": [ + "AudioTrack.sourceBuffer" + ], + "type": "attribute", + "for": [ + "AudioTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-2", + "href": "https://www.w3.org/TR/media-source-2/#attributes-2", + "title": "Attributes" + }, + "definedIn": "dt" + }, + { + "id": "dom-videotrack-sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-videotrack-sourcebuffer", + "linkingText": [ + "sourceBuffer" + ], + "localLinkingText": [ + "VideoTrack.sourceBuffer" + ], + "type": "attribute", + "for": [ + "VideoTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-3", + "href": "https://www.w3.org/TR/media-source-2/#attributes-3", + "title": "Attributes" + }, + "definedIn": "dt" + }, + { + "id": "dom-texttrack-sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#dom-texttrack-sourcebuffer", + "linkingText": [ + "sourceBuffer" + ], + "localLinkingText": [ + "TextTrack.sourceBuffer" + ], + "type": "attribute", + "for": [ + "TextTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes-4", + "href": "https://www.w3.org/TR/media-source-2/#attributes-4", + "title": "Attributes" + }, + "definedIn": "dt" + }, + { + "id": "dfn-byte-stream-formats", + "href": "https://www.w3.org/TR/media-source-2/#dfn-byte-stream-formats", + "linkingText": [ + "Byte Stream Formats" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "byte-stream-formats", + "href": "https://www.w3.org/TR/media-source-2/#byte-stream-formats", + "title": "Byte Stream Formats", + "number": "9" + }, + "definedIn": "heading" + }, + { + "id": "byte-stream-format-specs", + "href": "https://www.w3.org/TR/media-source-2/#byte-stream-format-specs", + "linkingText": [ + "byte stream format specifications" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "byte-stream-formats", + "href": "https://www.w3.org/TR/media-source-2/#byte-stream-formats", + "title": "Byte Stream Formats", + "number": "9" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/payment-request.json b/tr/dfns/payment-request.json index 27d9d56aff98..8f650afec9ad 100644 --- a/tr/dfns/payment-request.json +++ b/tr/dfns/payment-request.json @@ -1949,24 +1949,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-json-stringify", - "href": "https://www.w3.org/TR/payment-request/#dfn-json-stringify", - "linkingText": [ - "JSON.stringify" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "href": "https://www.w3.org/TR/payment-request/#dependencies", - "title": "16. Dependencies" - }, - "definedIn": "prose" - }, { "id": "dfn-json-serialize", "href": "https://www.w3.org/TR/payment-request/#dfn-json-serialize", @@ -1990,43 +1972,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-country-subdivision-names", - "href": "https://www.w3.org/TR/payment-request/#dfn-country-subdivision-names", - "linkingText": [ - "country subdivision names", - "Country subdivision name" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "href": "https://www.w3.org/TR/payment-request/#dependencies", - "title": "16. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-country-subdivision-code-element", - "href": "https://www.w3.org/TR/payment-request/#dfn-country-subdivision-code-element", - "linkingText": [ - "country subdivision code element" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "href": "https://www.w3.org/TR/payment-request/#dependencies", - "title": "16. Dependencies" - }, - "definedIn": "prose" - }, { "id": "dfn-user-agent", "href": "https://www.w3.org/TR/payment-request/#dfn-user-agent", diff --git a/tr/dfns/tc39-import-assertions.json b/tr/dfns/tc39-import-assertions.json index f4589d3309d4..8a81e2f75945 100644 --- a/tr/dfns/tc39-import-assertions.json +++ b/tr/dfns/tc39-import-assertions.json @@ -16,10 +16,9 @@ "access": "private", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/proposal-import-assertions/#null", - "title": "ModuleRequest Records", - "number": "2.9" + "id": "sec-semantics", + "href": "https://tc39.es/proposal-import-assertions/#sec-semantics", + "title": "2 Semantics" }, "definedIn": "prose" } diff --git a/tr/dfns/tc39-shadowrealm.json b/tr/dfns/tc39-shadowrealm.json index 9d239e828a49..7c614a5841cf 100644 --- a/tr/dfns/tc39-shadowrealm.json +++ b/tr/dfns/tc39-shadowrealm.json @@ -16,8 +16,8 @@ "access": "private", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/proposal-shadowrealm/#null", + "id": "sec-wrapped-function-exotic-objects", + "href": "https://tc39.es/proposal-shadowrealm/#sec-wrapped-function-exotic-objects", "title": "2 Wrapped Function Exotic Objects" }, "definedIn": "prose" diff --git a/tr/dfns/tc39-top-level-await.json b/tr/dfns/tc39-top-level-await.json index bad4c584d103..ace4bb69a9cb 100644 --- a/tr/dfns/tc39-top-level-await.json +++ b/tr/dfns/tc39-top-level-await.json @@ -16,8 +16,8 @@ "access": "private", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/proposal-top-level-await/#null", + "id": "sec-abstract-module-records", + "href": "https://tc39.es/proposal-top-level-await/#sec-abstract-module-records", "title": "5 Abstract Module Records" }, "definedIn": "table" @@ -34,8 +34,8 @@ "access": "private", "informative": false, "heading": { - "id": "", - "href": "https://tc39.es/proposal-top-level-await/#null", + "id": "sec-cyclic-module-records", + "href": "https://tc39.es/proposal-top-level-await/#sec-cyclic-module-records", "title": "6 Cyclic Module Records" }, "definedIn": "prose" diff --git a/tr/dfns/w3c-patent-policy.json b/tr/dfns/w3c-patent-policy.json new file mode 100644 index 000000000000..8574eaa7afbb --- /dev/null +++ b/tr/dfns/w3c-patent-policy.json @@ -0,0 +1,279 @@ +{ + "spec": { + "title": "W3C Patent Policy", + "url": "https://www.w3.org/Consortium/Patent-Policy/" + }, + "dfns": [ + { + "id": "specification", + "href": "https://www.w3.org/Consortium/Patent-Policy/#specification", + "linkingText": [ + "Specification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-Licensing", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Licensing", + "title": "Licensing Goals for W3C Specifications", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "patent-review-draft", + "href": "https://www.w3.org/Consortium/Patent-Policy/#patent-review-draft", + "linkingText": [ + "Patent Review Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-Licensing", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Licensing", + "title": "Licensing Goals for W3C Specifications", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "participant", + "href": "https://www.w3.org/Consortium/Patent-Policy/#participant", + "linkingText": [ + "participant" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-W3C-RF-license", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-W3C-RF-license", + "title": "W3C RF Licensing Requirements for All Working Group Participants", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "licensing-commitment", + "href": "https://www.w3.org/Consortium/Patent-Policy/#licensing-commitment", + "linkingText": [ + "Licensing Commitment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "#spec-licensing-commitments", + "href": "https://www.w3.org/Consortium/Patent-Policy/##spec-licensing-commitments", + "title": "Specification Licensing Commitments", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "exclusion-opportunity", + "href": "https://www.w3.org/Consortium/Patent-Policy/#exclusion-opportunity", + "linkingText": [ + "Exclusion Opportunity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-exclusion-with", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclusion-with", + "title": "Exclusion With Continued Participation", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "call-for-exclusion", + "href": "https://www.w3.org/Consortium/Patent-Policy/#call-for-exclusion", + "linkingText": [ + "Call for Exclusion" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-exclude-mech", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclude-mech", + "title": "Exclusion Mechanics", + "number": "4.5" + }, + "definedIn": "prose" + }, + { + "id": "def-RF", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-RF", + "linkingText": [ + "W3C Royalty-Free license", + "W3C RF Licensing Requirements", + "W3C Royalty-Free Licensing Requirements" + ], + "localLinkingText": [ + "RF License" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-Requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Requirements", + "title": "W3C Royalty-Free (RF) Licensing Requirements", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "disclosure", + "href": "https://www.w3.org/Consortium/Patent-Policy/#disclosure", + "linkingText": [ + "Disclosure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-disclosure-requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requirements", + "title": "Disclosure Requirements", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "disclosure-requirement", + "href": "https://www.w3.org/Consortium/Patent-Policy/#disclosure-requirement", + "linkingText": [ + "disclosure requirement" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-disclosure-requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requirements", + "title": "Disclosure Requirements", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "disclosure-requests", + "href": "https://www.w3.org/Consortium/Patent-Policy/#disclosure-requests", + "linkingText": [ + "Disclosure requests" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-disclosure-requests", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requests", + "title": "Disclosure Requests", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "patent-advisory-group", + "href": "https://www.w3.org/Consortium/Patent-Policy/#patent-advisory-group", + "linkingText": [ + "Patent Advisory Group", + "PAG" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-PAG-formation", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-formation", + "title": "PAG Formation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "pag-proposal", + "href": "https://www.w3.org/Consortium/Patent-Policy/#pag-proposal", + "linkingText": [ + "PAG Proposal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-PAG-conclude-alternate", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-alternate", + "title": "Procedure for Considering Alternate Licensing Terms", + "number": "7.5.3" + }, + "definedIn": "prose" + }, + { + "id": "essential-claims", + "href": "https://www.w3.org/Consortium/Patent-Policy/#essential-claims", + "linkingText": [ + "Essential Claims" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "def-essential", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential", + "title": "Definition of Essential Claims", + "number": "8" + }, + "definedIn": "heading" + }, + { + "id": "dfn-norm", + "href": "https://www.w3.org/Consortium/Patent-Policy/#dfn-norm", + "linkingText": [ + "normative" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "def-essential-requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential-requirements", + "title": "Definition of Normative, Optional and Informative", + "number": "8.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/w3c-process.json b/tr/dfns/w3c-process.json new file mode 100644 index 000000000000..bbbbdb98bd76 --- /dev/null +++ b/tr/dfns/w3c-process.json @@ -0,0 +1,1842 @@ +{ + "spec": { + "title": "W3C Process Document", + "url": "https://www.w3.org/Consortium/Process/" + }, + "dfns": [ + { + "id": "not-required", + "href": "https://www.w3.org/Consortium/Process/#not-required", + "linkingText": [ + "not required" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terms", + "href": "https://www.w3.org/Consortium/Process/#terms", + "title": "Conformance and specialized terms" + }, + "definedIn": "prose" + }, + { + "id": "advisory-committee", + "href": "https://www.w3.org/Consortium/Process/#advisory-committee", + "linkingText": [ + "Advisory Committee", + "AC" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Members", + "href": "https://www.w3.org/Consortium/Process/#Members", + "title": "Members", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "advisory-committee-representative", + "href": "https://www.w3.org/Consortium/Process/#advisory-committee-representative", + "linkingText": [ + "Advisory Committee representative", + "AC representative" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Members", + "href": "https://www.w3.org/Consortium/Process/#Members", + "title": "Members", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "fdn-member-consortium", + "href": "https://www.w3.org/Consortium/Process/#fdn-member-consortium", + "linkingText": [ + "Member Consortium", + "Member Consortia" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "MemberConsortia", + "href": "https://www.w3.org/Consortium/Process/#MemberConsortia", + "title": "Membership Consortia", + "number": "2.1.2.1" + }, + "definedIn": "prose" + }, + { + "id": "related-member", + "href": "https://www.w3.org/Consortium/Process/#related-member", + "linkingText": [ + "Related Member" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "MemberRelated", + "href": "https://www.w3.org/Consortium/Process/#MemberRelated", + "title": "Related Members", + "number": "2.1.2.2" + }, + "definedIn": "prose" + }, + { + "id": "subsidiary", + "href": "https://www.w3.org/Consortium/Process/#subsidiary", + "linkingText": [ + "subsidiary" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "MemberRelated", + "href": "https://www.w3.org/Consortium/Process/#MemberRelated", + "title": "Related Members", + "number": "2.1.2.2" + }, + "definedIn": "prose" + }, + { + "id": "team", + "href": "https://www.w3.org/Consortium/Process/#team", + "linkingText": [ + "Team", + "W3C Team" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Team", + "href": "https://www.w3.org/Consortium/Process/#Team", + "title": "The W3C Team", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "fellows", + "href": "https://www.w3.org/Consortium/Process/#fellows", + "linkingText": [ + "W3C Fellows" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Team", + "href": "https://www.w3.org/Consortium/Process/#Team", + "title": "The W3C Team", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "def-Director", + "href": "https://www.w3.org/Consortium/Process/#def-Director", + "linkingText": [ + "Director", + "W3C Director" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Team", + "href": "https://www.w3.org/Consortium/Process/#Team", + "title": "The W3C Team", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "hosts", + "href": "https://www.w3.org/Consortium/Process/#hosts", + "linkingText": [ + "Hosts", + "Host institutions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "Team", + "href": "https://www.w3.org/Consortium/Process/#Team", + "title": "The W3C Team", + "number": "2.2" + }, + "definedIn": "note" + }, + { + "id": "advisory-board", + "href": "https://www.w3.org/Consortium/Process/#advisory-board", + "linkingText": [ + "Advisory Board", + "AB" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "AB", + "href": "https://www.w3.org/Consortium/Process/#AB", + "title": "Advisory Board (AB)", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "technical-architecture-group", + "href": "https://www.w3.org/Consortium/Process/#technical-architecture-group", + "linkingText": [ + "Technical Architecture Group", + "TAG" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "TAG", + "href": "https://www.w3.org/Consortium/Process/#TAG", + "title": "Technical Architecture Group (TAG)", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "primary-affiliation", + "href": "https://www.w3.org/Consortium/Process/#primary-affiliation", + "linkingText": [ + "primary affiliation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "AB-TAG-elections", + "href": "https://www.w3.org/Consortium/Process/#AB-TAG-elections", + "title": "Advisory Board and Technical Architecture Group Elections", + "number": "2.5.2" + }, + "definedIn": "prose" + }, + { + "id": "ftf-meeting", + "href": "https://www.w3.org/Consortium/Process/#ftf-meeting", + "linkingText": [ + "face-to-face meeting" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "GeneralMeetings", + "href": "https://www.w3.org/Consortium/Process/#GeneralMeetings", + "title": "Meetings", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "distributed-meeting", + "href": "https://www.w3.org/Consortium/Process/#distributed-meeting", + "linkingText": [ + "distributed meeting" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "GeneralMeetings", + "href": "https://www.w3.org/Consortium/Process/#GeneralMeetings", + "title": "Meetings", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "def-Consensus", + "href": "https://www.w3.org/Consortium/Process/#def-Consensus", + "linkingText": [ + "Consensus" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Consensus", + "href": "https://www.w3.org/Consortium/Process/#Consensus", + "title": "Consensus", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "def-Unanimity", + "href": "https://www.w3.org/Consortium/Process/#def-Unanimity", + "linkingText": [ + "Unanimity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Consensus", + "href": "https://www.w3.org/Consortium/Process/#Consensus", + "title": "Consensus", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "def-Dissent", + "href": "https://www.w3.org/Consortium/Process/#def-Dissent", + "linkingText": [ + "Dissent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Consensus", + "href": "https://www.w3.org/Consortium/Process/#Consensus", + "title": "Consensus", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "FormalObjection", + "href": "https://www.w3.org/Consortium/Process/#FormalObjection", + "linkingText": [ + "Formal Objection" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "WGArchiveMinorityViews", + "href": "https://www.w3.org/Consortium/Process/#WGArchiveMinorityViews", + "title": "Recording and Reporting Formal Objections", + "number": "3.3.2" + }, + "definedIn": "prose" + }, + { + "id": "formally-addressed", + "href": "https://www.w3.org/Consortium/Process/#formally-addressed", + "linkingText": [ + "formally addressed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "formal-address", + "href": "https://www.w3.org/Consortium/Process/#formal-address", + "title": "Formally Addressing an Issue", + "number": "3.3.3" + }, + "definedIn": "prose" + }, + { + "id": "proxy", + "href": "https://www.w3.org/Consortium/Process/#proxy", + "linkingText": [ + "proxy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Votes", + "href": "https://www.w3.org/Consortium/Process/#Votes", + "title": "Votes", + "number": "3.4" + }, + "definedIn": "prose" + }, + { + "id": "chair-decisions", + "href": "https://www.w3.org/Consortium/Process/#chair-decisions", + "linkingText": [ + "Chair Decisions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGAppeals", + "href": "https://www.w3.org/Consortium/Process/#WGAppeals", + "title": "Appeal of Chair Decisions and Group Decisions", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "group-decisions", + "href": "https://www.w3.org/Consortium/Process/#group-decisions", + "linkingText": [ + "Group Decisions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGAppeals", + "href": "https://www.w3.org/Consortium/Process/#WGAppeals", + "title": "Appeal of Chair Decisions and Group Decisions", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "wg-decision-appeal", + "href": "https://www.w3.org/Consortium/Process/#wg-decision-appeal", + "linkingText": [ + "Group Decision Appeal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGAppeals", + "href": "https://www.w3.org/Consortium/Process/#WGAppeals", + "title": "Appeal of Chair Decisions and Group Decisions", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "chair-decision-appeal", + "href": "https://www.w3.org/Consortium/Process/#chair-decision-appeal", + "linkingText": [ + "Chair Decision Appeal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGAppeals", + "href": "https://www.w3.org/Consortium/Process/#WGAppeals", + "title": "Appeal of Chair Decisions and Group Decisions", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "Member-only", + "href": "https://www.w3.org/Consortium/Process/#Member-only", + "linkingText": [ + "Member-Only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "confidentiality-levels", + "href": "https://www.w3.org/Consortium/Process/#confidentiality-levels", + "title": "Confidentiality Levels", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "Team-only", + "href": "https://www.w3.org/Consortium/Process/#Team-only", + "linkingText": [ + "Team-Only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "confidentiality-levels", + "href": "https://www.w3.org/Consortium/Process/#confidentiality-levels", + "title": "Confidentiality Levels", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "GeneralChairs", + "href": "https://www.w3.org/Consortium/Process/#GeneralChairs", + "linkingText": [ + "Chair" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ReqsAllGroups", + "href": "https://www.w3.org/Consortium/Process/#ReqsAllGroups", + "title": "Requirements for All Working and Interest Groups", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "TeamContact", + "href": "https://www.w3.org/Consortium/Process/#TeamContact", + "linkingText": [ + "Team Contact" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ReqsAllGroups", + "href": "https://www.w3.org/Consortium/Process/#ReqsAllGroups", + "title": "Requirements for All Working and Interest Groups", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "GroupsWG", + "href": "https://www.w3.org/Consortium/Process/#GroupsWG", + "linkingText": [ + "Working Groups" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WG-and-IG", + "href": "https://www.w3.org/Consortium/Process/#WG-and-IG", + "title": "Working Groups and Interest Groups", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "GroupsIG", + "href": "https://www.w3.org/Consortium/Process/#GroupsIG", + "linkingText": [ + "Interest Groups" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WG-and-IG", + "href": "https://www.w3.org/Consortium/Process/#WG-and-IG", + "title": "Working Groups and Interest Groups", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "wgparticipant", + "href": "https://www.w3.org/Consortium/Process/#wgparticipant", + "linkingText": [ + "participants in a Working Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "group-participation", + "href": "https://www.w3.org/Consortium/Process/#group-participation", + "title": "Working Group and Interest Group Participation Requirements", + "number": "5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "igparticipant", + "href": "https://www.w3.org/Consortium/Process/#igparticipant", + "linkingText": [ + "participants in an Interest Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "group-participation", + "href": "https://www.w3.org/Consortium/Process/#group-participation", + "title": "Working Group and Interest Group Participation Requirements", + "number": "5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "public-participant-ig", + "href": "https://www.w3.org/Consortium/Process/#public-participant-ig", + "linkingText": [ + "public participants" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "group-participation", + "href": "https://www.w3.org/Consortium/Process/#group-participation", + "title": "Working Group and Interest Group Participation Requirements", + "number": "5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "mtg-substitute", + "href": "https://www.w3.org/Consortium/Process/#mtg-substitute", + "linkingText": [ + "substitute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "group-participation", + "href": "https://www.w3.org/Consortium/Process/#group-participation", + "title": "Working Group and Interest Group Participation Requirements", + "number": "5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "member-representative-in-a-working-group", + "href": "https://www.w3.org/Consortium/Process/#member-representative-in-a-working-group", + "linkingText": [ + "Member representative in a Working Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "member-rep-wg", + "href": "https://www.w3.org/Consortium/Process/#member-rep-wg", + "title": "Member Representative in a Working Group", + "number": "5.2.1.1" + }, + "definedIn": "prose" + }, + { + "id": "member-representative-in-an-interest-group", + "href": "https://www.w3.org/Consortium/Process/#member-representative-in-an-interest-group", + "linkingText": [ + "Member representative in an Interest Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "member-rep-ig", + "href": "https://www.w3.org/Consortium/Process/#member-rep-ig", + "title": "Member Representative in an Interest Group", + "number": "5.2.1.2" + }, + "definedIn": "prose" + }, + { + "id": "invited-expert-in-a-working-group", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-in-a-working-group", + "linkingText": [ + "Invited Expert in a Working Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "invited-expert-wg", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-wg", + "title": "Invited Expert in a Working Group", + "number": "5.2.1.3" + }, + "definedIn": "prose" + }, + { + "id": "inv-expert-info", + "href": "https://www.w3.org/Consortium/Process/#inv-expert-info", + "linkingText": [ + "participate in a Working Group as an Invited Expert" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "invited-expert-wg", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-wg", + "title": "Invited Expert in a Working Group", + "number": "5.2.1.3" + }, + "definedIn": "prose" + }, + { + "id": "invited-expert-in-an-interest-group", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-in-an-interest-group", + "linkingText": [ + "Invited Expert in an Interest Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "invited-expert-ig", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-ig", + "title": "Invited Expert in an Interest Group", + "number": "5.2.1.4" + }, + "definedIn": "prose" + }, + { + "id": "team-representative-in-a-working-group", + "href": "https://www.w3.org/Consortium/Process/#team-representative-in-a-working-group", + "linkingText": [ + "Team representative in a Working Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "team-rep-wg", + "href": "https://www.w3.org/Consortium/Process/#team-rep-wg", + "title": "Team Representative in a Working Group", + "number": "5.2.1.5" + }, + "definedIn": "prose" + }, + { + "id": "team-representative-in-an-interest-group", + "href": "https://www.w3.org/Consortium/Process/#team-representative-in-an-interest-group", + "linkingText": [ + "Team representative in an Interest Group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "team-rep-ig", + "href": "https://www.w3.org/Consortium/Process/#team-rep-ig", + "title": "Team Representative in an Interest Group", + "number": "5.2.1.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-charter-extension", + "href": "https://www.w3.org/Consortium/Process/#dfn-charter-extension", + "linkingText": [ + "charter extension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "charter-extension", + "href": "https://www.w3.org/Consortium/Process/#charter-extension", + "title": "Working Group and Interest Group Charter Extension", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "charter", + "href": "https://www.w3.org/Consortium/Process/#charter", + "linkingText": [ + "charter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGCharter", + "href": "https://www.w3.org/Consortium/Process/#WGCharter", + "title": "Working Group and Interest Group Charters", + "number": "5.2.6" + }, + "definedIn": "prose" + }, + { + "id": "adopted-draft", + "href": "https://www.w3.org/Consortium/Process/#adopted-draft", + "linkingText": [ + "Adopted Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGCharter", + "href": "https://www.w3.org/Consortium/Process/#WGCharter", + "title": "Working Group and Interest Group Charters", + "number": "5.2.6" + }, + "definedIn": "prose" + }, + { + "id": "exclusion-draft", + "href": "https://www.w3.org/Consortium/Process/#exclusion-draft", + "linkingText": [ + "Exclusion Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGCharter", + "href": "https://www.w3.org/Consortium/Process/#WGCharter", + "title": "Working Group and Interest Group Charters", + "number": "5.2.6" + }, + "definedIn": "prose" + }, + { + "id": "other-charter", + "href": "https://www.w3.org/Consortium/Process/#other-charter", + "linkingText": [ + "Other Charter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "WGCharter", + "href": "https://www.w3.org/Consortium/Process/#WGCharter", + "title": "Working Group and Interest Group Charters", + "number": "5.2.6" + }, + "definedIn": "prose" + }, + { + "id": "publishing", + "href": "https://www.w3.org/Consortium/Process/#publishing", + "linkingText": [ + "publish" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rec-advance", + "href": "https://www.w3.org/Consortium/Process/#rec-advance", + "title": "W3C Technical Reports", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "technical-report", + "href": "https://www.w3.org/Consortium/Process/#technical-report", + "linkingText": [ + "Technical Report" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "rec-advance", + "href": "https://www.w3.org/Consortium/Process/#rec-advance", + "title": "W3C Technical Reports", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-wide-review", + "href": "https://www.w3.org/Consortium/Process/#dfn-wide-review", + "linkingText": [ + "wide review" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "wide-review", + "href": "https://www.w3.org/Consortium/Process/#wide-review", + "title": "Wide Review", + "number": "6.1.2.1" + }, + "definedIn": "prose" + }, + { + "id": "editorial-change", + "href": "https://www.w3.org/Consortium/Process/#editorial-change", + "linkingText": [ + "editorial changes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "correction-classes", + "href": "https://www.w3.org/Consortium/Process/#correction-classes", + "title": "Classes of Changes", + "number": "6.1.3" + }, + "definedIn": "prose" + }, + { + "id": "substantive-change", + "href": "https://www.w3.org/Consortium/Process/#substantive-change", + "linkingText": [ + "substantive changes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "correction-classes", + "href": "https://www.w3.org/Consortium/Process/#correction-classes", + "title": "Classes of Changes", + "number": "6.1.3" + }, + "definedIn": "prose" + }, + { + "id": "erratum", + "href": "https://www.w3.org/Consortium/Process/#erratum", + "linkingText": [ + "erratum", + "errata" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "errata", + "href": "https://www.w3.org/Consortium/Process/#errata", + "title": "Errata Management", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "candidate-correction", + "href": "https://www.w3.org/Consortium/Process/#candidate-correction", + "linkingText": [ + "candidate correction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "candidate-changes", + "href": "https://www.w3.org/Consortium/Process/#candidate-changes", + "title": "Candidate Changes", + "number": "6.1.5" + }, + "definedIn": "prose" + }, + { + "id": "candidate-addition", + "href": "https://www.w3.org/Consortium/Process/#candidate-addition", + "linkingText": [ + "candidate addition" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "candidate-changes", + "href": "https://www.w3.org/Consortium/Process/#candidate-changes", + "title": "Candidate Changes", + "number": "6.1.5" + }, + "definedIn": "prose" + }, + { + "id": "candidate-change", + "href": "https://www.w3.org/Consortium/Process/#candidate-change", + "linkingText": [ + "candidate change" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "candidate-changes", + "href": "https://www.w3.org/Consortium/Process/#candidate-changes", + "title": "Candidate Changes", + "number": "6.1.5" + }, + "definedIn": "prose" + }, + { + "id": "w3c-recommendation-track", + "href": "https://www.w3.org/Consortium/Process/#w3c-recommendation-track", + "linkingText": [ + "W3C Recommendation Track", + "REC Track", + "Recommendation Track" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rec-track", + "href": "https://www.w3.org/Consortium/Process/#rec-track", + "title": "The W3C Recommendation Track", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "patent-review-drafts", + "href": "https://www.w3.org/Consortium/Process/#patent-review-drafts", + "linkingText": [ + "Patent Review Drafts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rec-track", + "href": "https://www.w3.org/Consortium/Process/#rec-track", + "title": "The W3C Recommendation Track", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "RecsWD", + "href": "https://www.w3.org/Consortium/Process/#RecsWD", + "linkingText": [ + "W3C Working Draft", + "Working Draft", + "WD" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "fpwd", + "href": "https://www.w3.org/Consortium/Process/#fpwd", + "linkingText": [ + "First Public Working Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "prose" + }, + { + "id": "RecsCR", + "href": "https://www.w3.org/Consortium/Process/#RecsCR", + "linkingText": [ + "W3C Candidate Recommendation", + "Candidate Recommendation", + "CR" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "candidate-recommendation-snapshot", + "href": "https://www.w3.org/Consortium/Process/#candidate-recommendation-snapshot", + "linkingText": [ + "Candidate Recommendation Snapshot" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "candidate-recommendation-draft", + "href": "https://www.w3.org/Consortium/Process/#candidate-recommendation-draft", + "linkingText": [ + "Candidate Recommendation Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "rescinded-candidate-recommendation", + "href": "https://www.w3.org/Consortium/Process/#rescinded-candidate-recommendation", + "linkingText": [ + "Rescinded Candidate Recommendation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "prose" + }, + { + "id": "RecsPR", + "href": "https://www.w3.org/Consortium/Process/#RecsPR", + "linkingText": [ + "W3C Proposed Recommendation", + "Proposed Recommendation", + "PR" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "RecsW3C", + "href": "https://www.w3.org/Consortium/Process/#RecsW3C", + "linkingText": [ + "W3C Recommendation", + "Recommendation", + "REC" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "rec-amended", + "href": "https://www.w3.org/Consortium/Process/#rec-amended", + "linkingText": [ + "Amended Recommendation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "RecsSup", + "href": "https://www.w3.org/Consortium/Process/#RecsSup", + "linkingText": [ + "Superseded Recommendation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "RecsObs", + "href": "https://www.w3.org/Consortium/Process/#RecsObs", + "linkingText": [ + "Obsolete Recommendation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "RescindedRec", + "href": "https://www.w3.org/Consortium/Process/#RescindedRec", + "linkingText": [ + "Rescinded Recommendation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "dt" + }, + { + "id": "editors-draft", + "href": "https://www.w3.org/Consortium/Process/#editors-draft", + "linkingText": [ + "Editor’s Draft", + "Editor Draft", + "ED" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + "definedIn": "prose" + }, + { + "id": "adequate-implementation", + "href": "https://www.w3.org/Consortium/Process/#adequate-implementation", + "linkingText": [ + "adequate implementation experience" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "implementation-experience", + "href": "https://www.w3.org/Consortium/Process/#implementation-experience", + "title": "Implementation Experience", + "number": "6.2.2" + }, + "definedIn": "prose" + }, + { + "id": "trans-req", + "href": "https://www.w3.org/Consortium/Process/#trans-req", + "linkingText": [ + "Transition Requests" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transition-reqs", + "href": "https://www.w3.org/Consortium/Process/#transition-reqs", + "title": "Advancement on the Recommendation Track", + "number": "6.2.3" + }, + "definedIn": "prose" + }, + { + "id": "update-requests", + "href": "https://www.w3.org/Consortium/Process/#update-requests", + "linkingText": [ + "Update Requests" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "update-reqs", + "href": "https://www.w3.org/Consortium/Process/#update-reqs", + "title": "Updating Mature Publications on the Recommendation Track", + "number": "6.2.4" + }, + "definedIn": "prose" + }, + { + "id": "at-risk", + "href": "https://www.w3.org/Consortium/Process/#at-risk", + "linkingText": [ + "at risk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transition-cr", + "href": "https://www.w3.org/Consortium/Process/#transition-cr", + "title": "Transitioning to Candidate Recommendation", + "number": "6.2.7" + }, + "definedIn": "prose" + }, + { + "id": "allow-new-features", + "href": "https://www.w3.org/Consortium/Process/#allow-new-features", + "linkingText": [ + "allow new features" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "transition-pr", + "href": "https://www.w3.org/Consortium/Process/#transition-pr", + "title": "Transitioning to Proposed Recommendation", + "number": "6.2.9" + }, + "definedIn": "prose" + }, + { + "id": "last-call-review", + "href": "https://www.w3.org/Consortium/Process/#last-call-review", + "linkingText": [ + "Last Call for Review of Proposed Changes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "last-call-for-review-of-proposed-corrections", + "href": "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-corrections", + "linkingText": [ + "Last Call for Review of Proposed Corrections" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "last-call-for-review-of-proposed-additions", + "href": "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-additions", + "linkingText": [ + "Last Call for Review of Proposed Additions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "last-call-for-review-of-proposed-corrections-and-additions", + "href": "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-corrections-and-additions", + "linkingText": [ + "Last Call for Review of Proposed Corrections and Additions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "proposed-changes", + "href": "https://www.w3.org/Consortium/Process/#proposed-changes", + "linkingText": [ + "proposed changes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "proposed-corrections", + "href": "https://www.w3.org/Consortium/Process/#proposed-corrections", + "linkingText": [ + "proposed corrections" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "proposed-addition", + "href": "https://www.w3.org/Consortium/Process/#proposed-addition", + "linkingText": [ + "proposed addition" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + "definedIn": "prose" + }, + { + "id": "WGNote", + "href": "https://www.w3.org/Consortium/Process/#WGNote", + "linkingText": [ + "W3C Note", + "WG Note", + "Working Group Note", + "IG Note", + "Interest Group Note", + "Note" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Note", + "href": "https://www.w3.org/Consortium/Process/#Note", + "title": "Working Group and Interest Group Notes", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "def-w3c-decision", + "href": "https://www.w3.org/Consortium/Process/#def-w3c-decision", + "linkingText": [ + "W3C decision" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "ReviewAppeal", + "href": "https://www.w3.org/Consortium/Process/#ReviewAppeal", + "title": "Advisory Committee Reviews, Appeals, and Votes", + "number": "7" + }, + "definedIn": "prose" + }, + { + "id": "advisory-committee-review", + "href": "https://www.w3.org/Consortium/Process/#advisory-committee-review", + "linkingText": [ + "Advisory Committee review", + "AC Review" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ACReviewStart", + "href": "https://www.w3.org/Consortium/Process/#ACReviewStart", + "title": "Start of a Review Period", + "number": "7.1.1" + }, + "definedIn": "prose" + }, + { + "id": "reviewform", + "href": "https://www.w3.org/Consortium/Process/#reviewform", + "linkingText": [ + "Call for Review" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "ACReviewStart", + "href": "https://www.w3.org/Consortium/Process/#ACReviewStart", + "title": "Start of a Review Period", + "number": "7.1.1" + }, + "definedIn": "prose" + }, + { + "id": "advisory-committee-appeal", + "href": "https://www.w3.org/Consortium/Process/#advisory-committee-appeal", + "linkingText": [ + "Advisory Committee Appeal", + "AC Appeal", + "Appeal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ACAppeal", + "href": "https://www.w3.org/Consortium/Process/#ACAppeal", + "title": "Appeal by Advisory Committee Representatives", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "EventsW", + "href": "https://www.w3.org/Consortium/Process/#EventsW", + "linkingText": [ + "Workshops" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "GAEvents", + "href": "https://www.w3.org/Consortium/Process/#GAEvents", + "title": "Workshops and Symposia", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "EventsS", + "href": "https://www.w3.org/Consortium/Process/#EventsS", + "linkingText": [ + "Symposium", + "Symposia" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "GAEvents", + "href": "https://www.w3.org/Consortium/Process/#GAEvents", + "title": "Workshops and Symposia", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "liaison", + "href": "https://www.w3.org/Consortium/Process/#liaison", + "linkingText": [ + "liaison" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Liaisons", + "href": "https://www.w3.org/Consortium/Process/#Liaisons", + "title": "Liaisons", + "number": "9" + }, + "definedIn": "prose" + }, + { + "id": "mou", + "href": "https://www.w3.org/Consortium/Process/#mou", + "linkingText": [ + "Memorandum of Understanding", + "Memoranda of Understanding", + "MoU" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Liaisons", + "href": "https://www.w3.org/Consortium/Process/#Liaisons", + "title": "Liaisons", + "number": "9" + }, + "definedIn": "prose" + }, + { + "id": "MemberSubmission", + "href": "https://www.w3.org/Consortium/Process/#MemberSubmission", + "linkingText": [ + "Member Submission" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Submission", + "href": "https://www.w3.org/Consortium/Process/#Submission", + "title": "10. Member Submission Process" + }, + "definedIn": "prose" + }, + { + "id": "submitter", + "href": "https://www.w3.org/Consortium/Process/#submitter", + "linkingText": [ + "submitter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Submission", + "href": "https://www.w3.org/Consortium/Process/#Submission", + "title": "10. Member Submission Process" + }, + "definedIn": "prose" + }, + { + "id": "validation-notice", + "href": "https://www.w3.org/Consortium/Process/#validation-notice", + "linkingText": [ + "validation notice" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TeamSubmissionRights", + "href": "https://www.w3.org/Consortium/Process/#TeamSubmissionRights", + "title": "Team Rights and Obligations", + "number": "10.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/web-animations-2.json b/tr/dfns/web-animations-2.json index f1907a609875..4dd814ac56cf 100644 --- a/tr/dfns/web-animations-2.json +++ b/tr/dfns/web-animations-2.json @@ -42,6 +42,25 @@ }, "definedIn": "prose" }, + { + "id": "hold-phase", + "href": "https://drafts.csswg.org/web-animations-2/#hold-phase", + "linkingText": [ + "hold phase" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "animations", + "href": "https://drafts.csswg.org/web-animations-2/#animations", + "title": "Animations", + "number": "3.3" + }, + "definedIn": "prose" + }, { "id": "time-based-animation-to-a-proportional-animation", "href": "https://drafts.csswg.org/web-animations-2/#time-based-animation-to-a-proportional-animation", @@ -384,6 +403,67 @@ }, "definedIn": "prose" }, + { + "id": "effective-timeline-phase", + "href": "https://drafts.csswg.org/web-animations-2/#effective-timeline-phase", + "linkingText": [ + "effective timeline phase" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "animation-effect-phases-and-states", + "href": "https://drafts.csswg.org/web-animations-2/#animation-effect-phases-and-states", + "title": "Animation effect phases and states", + "number": "3.4.4" + }, + "definedIn": "dt" + }, + { + "id": "animation-effect-before-phase", + "href": "https://drafts.csswg.org/web-animations-2/#animation-effect-before-phase", + "linkingText": [ + "before phase" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "animation effect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "animation-effect-phases-and-states", + "href": "https://drafts.csswg.org/web-animations-2/#animation-effect-phases-and-states", + "title": "Animation effect phases and states", + "number": "3.4.4" + }, + "definedIn": "prose" + }, + { + "id": "animation-effect-after-phase", + "href": "https://drafts.csswg.org/web-animations-2/#animation-effect-after-phase", + "linkingText": [ + "after phase" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "animation effect" + ], + "access": "public", + "informative": false, + "heading": { + "id": "animation-effect-phases-and-states", + "href": "https://drafts.csswg.org/web-animations-2/#animation-effect-phases-and-states", + "title": "Animation effect phases and states", + "number": "3.4.4" + }, + "definedIn": "prose" + }, { "id": "intrinsic-iteration-duration", "href": "https://drafts.csswg.org/web-animations-2/#intrinsic-iteration-duration", @@ -1164,6 +1244,27 @@ }, "definedIn": "dt" }, + { + "id": "dom-effecttiming-duration", + "href": "https://drafts.csswg.org/web-animations-2/#dom-effecttiming-duration", + "linkingText": [ + "duration" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "EffectTiming" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-effecttiming-dictionaries", + "href": "https://drafts.csswg.org/web-animations-2/#the-effecttiming-dictionaries", + "title": "The EffectTiming and OptionalEffectTiming dictionaries", + "number": "5.4" + }, + "definedIn": "pre" + }, { "id": "dom-optionaleffecttiming-playbackrate", "href": "https://drafts.csswg.org/web-animations-2/#dom-optionaleffecttiming-playbackrate", @@ -2401,6 +2502,200 @@ "number": "5.13" }, "definedIn": "dt" + }, + { + "id": "animationplaybackevent", + "href": "https://drafts.csswg.org/web-animations-2/#animationplaybackevent", + "linkingText": [ + "AnimationPlaybackEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "pre" + }, + { + "id": "dom-animationplaybackevent-animationplaybackevent", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent", + "linkingText": [ + "AnimationPlaybackEvent(type, eventInitDict)", + "constructor(type, eventInitDict)", + "AnimationPlaybackEvent(type)", + "constructor(type)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "AnimationPlaybackEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "pre" + }, + { + "id": "dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-type", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "AnimationPlaybackEvent/AnimationPlaybackEvent(type, eventInitDict)", + "AnimationPlaybackEvent/constructor(type, eventInitDict)", + "AnimationPlaybackEvent/AnimationPlaybackEvent(type)", + "AnimationPlaybackEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "pre" + }, + { + "id": "dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-eventinitdict", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-eventinitdict", + "linkingText": [ + "eventInitDict" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "AnimationPlaybackEvent/AnimationPlaybackEvent(type, eventInitDict)", + "AnimationPlaybackEvent/constructor(type, eventInitDict)", + "AnimationPlaybackEvent/AnimationPlaybackEvent(type)", + "AnimationPlaybackEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-animationplaybackeventinit", + "href": "https://drafts.csswg.org/web-animations-2/#dictdef-animationplaybackeventinit", + "linkingText": [ + "AnimationPlaybackEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "pre" + }, + { + "id": "dom-animationplaybackevent-currenttime", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-currenttime", + "linkingText": [ + "currentTime" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AnimationPlaybackEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "dt" + }, + { + "id": "dom-animationplaybackevent-timelinetime", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-timelinetime", + "linkingText": [ + "timelineTime" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "AnimationPlaybackEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "dt" + }, + { + "id": "dom-animationplaybackeventinit-currenttime", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackeventinit-currenttime", + "linkingText": [ + "currentTime" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AnimationPlaybackEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "dt" + }, + { + "id": "dom-animationplaybackeventinit-timelinetime", + "href": "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackeventinit-timelinetime", + "linkingText": [ + "timelineTime" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AnimationPlaybackEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, + "definedIn": "dt" } ] } \ No newline at end of file diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index 1d48f98d9915..e8dfaff84205 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -3403,7 +3403,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "audio-decoder-config", @@ -3525,7 +3525,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "video-decoder-config", diff --git a/tr/dfns/webhid.json b/tr/dfns/webhid.json index ffb3279495d8..22d2623c6ce2 100644 --- a/tr/dfns/webhid.json +++ b/tr/dfns/webhid.json @@ -34,9 +34,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "HID" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1040,9 +1038,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "HIDDevice" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1609,9 +1605,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "HIDConnectionEvent" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1679,9 +1673,7 @@ ], "localLinkingText": [], "type": "dictionary", - "for": [ - "HIDConnectionEventInit" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1721,9 +1713,7 @@ ], "localLinkingText": [], "type": "interface", - "for": [ - "HIDInputReportEvent" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1837,9 +1827,7 @@ ], "localLinkingText": [], "type": "dictionary", - "for": [ - "HIDInputReportEventInit" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -1921,9 +1909,7 @@ ], "localLinkingText": [], "type": "dictionary", - "for": [ - "HIDCollectionInfo" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -2165,9 +2151,7 @@ ], "localLinkingText": [], "type": "dictionary", - "for": [ - "HIDReportInfo" - ], + "for": [], "access": "public", "informative": false, "heading": { @@ -2244,9 +2228,7 @@ ], "localLinkingText": [], "type": "dictionary", - "for": [ - "HIDReportItem" - ], + "for": [], "access": "public", "informative": false, "heading": { diff --git a/tr/dfns/webnn.json b/tr/dfns/webnn.json index fa2800e70730..df5e4f6da13d 100644 --- a/tr/dfns/webnn.json +++ b/tr/dfns/webnn.json @@ -5246,6 +5246,67 @@ }, "definedIn": "pre" }, + { + "id": "enumdef-mlroundingtype", + "href": "https://www.w3.org/TR/webnn/#enumdef-mlroundingtype", + "linkingText": [ + "MLRoundingType" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pool2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "title": "pooling operations", + "number": "6.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlroundingtype-floor", + "href": "https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor", + "linkingText": [ + "\"floor\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MLRoundingType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pool2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "title": "pooling operations", + "number": "6.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlroundingtype-ceil", + "href": "https://www.w3.org/TR/webnn/#dom-mlroundingtype-ceil", + "linkingText": [ + "\"ceil\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MLRoundingType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pool2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "title": "pooling operations", + "number": "6.7.18" + }, + "definedIn": "pre" + }, { "id": "dictdef-mlpool2doptions", "href": "https://www.w3.org/TR/webnn/#dictdef-mlpool2doptions", @@ -5391,6 +5452,48 @@ }, "definedIn": "pre" }, + { + "id": "dom-mlpool2doptions-roundingtype", + "href": "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-roundingtype", + "linkingText": [ + "roundingType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLPool2dOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pool2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "title": "pooling operations", + "number": "6.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlpool2doptions-outputsizes", + "href": "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-outputsizes", + "linkingText": [ + "outputSizes" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLPool2dOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pool2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "title": "pooling operations", + "number": "6.7.18" + }, + "definedIn": "pre" + }, { "id": "dom-mlgraphbuilder-averagepool2d", "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d", @@ -6385,9 +6488,9 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" @@ -6406,9 +6509,9 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" @@ -6427,18 +6530,18 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dictdef-mlresampleoptions", - "href": "https://www.w3.org/TR/webnn/#dictdef-mlresampleoptions", + "id": "dictdef-mlresample2doptions", + "href": "https://www.w3.org/TR/webnn/#dictdef-mlresample2doptions", "linkingText": [ - "MLResampleOptions" + "MLResample2dOptions" ], "localLinkingText": [], "type": "dictionary", @@ -6446,82 +6549,103 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlresampleoptions-mode", - "href": "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-mode", + "id": "dom-mlresample2doptions-mode", + "href": "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-mode", "linkingText": [ "mode" ], "localLinkingText": [], "type": "dict-member", "for": [ - "MLResampleOptions" + "MLResample2dOptions" ], "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlresampleoptions-scales", - "href": "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-scales", + "id": "dom-mlresample2doptions-scales", + "href": "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-scales", "linkingText": [ "scales" ], "localLinkingText": [], "type": "dict-member", "for": [ - "MLResampleOptions" + "MLResample2dOptions" ], "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlresampleoptions-sizes", - "href": "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-sizes", + "id": "dom-mlresample2doptions-sizes", + "href": "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-sizes", "linkingText": [ "sizes" ], "localLinkingText": [], "type": "dict-member", "for": [ - "MLResampleOptions" + "MLResample2dOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", + "number": "6.7.21" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlresample2doptions-axes", + "href": "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-axes", + "linkingText": [ + "axes" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLResample2dOptions" ], "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample", + "id": "dom-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d", "linkingText": [ - "resample(input, options)", - "resample(input)" + "resample2d(input, options)", + "resample2d(input)" ], "localLinkingText": [], "type": "method", @@ -6531,53 +6655,53 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlgraphbuilder-resample-input-options-input", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample-input-options-input", + "id": "dom-mlgraphbuilder-resample2d-input-options-input", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-input", "linkingText": [ "input" ], "localLinkingText": [], "type": "argument", "for": [ - "MLGraphBuilder/resample(input, options)", - "MLGraphBuilder/resample(input)" + "MLGraphBuilder/resample2d(input, options)", + "MLGraphBuilder/resample2d(input)" ], "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" }, { - "id": "dom-mlgraphbuilder-resample-input-options-options", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample-input-options-options", + "id": "dom-mlgraphbuilder-resample2d-input-options-options", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-options", "linkingText": [ "options" ], "localLinkingText": [], "type": "argument", "for": [ - "MLGraphBuilder/resample(input, options)", - "MLGraphBuilder/resample(input)" + "MLGraphBuilder/resample2d(input, options)", + "MLGraphBuilder/resample2d(input)" ], "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", - "title": "resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", + "title": "resample2d", "number": "6.7.21" }, "definedIn": "pre" diff --git a/tr/dfns/webrtc-encoded-transform.json b/tr/dfns/webrtc-encoded-transform.json index 555dca68efd3..06f1e8665fdc 100644 --- a/tr/dfns/webrtc-encoded-transform.json +++ b/tr/dfns/webrtc-encoded-transform.json @@ -1,12 +1,12 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "dfns": [ { "id": "dictdef-rtcinsertablestreams", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcinsertablestreams", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcinsertablestreams", "linkingText": [ "RTCInsertableStreams" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "specification", - "href": "https://w3c.github.io/webrtc-encoded-transform/#specification", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", "title": "Specification", "number": "3" }, @@ -25,7 +25,7 @@ }, { "id": "dom-rtcinsertablestreams-readable", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcinsertablestreams-readable", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-readable", "linkingText": [ "readable" ], @@ -38,7 +38,7 @@ "informative": false, "heading": { "id": "specification", - "href": "https://w3c.github.io/webrtc-encoded-transform/#specification", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", "title": "Specification", "number": "3" }, @@ -46,7 +46,7 @@ }, { "id": "dom-rtcinsertablestreams-writable", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcinsertablestreams-writable", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-writable", "linkingText": [ "writable" ], @@ -59,7 +59,7 @@ "informative": false, "heading": { "id": "specification", - "href": "https://w3c.github.io/webrtc-encoded-transform/#specification", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", "title": "Specification", "number": "3" }, @@ -67,7 +67,7 @@ }, { "id": "typedefdef-rtcrtptransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-rtcrtptransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-rtcrtptransform", "linkingText": [ "RTCRtpTransform" ], @@ -78,7 +78,7 @@ "informative": false, "heading": { "id": "specification", - "href": "https://w3c.github.io/webrtc-encoded-transform/#specification", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", "title": "Specification", "number": "3" }, @@ -86,7 +86,7 @@ }, { "id": "readencodeddata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#readencodeddata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#readencodeddata", "linkingText": [ "readEncodedData" ], @@ -97,7 +97,7 @@ "informative": false, "heading": { "id": "stream-processing", - "href": "https://w3c.github.io/webrtc-encoded-transform/#stream-processing", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#stream-processing", "title": "Stream processing", "number": "3.1.2" }, @@ -105,7 +105,7 @@ }, { "id": "writeencodeddata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#writeencodeddata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#writeencodeddata", "linkingText": [ "writeEncodedData" ], @@ -116,7 +116,7 @@ "informative": false, "heading": { "id": "stream-processing", - "href": "https://w3c.github.io/webrtc-encoded-transform/#stream-processing", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#stream-processing", "title": "Stream processing", "number": "3.1.2" }, @@ -124,7 +124,7 @@ }, { "id": "dom-rtcrtpsender-transform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsender-transform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpsender-transform", "linkingText": [ "transform" ], @@ -138,7 +138,7 @@ "informative": false, "heading": { "id": "attribute", - "href": "https://w3c.github.io/webrtc-encoded-transform/#attribute", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#attribute", "title": "Extension attribute", "number": "3.2" }, @@ -146,7 +146,7 @@ }, { "id": "chain-transform-algorithm", - "href": "https://w3c.github.io/webrtc-encoded-transform/#chain-transform-algorithm", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#chain-transform-algorithm", "linkingText": [ "chain transform algorithm" ], @@ -157,7 +157,7 @@ "informative": false, "heading": { "id": "attribute", - "href": "https://w3c.github.io/webrtc-encoded-transform/#attribute", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#attribute", "title": "Extension attribute", "number": "3.2" }, @@ -165,7 +165,7 @@ }, { "id": "enumdef-sframetransformrole", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformrole", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformrole", "linkingText": [ "SFrameTransformRole" ], @@ -176,7 +176,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -184,7 +184,7 @@ }, { "id": "dom-sframetransformrole-encrypt", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformrole-encrypt", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformrole-encrypt", "linkingText": [ "\"encrypt\"" ], @@ -197,7 +197,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -205,7 +205,7 @@ }, { "id": "dom-sframetransformrole-decrypt", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformrole-decrypt", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformrole-decrypt", "linkingText": [ "\"decrypt\"" ], @@ -218,7 +218,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -226,7 +226,7 @@ }, { "id": "dictdef-sframetransformoptions", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformoptions", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformoptions", "linkingText": [ "SFrameTransformOptions" ], @@ -237,7 +237,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -245,7 +245,7 @@ }, { "id": "dom-sframetransformoptions-role", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformoptions-role", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformoptions-role", "linkingText": [ "role" ], @@ -258,7 +258,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -266,7 +266,7 @@ }, { "id": "typedefdef-smallcryptokeyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-smallcryptokeyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-smallcryptokeyid", "linkingText": [ "SmallCryptoKeyID" ], @@ -277,7 +277,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -285,7 +285,7 @@ }, { "id": "typedefdef-cryptokeyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-cryptokeyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-cryptokeyid", "linkingText": [ "CryptoKeyID" ], @@ -296,7 +296,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -304,7 +304,7 @@ }, { "id": "sframetransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframetransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransform", "linkingText": [ "SFrameTransform" ], @@ -315,7 +315,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -323,7 +323,7 @@ }, { "id": "dom-sframetransform-sframetransform-options-options", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-sframetransform-options-options", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-sframetransform-options-options", "linkingText": [ "options" ], @@ -339,7 +339,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -347,7 +347,7 @@ }, { "id": "dom-sframetransform-setencryptionkey-key-keyid-key", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-key", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-key", "linkingText": [ "key" ], @@ -361,7 +361,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -369,7 +369,7 @@ }, { "id": "dom-sframetransform-setencryptionkey-key-keyid-keyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-keyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-keyid", "linkingText": [ "keyID" ], @@ -383,7 +383,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -391,7 +391,7 @@ }, { "id": "dom-sframetransform-onerror", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-onerror", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-onerror", "linkingText": [ "onerror" ], @@ -404,7 +404,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -412,7 +412,7 @@ }, { "id": "enumdef-sframetransformerroreventtype", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype", "linkingText": [ "SFrameTransformErrorEventType" ], @@ -423,7 +423,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -431,7 +431,7 @@ }, { "id": "dom-sframetransformerroreventtype-authentication", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-authentication", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-authentication", "linkingText": [ "\"authentication\"" ], @@ -444,7 +444,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -452,7 +452,7 @@ }, { "id": "dom-sframetransformerroreventtype-keyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-keyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-keyid", "linkingText": [ "\"keyID\"" ], @@ -465,7 +465,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -473,7 +473,7 @@ }, { "id": "dom-sframetransformerroreventtype-syntax", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-syntax", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-syntax", "linkingText": [ "\"syntax\"" ], @@ -486,7 +486,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -494,7 +494,7 @@ }, { "id": "sframetransformerrorevent", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframetransformerrorevent", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransformerrorevent", "linkingText": [ "SFrameTransformErrorEvent" ], @@ -505,7 +505,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -513,7 +513,7 @@ }, { "id": "dom-sframetransformerrorevent-sframetransformerrorevent", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent", "linkingText": [ "SFrameTransformErrorEvent(type, eventInitDict)", "constructor(type, eventInitDict)" @@ -527,7 +527,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -535,7 +535,7 @@ }, { "id": "dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-type", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-type", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-type", "linkingText": [ "type" ], @@ -549,7 +549,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -557,7 +557,7 @@ }, { "id": "dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-eventinitdict", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-eventinitdict", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-eventinitdict", "linkingText": [ "eventInitDict" ], @@ -571,7 +571,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -579,7 +579,7 @@ }, { "id": "dom-sframetransformerrorevent-errortype", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-errortype", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-errortype", "linkingText": [ "errorType" ], @@ -592,7 +592,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -600,7 +600,7 @@ }, { "id": "dom-sframetransformerrorevent-keyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-keyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-keyid", "linkingText": [ "keyID" ], @@ -613,7 +613,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -621,7 +621,7 @@ }, { "id": "dom-sframetransformerrorevent-frame", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-frame", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-frame", "linkingText": [ "frame" ], @@ -634,7 +634,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -642,7 +642,7 @@ }, { "id": "dictdef-sframetransformerroreventinit", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit", "linkingText": [ "SFrameTransformErrorEventInit" ], @@ -653,7 +653,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -661,7 +661,7 @@ }, { "id": "dom-sframetransformerroreventinit-errortype", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-errortype", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-errortype", "linkingText": [ "errorType" ], @@ -674,7 +674,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -682,7 +682,7 @@ }, { "id": "dom-sframetransformerroreventinit-frame", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-frame", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-frame", "linkingText": [ "frame" ], @@ -695,7 +695,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -703,7 +703,7 @@ }, { "id": "dom-sframetransformerroreventinit-keyid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-keyid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-keyid", "linkingText": [ "keyID" ], @@ -716,7 +716,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -724,7 +724,7 @@ }, { "id": "dom-sframetransform-sframetransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-sframetransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-sframetransform", "linkingText": [ "SFrameTransform(options)", "constructor(options)", @@ -740,7 +740,7 @@ "informative": false, "heading": { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "title": "SFrameTransform", "number": "4" }, @@ -748,7 +748,7 @@ }, { "id": "dom-sframetransform-setencryptionkey", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey", "linkingText": [ "setEncryptionKey(key, keyID)", "setEncryptionKey(key)" @@ -762,7 +762,7 @@ "informative": false, "heading": { "id": "sframe-transform-methods", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe-transform-methods", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe-transform-methods", "title": "Methods", "number": "4.2" }, @@ -770,7 +770,7 @@ }, { "id": "enumdef-rtcencodedvideoframetype", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype", "linkingText": [ "RTCEncodedVideoFrameType" ], @@ -781,7 +781,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -789,7 +789,7 @@ }, { "id": "dom-rtcencodedvideoframetype-empty", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-empty", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-empty", "linkingText": [ "\"empty\"" ], @@ -802,7 +802,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -810,7 +810,7 @@ }, { "id": "dom-rtcencodedvideoframetype-key", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-key", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-key", "linkingText": [ "\"key\"" ], @@ -823,7 +823,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -831,7 +831,7 @@ }, { "id": "dom-rtcencodedvideoframetype-delta", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-delta", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-delta", "linkingText": [ "\"delta\"" ], @@ -844,7 +844,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -852,7 +852,7 @@ }, { "id": "dictdef-rtcencodedvideoframemetadata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata", "linkingText": [ "RTCEncodedVideoFrameMetadata" ], @@ -863,7 +863,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -871,7 +871,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-frameid", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-frameid", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-frameid", "linkingText": [ "frameId" ], @@ -884,7 +884,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -892,7 +892,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-dependencies", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-dependencies", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-dependencies", "linkingText": [ "dependencies" ], @@ -905,7 +905,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -913,7 +913,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-width", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-width", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-width", "linkingText": [ "width" ], @@ -926,7 +926,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -934,7 +934,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-height", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-height", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-height", "linkingText": [ "height" ], @@ -947,7 +947,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -955,7 +955,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-spatialindex", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-spatialindex", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-spatialindex", "linkingText": [ "spatialIndex" ], @@ -968,7 +968,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -976,7 +976,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-temporalindex", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-temporalindex", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-temporalindex", "linkingText": [ "temporalIndex" ], @@ -989,7 +989,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -997,7 +997,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-synchronizationsource", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-synchronizationsource", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-synchronizationsource", "linkingText": [ "synchronizationSource" ], @@ -1010,7 +1010,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1018,7 +1018,7 @@ }, { "id": "dom-rtcencodedvideoframemetadata-contributingsources", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-contributingsources", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-contributingsources", "linkingText": [ "contributingSources" ], @@ -1031,7 +1031,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1039,7 +1039,7 @@ }, { "id": "rtcencodedvideoframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedvideoframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedvideoframe", "linkingText": [ "RTCEncodedVideoFrame" ], @@ -1050,7 +1050,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1058,7 +1058,7 @@ }, { "id": "dom-rtcencodedvideoframe-type", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type", "linkingText": [ "type" ], @@ -1071,7 +1071,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1079,7 +1079,7 @@ }, { "id": "dom-rtcencodedvideoframe-timestamp", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-timestamp", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-timestamp", "linkingText": [ "timestamp" ], @@ -1092,7 +1092,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1100,7 +1100,7 @@ }, { "id": "dom-rtcencodedvideoframe-data", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-data", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-data", "linkingText": [ "data" ], @@ -1113,7 +1113,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1121,7 +1121,7 @@ }, { "id": "dom-rtcencodedvideoframe-getmetadata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-getmetadata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-getmetadata", "linkingText": [ "getMetadata()" ], @@ -1134,7 +1134,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1142,7 +1142,7 @@ }, { "id": "dictdef-rtcencodedaudioframemetadata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata", "linkingText": [ "RTCEncodedAudioFrameMetadata" ], @@ -1153,7 +1153,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1161,7 +1161,7 @@ }, { "id": "dom-rtcencodedaudioframemetadata-synchronizationsource", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-synchronizationsource", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-synchronizationsource", "linkingText": [ "synchronizationSource" ], @@ -1174,7 +1174,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1182,7 +1182,7 @@ }, { "id": "dom-rtcencodedaudioframemetadata-contributingsources", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-contributingsources", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-contributingsources", "linkingText": [ "contributingSources" ], @@ -1195,7 +1195,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1203,7 +1203,7 @@ }, { "id": "rtcencodedaudioframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedaudioframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedaudioframe", "linkingText": [ "RTCEncodedAudioFrame" ], @@ -1214,7 +1214,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1222,7 +1222,7 @@ }, { "id": "dom-rtcencodedaudioframe-timestamp", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-timestamp", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-timestamp", "linkingText": [ "timestamp" ], @@ -1235,7 +1235,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1243,7 +1243,7 @@ }, { "id": "dom-rtcencodedaudioframe-data", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-data", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-data", "linkingText": [ "data" ], @@ -1256,7 +1256,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1264,7 +1264,7 @@ }, { "id": "dom-rtcencodedaudioframe-getmetadata", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-getmetadata", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-getmetadata", "linkingText": [ "getMetadata()" ], @@ -1277,7 +1277,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1285,7 +1285,7 @@ }, { "id": "rtctransformevent", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtctransformevent", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtctransformevent", "linkingText": [ "RTCTransformEvent" ], @@ -1296,7 +1296,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1304,7 +1304,7 @@ }, { "id": "dom-rtctransformevent-transformer", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtctransformevent-transformer", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtctransformevent-transformer", "linkingText": [ "transformer" ], @@ -1317,7 +1317,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1325,7 +1325,7 @@ }, { "id": "dom-dedicatedworkerglobalscope-onrtctransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", "linkingText": [ "onrtctransform" ], @@ -1338,7 +1338,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1346,7 +1346,7 @@ }, { "id": "rtcrtpscripttransformer", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransformer", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransformer", "linkingText": [ "RTCRtpScriptTransformer" ], @@ -1357,7 +1357,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1365,7 +1365,7 @@ }, { "id": "rtcrtpscripttransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransform", "linkingText": [ "RTCRtpScriptTransform" ], @@ -1376,7 +1376,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1384,7 +1384,7 @@ }, { "id": "dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-worker", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-worker", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-worker", "linkingText": [ "worker" ], @@ -1402,7 +1402,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1410,7 +1410,7 @@ }, { "id": "dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-options", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-options", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-options", "linkingText": [ "options" ], @@ -1428,7 +1428,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1436,7 +1436,7 @@ }, { "id": "dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-transfer", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-transfer", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-transfer", "linkingText": [ "transfer" ], @@ -1454,7 +1454,7 @@ "informative": false, "heading": { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "title": "RTCRtpScriptTransform", "number": "5" }, @@ -1462,7 +1462,7 @@ }, { "id": "dom-rtcrtpscripttransform-rtcrtpscripttransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform", "linkingText": [ "RTCRtpScriptTransform(worker, options, transfer)", "constructor(worker, options, transfer)", @@ -1480,7 +1480,7 @@ "informative": false, "heading": { "id": "RTCRtpScriptTransform-operations", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", "title": "Operations", "number": "5.1" }, @@ -1488,7 +1488,7 @@ }, { "id": "dom-rtcrtpscripttransformer-options", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-options", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-options", "linkingText": [ "options" ], @@ -1501,7 +1501,7 @@ "informative": false, "heading": { "id": "RTCRtpScriptTransformer-attributes", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", "title": "Attributes", "number": "5.2" }, @@ -1509,7 +1509,7 @@ }, { "id": "dom-rtcrtpscripttransformer-readable", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-readable", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-readable", "linkingText": [ "readable" ], @@ -1522,7 +1522,7 @@ "informative": false, "heading": { "id": "RTCRtpScriptTransformer-attributes", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", "title": "Attributes", "number": "5.2" }, @@ -1530,7 +1530,7 @@ }, { "id": "dom-rtcrtpscripttransformer-writable", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-writable", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-writable", "linkingText": [ "writable" ], @@ -1543,7 +1543,7 @@ "informative": false, "heading": { "id": "RTCRtpScriptTransformer-attributes", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", "title": "Attributes", "number": "5.2" }, diff --git a/tr/diff.md b/tr/diff.md index 1f0a32779a94..02b9519304db 100644 --- a/tr/diff.md +++ b/tr/diff.md @@ -1,22 +1,22 @@ -% Diff between report from "September 27, 2021" and reference report from "September 20, 2021" +% Diff between report from "October 04, 2021" and reference report from "September 27, 2021" % Reffy -% September 27, 2021 +% October 04, 2021 ## Badging API - Initial URL: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## Close Watcher API +## Compute Pressure API -- Initial URL: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- Initial URL: [https://wicg.github.io/compute-pressure/](https://wicg.github.io/compute-pressure/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) -- Inconsistent references for links: *INS* https://www.w3.org/TR/hr-time-2/ +- Editor's Draft: [https://wicg.github.io/compute-pressure/](https://wicg.github.io/compute-pressure/) +- This specification was not in the reference crawl report. ## ContentEditable @@ -24,16 +24,16 @@ - Initial URL: [https://w3c.github.io/contentEditable/](https://w3c.github.io/contentEditable/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/contentEditable/](https://w3c.github.io/contentEditable/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## CSS Cascading and Inheritance Level 6 +## Extend TimeZoneName Option Proposal -- Initial URL: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) +- Initial URL: [https://tc39.es/proposal-intl-extend-timezonename/](https://tc39.es/proposal-intl-extend-timezonename/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) -- Missing references for links: *DEL* https://html.spec.whatwg.org/ +- Editor's Draft: [https://tc39.es/proposal-intl-extend-timezonename/](https://tc39.es/proposal-intl-extend-timezonename/) +- This specification was not in the reference crawl report. ## EyeDropper API @@ -41,16 +41,26 @@ - Initial URL: [https://wicg.github.io/eyedropper-api/](https://wicg.github.io/eyedropper-api/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/eyedropper-api/](https://wicg.github.io/eyedropper-api/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 +## File API + +- Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) +- Missing references for WebIDL names: *INS* MediaSource +- Missing references for links: *INS* https://w3c.github.io/media-source/ +- Inconsistent references for links: *DEL* https://w3c.github.io/media-source/ + + ## Frame Timing - Initial URL: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true ## IceTransport Extensions for WebRTC @@ -58,7 +68,7 @@ - Initial URL: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -67,7 +77,31 @@ - Initial URL: [https://wicg.github.io/input-device-capabilities/](https://wicg.github.io/input-device-capabilities/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/input-device-capabilities/](https://wicg.github.io/input-device-capabilities/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true + + +## Intl Enumeration API Specification + +- Initial URL: [https://tc39.es/proposal-intl-enumeration/](https://tc39.es/proposal-intl-enumeration/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-enumeration/](https://tc39.es/proposal-intl-enumeration/) +- This specification was not in the reference crawl report. + + +## Intl.DisplayNames v2 Proposal + +- Initial URL: [https://tc39.es/intl-displaynames-v2/](https://tc39.es/intl-displaynames-v2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/intl-displaynames-v2/](https://tc39.es/intl-displaynames-v2/) +- This specification was not in the reference crawl report. + + +## Intl.Segmenter Proposal + +- Initial URL: [https://tc39.es/proposal-intl-segmenter/](https://tc39.es/proposal-intl-segmenter/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-segmenter/](https://tc39.es/proposal-intl-segmenter/) +- This specification was not in the reference crawl report. ## JS Self-Profiling API @@ -75,7 +109,7 @@ - Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -84,7 +118,7 @@ - Initial URL: [https://w3c.github.io/mathml-core/](https://w3c.github.io/mathml-core/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mathml-core/](https://w3c.github.io/mathml-core/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -93,7 +127,7 @@ - Initial URL: [https://w3c.github.io/mediacapture-automation/](https://w3c.github.io/mediacapture-automation/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mediacapture-automation/](https://w3c.github.io/mediacapture-automation/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -102,16 +136,32 @@ - Initial URL: [https://w3c.github.io/media-playback-quality/](https://w3c.github.io/media-playback-quality/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/media-playback-quality/](https://w3c.github.io/media-playback-quality/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 +## Media Source Extensions™ + +- Initial URL: [https://www.w3.org/TR/media-source-2/](https://www.w3.org/TR/media-source-2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/media-source/](https://w3c.github.io/media-source/) +- This specification was not in the reference crawl report. + + +## Media Source Extensions™ + +- Initial URL: [https://www.w3.org/TR/media-source/](https://www.w3.org/TR/media-source/) +- Crawled URL: [https://www.w3.org/TR/media-source/](https://www.w3.org/TR/media-source/) +- Editor's Draft: [https://w3c.github.io/media-source/](https://w3c.github.io/media-source/) +- This specification is not in the new crawl report. + + ## Network Information API - Initial URL: [https://wicg.github.io/netinfo/](https://wicg.github.io/netinfo/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/netinfo/](https://wicg.github.io/netinfo/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -120,7 +170,7 @@ - Initial URL: [https://wicg.github.io/overscroll-scrollend-events/](https://wicg.github.io/overscroll-scrollend-events/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/overscroll-scrollend-events/](https://wicg.github.io/overscroll-scrollend-events/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -129,7 +179,7 @@ - Initial URL: [https://wicg.github.io/prefer-current-tab/](https://wicg.github.io/prefer-current-tab/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/prefer-current-tab/](https://wicg.github.io/prefer-current-tab/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -138,7 +188,7 @@ - Initial URL: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true ## Visual Viewport API @@ -146,17 +196,41 @@ - Initial URL: [https://wicg.github.io/visual-viewport/](https://wicg.github.io/visual-viewport/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/visual-viewport/](https://wicg.github.io/visual-viewport/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## Web NFC API +## W3C Patent Policy + +- Initial URL: [https://www.w3.org/Consortium/Patent-Policy/](https://www.w3.org/Consortium/Patent-Policy/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://www.w3.org/Consortium/Patent-Policy/](https://www.w3.org/Consortium/Patent-Policy/) +- This specification was not in the reference crawl report. + + +## W3C Process Document + +- Initial URL: [https://www.w3.org/Consortium/Process/](https://www.w3.org/Consortium/Process/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://www.w3.org/Consortium/Process/](https://www.w3.org/Consortium/Process/) +- This specification was not in the reference crawl report. + + +## Web App Manifest - Application Information + +- Initial URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/manifest-app-info/](https://w3c.github.io/manifest-app-info/) +- No normative references found: *INS* true / *DEL* false + + +## Web NFC - Initial URL: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Spec title: *INS* Web NFC API / *DEL* Web NFC -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec title: *INS* Web NFC / *DEL* Web NFC API +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -165,15 +239,22 @@ - Initial URL: [https://w3c.github.io/web-share-target/](https://w3c.github.io/web-share-target/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/web-share-target/](https://w3c.github.io/web-share-target/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## WebDriver +## WebRTC Encoded Transform -- Initial URL: [https://www.w3.org/TR/webdriver2/](https://www.w3.org/TR/webdriver2/) +- Initial URL: [https://www.w3.org/TR/webrtc-encoded-transform/](https://www.w3.org/TR/webrtc-encoded-transform/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webdriver/](https://w3c.github.io/webdriver/) -- Missing references for links: *INS* https://w3c.github.io/contentEditable/ / *DEL* https://w3c.github.io/editing/contentEditable.html +- Editor's Draft: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) +- This specification was not in the reference crawl report. + + +## WebRTC Encoded Transform + +- Initial URL: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) +- Crawled URL: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) +- This specification is not in the new crawl report. diff --git a/tr/diffnew.md b/tr/diffnew.md index ffbb2fc09d93..79c99d4f9d7e 100644 --- a/tr/diffnew.md +++ b/tr/diffnew.md @@ -1,22 +1,22 @@ -% Diff between report from "September 27, 2021" and reference report from "September 20, 2021" +% Diff between report from "October 04, 2021" and reference report from "September 27, 2021" % Reffy -% September 27, 2021 +% October 04, 2021 ## Badging API - Initial URL: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## Close Watcher API +## Compute Pressure API -- Initial URL: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- Initial URL: [https://wicg.github.io/compute-pressure/](https://wicg.github.io/compute-pressure/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) -- Inconsistent references for links: *INS* https://www.w3.org/TR/hr-time-2/ +- Editor's Draft: [https://wicg.github.io/compute-pressure/](https://wicg.github.io/compute-pressure/) +- This specification was not in the reference crawl report. ## ContentEditable @@ -24,25 +24,42 @@ - Initial URL: [https://w3c.github.io/contentEditable/](https://w3c.github.io/contentEditable/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/contentEditable/](https://w3c.github.io/contentEditable/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 +## Extend TimeZoneName Option Proposal + +- Initial URL: [https://tc39.es/proposal-intl-extend-timezonename/](https://tc39.es/proposal-intl-extend-timezonename/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-extend-timezonename/](https://tc39.es/proposal-intl-extend-timezonename/) +- This specification was not in the reference crawl report. + + ## EyeDropper API - Initial URL: [https://wicg.github.io/eyedropper-api/](https://wicg.github.io/eyedropper-api/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/eyedropper-api/](https://wicg.github.io/eyedropper-api/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 +## File API + +- Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) +- Missing references for WebIDL names: *INS* MediaSource +- Missing references for links: *INS* https://w3c.github.io/media-source/ + + ## Frame Timing - Initial URL: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true ## IceTransport Extensions for WebRTC @@ -50,7 +67,7 @@ - Initial URL: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -59,7 +76,31 @@ - Initial URL: [https://wicg.github.io/input-device-capabilities/](https://wicg.github.io/input-device-capabilities/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/input-device-capabilities/](https://wicg.github.io/input-device-capabilities/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true + + +## Intl Enumeration API Specification + +- Initial URL: [https://tc39.es/proposal-intl-enumeration/](https://tc39.es/proposal-intl-enumeration/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-enumeration/](https://tc39.es/proposal-intl-enumeration/) +- This specification was not in the reference crawl report. + + +## Intl.DisplayNames v2 Proposal + +- Initial URL: [https://tc39.es/intl-displaynames-v2/](https://tc39.es/intl-displaynames-v2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/intl-displaynames-v2/](https://tc39.es/intl-displaynames-v2/) +- This specification was not in the reference crawl report. + + +## Intl.Segmenter Proposal + +- Initial URL: [https://tc39.es/proposal-intl-segmenter/](https://tc39.es/proposal-intl-segmenter/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-segmenter/](https://tc39.es/proposal-intl-segmenter/) +- This specification was not in the reference crawl report. ## JS Self-Profiling API @@ -67,7 +108,7 @@ - Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -76,7 +117,7 @@ - Initial URL: [https://w3c.github.io/mathml-core/](https://w3c.github.io/mathml-core/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mathml-core/](https://w3c.github.io/mathml-core/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -85,7 +126,7 @@ - Initial URL: [https://w3c.github.io/mediacapture-automation/](https://w3c.github.io/mediacapture-automation/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mediacapture-automation/](https://w3c.github.io/mediacapture-automation/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -94,16 +135,24 @@ - Initial URL: [https://w3c.github.io/media-playback-quality/](https://w3c.github.io/media-playback-quality/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/media-playback-quality/](https://w3c.github.io/media-playback-quality/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 +## Media Source Extensions™ + +- Initial URL: [https://www.w3.org/TR/media-source-2/](https://www.w3.org/TR/media-source-2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/media-source/](https://w3c.github.io/media-source/) +- This specification was not in the reference crawl report. + + ## Network Information API - Initial URL: [https://wicg.github.io/netinfo/](https://wicg.github.io/netinfo/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/netinfo/](https://wicg.github.io/netinfo/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -112,7 +161,7 @@ - Initial URL: [https://wicg.github.io/overscroll-scrollend-events/](https://wicg.github.io/overscroll-scrollend-events/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/overscroll-scrollend-events/](https://wicg.github.io/overscroll-scrollend-events/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -121,7 +170,7 @@ - Initial URL: [https://wicg.github.io/prefer-current-tab/](https://wicg.github.io/prefer-current-tab/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/prefer-current-tab/](https://wicg.github.io/prefer-current-tab/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -130,7 +179,7 @@ - Initial URL: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Spec does not reference WebIDL normatively: *INS* true / *DEL* false +- Spec does not reference WebIDL normatively: *INS* false / *DEL* true ## Visual Viewport API @@ -138,17 +187,41 @@ - Initial URL: [https://wicg.github.io/visual-viewport/](https://wicg.github.io/visual-viewport/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/visual-viewport/](https://wicg.github.io/visual-viewport/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## Web NFC API +## W3C Patent Policy + +- Initial URL: [https://www.w3.org/Consortium/Patent-Policy/](https://www.w3.org/Consortium/Patent-Policy/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://www.w3.org/Consortium/Patent-Policy/](https://www.w3.org/Consortium/Patent-Policy/) +- This specification was not in the reference crawl report. + + +## W3C Process Document + +- Initial URL: [https://www.w3.org/Consortium/Process/](https://www.w3.org/Consortium/Process/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://www.w3.org/Consortium/Process/](https://www.w3.org/Consortium/Process/) +- This specification was not in the reference crawl report. + + +## Web App Manifest - Application Information + +- Initial URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/manifest-app-info/](https://w3c.github.io/manifest-app-info/) +- No normative references found: *INS* true / *DEL* false + + +## Web NFC - Initial URL: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Spec title: *INS* Web NFC API / *DEL* Web NFC -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec title: *INS* Web NFC / *DEL* Web NFC API +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 @@ -157,15 +230,15 @@ - Initial URL: [https://w3c.github.io/web-share-target/](https://w3c.github.io/web-share-target/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/web-share-target/](https://w3c.github.io/web-share-target/) -- Spec could not be rendered: *INS* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded +- Spec could not be rendered: *DEL* TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 -## WebDriver +## WebRTC Encoded Transform -- Initial URL: [https://www.w3.org/TR/webdriver2/](https://www.w3.org/TR/webdriver2/) +- Initial URL: [https://www.w3.org/TR/webrtc-encoded-transform/](https://www.w3.org/TR/webrtc-encoded-transform/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webdriver/](https://w3c.github.io/webdriver/) -- Missing references for links: *INS* https://w3c.github.io/contentEditable/ / *DEL* https://w3c.github.io/editing/contentEditable.html +- Editor's Draft: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) +- This specification was not in the reference crawl report. diff --git a/tr/headings/WGSL.json b/tr/headings/WGSL.json index 7636df88a552..ef955aae5004 100644 --- a/tr/headings/WGSL.json +++ b/tr/headings/WGSL.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/WGSL/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 21 September 2021" + "title": "W3C Working Draft, 29 September 2021" }, { "id": "abstract", diff --git a/tr/headings/anchors.json b/tr/headings/anchors.json index 082c8d792a8b..0c7742ed17f3 100644 --- a/tr/headings/anchors.json +++ b/tr/headings/anchors.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://immersive-web.github.io/anchors/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 24 August 2021" + "title": "Editor’s Draft, 30 September 2021" }, { "id": "abstract", diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json new file mode 100644 index 000000000000..9f6cb5fcaaff --- /dev/null +++ b/tr/headings/compute-pressure.json @@ -0,0 +1,244 @@ +{ + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/compute-pressure/#title", + "level": 1, + "title": "Compute Pressure API" + }, + { + "id": "toc", + "href": "https://wicg.github.io/compute-pressure/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://wicg.github.io/compute-pressure/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "concepts", + "href": "https://wicg.github.io/compute-pressure/#concepts", + "level": 2, + "title": "Concepts", + "number": "2" + }, + { + "id": "cpu-utilization", + "href": "https://wicg.github.io/compute-pressure/#cpu-utilization", + "level": 3, + "title": "CPU utilization", + "number": "2.1" + }, + { + "id": "cpu-clock-speed", + "href": "https://wicg.github.io/compute-pressure/#cpu-clock-speed", + "level": 3, + "title": "CPU clock speed", + "number": "2.2" + }, + { + "id": "internal-slots", + "href": "https://wicg.github.io/compute-pressure/#internal-slots", + "level": 3, + "title": "Internal slots", + "number": "2.3" + }, + { + "id": "compute-pressure-observer", + "href": "https://wicg.github.io/compute-pressure/#compute-pressure-observer", + "level": 2, + "title": "Compute Pressure Observer", + "number": "3" + }, + { + "id": "the-computepressureupdatecallback-callback", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureupdatecallback-callback", + "level": 3, + "title": "The ComputePressureUpdateCallback callback", + "number": "3.1" + }, + { + "id": "the-computepressureobserver-object", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserver-object", + "level": 3, + "title": "The ComputePressureObserver object", + "number": "3.2" + }, + { + "id": "the-constructor-method", + "href": "https://wicg.github.io/compute-pressure/#the-constructor-method", + "level": 4, + "title": "The constructor() method", + "number": "3.2.1" + }, + { + "id": "the-observe-method", + "href": "https://wicg.github.io/compute-pressure/#the-observe-method", + "level": 4, + "title": "The observe() method", + "number": "3.2.2" + }, + { + "id": "the-unobserve-method", + "href": "https://wicg.github.io/compute-pressure/#the-unobserve-method", + "level": 4, + "title": "The unobserve() method", + "number": "3.2.3" + }, + { + "id": "the-computepressureobserverupdate-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", + "level": 3, + "title": "The ComputePressureObserverUpdate dictionary", + "number": "3.3" + }, + { + "id": "the-cpuspeed-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-cpuspeed-attribute", + "level": 4, + "title": "The cpuSpeed attribute", + "number": "3.3.1" + }, + { + "id": "the-cpuutilization-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-cpuutilization-attribute", + "level": 4, + "title": "The cpuUtilization attribute", + "number": "3.3.2" + }, + { + "id": "the-options-attribute", + "href": "https://wicg.github.io/compute-pressure/#the-options-attribute", + "level": 4, + "title": "The options attribute", + "number": "3.3.3" + }, + { + "id": "the-computepressureobserveroptions-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary", + "level": 3, + "title": "The ComputePressureObserverOptions dictionary", + "number": "3.4" + }, + { + "id": "the-cpuutilizationthresholds-member", + "href": "https://wicg.github.io/compute-pressure/#the-cpuutilizationthresholds-member", + "level": 4, + "title": "The cpuUtilizationThresholds member", + "number": "3.4.1" + }, + { + "id": "the-cpuspeedthresholds-member", + "href": "https://wicg.github.io/compute-pressure/#the-cpuspeedthresholds-member", + "level": 4, + "title": "The cpuSpeedThresholds member", + "number": "3.4.2" + }, + { + "id": "security-and-privacy-considerations", + "href": "https://wicg.github.io/compute-pressure/#security-and-privacy-considerations", + "level": 3, + "title": "Security and privacy considerations", + "number": "3.5" + }, + { + "id": "minimizing-information-exposure", + "href": "https://wicg.github.io/compute-pressure/#minimizing-information-exposure", + "level": 4, + "title": "Minimizing information exposure", + "number": "3.5.1" + }, + { + "id": "normalizing-cpu-utilization", + "href": "https://wicg.github.io/compute-pressure/#normalizing-cpu-utilization", + "level": 5, + "title": "Normalizing CPU utilization", + "number": "3.5.1.1" + }, + { + "id": "aggregating-cpu-utilization", + "href": "https://wicg.github.io/compute-pressure/#aggregating-cpu-utilization", + "level": 5, + "title": "Aggregating CPU utilization", + "number": "3.5.1.2" + }, + { + "id": "normalizing-cpu-clock-speed", + "href": "https://wicg.github.io/compute-pressure/#normalizing-cpu-clock-speed", + "level": 5, + "title": "Normalizing CPU clock speed", + "number": "3.5.1.3" + }, + { + "id": "aggregating-cpu-clock-speed", + "href": "https://wicg.github.io/compute-pressure/#aggregating-cpu-clock-speed", + "level": 5, + "title": "Aggregating CPU clock speed", + "number": "3.5.1.4" + }, + { + "id": "quantizing-values-a-k-a-bucketing", + "href": "https://wicg.github.io/compute-pressure/#quantizing-values-a-k-a-bucketing", + "level": 5, + "title": "Quantizing values (a.k.a. Bucketing)", + "number": "3.5.1.5" + }, + { + "id": "rate-limiting-change-notifications", + "href": "https://wicg.github.io/compute-pressure/#rate-limiting-change-notifications", + "level": 5, + "title": "Rate-limiting change notifications", + "number": "3.5.1.6" + }, + { + "id": "third-party-contexts", + "href": "https://wicg.github.io/compute-pressure/#third-party-contexts", + "level": 5, + "title": "Third-party contexts", + "number": "3.5.1.7" + }, + { + "id": "examples", + "href": "https://wicg.github.io/compute-pressure/#examples", + "level": 3, + "title": "Examples", + "number": "3.6" + }, + { + "id": "conformance", + "href": "https://wicg.github.io/compute-pressure/#conformance", + "level": 3, + "title": "Conformance", + "number": "3.7" + }, + { + "id": "acknowledgments", + "href": "https://wicg.github.io/compute-pressure/#acknowledgments", + "level": 3, + "title": "Acknowledgments", + "number": "3.8" + }, + { + "id": "references", + "href": "https://wicg.github.io/compute-pressure/#references", + "level": 2, + "title": "References", + "number": "A" + }, + { + "id": "normative-references", + "href": "https://wicg.github.io/compute-pressure/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/conversion-measurement-api.json b/tr/headings/conversion-measurement-api.json index 5739e64c72c5..7232edc8bbcb 100644 --- a/tr/headings/conversion-measurement-api.json +++ b/tr/headings/conversion-measurement-api.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/conversion-measurement-api/#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 24 September 2021" + "title": "Draft Community Group Report, 30 September 2021" }, { "id": "abstract", @@ -167,40 +167,47 @@ "title": "Source Algorithms", "number": "7" }, + { + "id": "obtaining-attribution-source-expiry-time", + "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-expiry-time", + "level": 3, + "title": "Obtaining an attribution source’s expiry time", + "number": "7.1" + }, { "id": "parsing-data-fields", "href": "https://wicg.github.io/conversion-measurement-api/#parsing-data-fields", "level": 3, "title": "Parsing data fields", - "number": "7.1" + "number": "7.2" }, { "id": "parsing-attribution-destination", "href": "https://wicg.github.io/conversion-measurement-api/#parsing-attribution-destination", "level": 3, "title": "Parsing an attribution destination", - "number": "7.2" + "number": "7.3" }, { "id": "obtaining-attribution-source-anchor", "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-anchor", "level": 3, "title": "Obtaining an attribution source from an a element", - "number": "7.3" + "number": "7.4" }, { "id": "obtaining-event-attribution-source-anchor", "href": "https://wicg.github.io/conversion-measurement-api/#obtaining-event-attribution-source-anchor", "level": 3, "title": "Obtaining an event attribution source from an a element", - "number": "7.4" + "number": "7.5" }, { "id": "processing-an-attribution-source", "href": "https://wicg.github.io/conversion-measurement-api/#processing-an-attribution-source", "level": 3, "title": "Processing an attribution source", - "number": "7.5" + "number": "7.6" }, { "id": "trigger-algorithms", diff --git a/tr/headings/css-values-4.json b/tr/headings/css-values-4.json index f0685d57656a..dcc4884d4f18 100644 --- a/tr/headings/css-values-4.json +++ b/tr/headings/css-values-4.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/css-values-4/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 15 July 2021" + "title": "W3C Working Draft, 30 September 2021" }, { "id": "abstract", @@ -104,12 +104,19 @@ "title": "Combining Values: Interpolation, Addition, and Accumulation", "number": "3" }, + { + "id": "interpolate", + "href": "https://www.w3.org/TR/css-values-4/#interpolate", + "level": 3, + "title": "Representing Interpolated Values: the mix() notation", + "number": "3.1" + }, { "id": "combining-range", "href": "https://www.w3.org/TR/css-values-4/#combining-range", "level": 3, "title": "Range Checking", - "number": "3.1" + "number": "3.2" }, { "id": "textual-values", @@ -213,7 +220,7 @@ "id": "combine-integers", "href": "https://www.w3.org/TR/css-values-4/#combine-integers", "level": 4, - "title": "Combination of ", + "title": "Computation and Combination of ", "number": "5.2.1" }, { @@ -227,7 +234,7 @@ "id": "combine-numbers", "href": "https://www.w3.org/TR/css-values-4/#combine-numbers", "level": 4, - "title": "Combination of ", + "title": "Computation and Combination of ", "number": "5.3.1" }, { @@ -262,7 +269,7 @@ "id": "combine-percentages", "href": "https://www.w3.org/TR/css-values-4/#combine-percentages", "level": 4, - "title": "Combination of ", + "title": "Computation and Combination of ", "number": "5.5.1" }, { diff --git a/tr/headings/ecmascript.json b/tr/headings/ecmascript.json index 2bc1e8055160..5bb8b407da14 100644 --- a/tr/headings/ecmascript.json +++ b/tr/headings/ecmascript.json @@ -3196,6 +3196,18 @@ "level": 4, "number": "12.6.1.1" }, + { + "id": "sec-identifiercodepoints", + "title": "Static Semantics: IdentifierCodePoints", + "level": 4, + "number": "12.6.1.2" + }, + { + "id": "sec-identifiercodepoint", + "title": "Static Semantics: IdentifierCodePoint", + "level": 4, + "number": "12.6.1.3" + }, { "id": "sec-keywords-and-reserved-words", "title": "Keywords and Reserved Words", @@ -3280,23 +3292,17 @@ "level": 3, "number": "12.8.5" }, - { - "id": "sec-literals-regular-expression-literals-static-semantics-early-errors", - "title": "Static Semantics: Early Errors", - "level": 4, - "number": "12.8.5.1" - }, { "id": "sec-static-semantics-bodytext", "title": "Static Semantics: BodyText", "level": 4, - "number": "12.8.5.2" + "number": "12.8.5.1" }, { "id": "sec-static-semantics-flagtext", "title": "Static Semantics: FlagText", "level": 4, - "number": "12.8.5.3" + "number": "12.8.5.2" }, { "id": "sec-template-literal-lexical-components", @@ -8026,6 +8032,18 @@ "level": 4, "number": "22.2.1.6" }, + { + "id": "sec-regexpidentifiercodepoints", + "title": "Static Semantics: RegExpIdentifierCodePoints", + "level": 4, + "number": "22.2.1.7" + }, + { + "id": "sec-regexpidentifiercodepoint", + "title": "Static Semantics: RegExpIdentifierCodePoint", + "level": 4, + "number": "22.2.1.8" + }, { "id": "sec-pattern-semantics", "title": "Pattern Semantics", diff --git a/tr/headings/encoding.json b/tr/headings/encoding.json index 3cebd3573823..0f8f3de37477 100644 --- a/tr/headings/encoding.json +++ b/tr/headings/encoding.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://www.w3.org/TR/encoding/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 24 June 2021" + "title": "Living Standard — Last Updated 27 September 2021" }, { "id": "abstract", diff --git a/tr/headings/fetch.json b/tr/headings/fetch.json index 0bb5c4371637..5600eb85654f 100644 --- a/tr/headings/fetch.json +++ b/tr/headings/fetch.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://fetch.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 9 September 2021" + "title": "Living Standard — Last Updated 30 September 2021" }, { "id": "abstract", diff --git a/tr/headings/html.json b/tr/headings/html.json index 8c2786982232..1180871f2151 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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "urls", @@ -594,7 +594,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "common-dom-interfaces", @@ -656,7 +656,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "safe-passing-of-structured-data", @@ -739,7 +739,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "dom", @@ -1017,7 +1017,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "semantics", @@ -1162,7 +1162,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "sections", @@ -1287,7 +1287,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "grouping-content", @@ -1405,7 +1405,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "text-level-semantics", @@ -1621,7 +1621,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "links", @@ -1872,7 +1872,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "edits", @@ -1927,7 +1927,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "embedded-content", @@ -1961,7 +1961,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "images", @@ -2212,7 +2212,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-iframe-element", @@ -2246,7 +2246,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-video-element", @@ -2476,7 +2476,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-map-element", @@ -2517,7 +2517,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "mathml", @@ -2544,7 +2544,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "tables", @@ -2676,7 +2676,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "forms", @@ -2773,7 +2773,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-input-element", @@ -3038,7 +3038,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-button-element", @@ -3121,7 +3121,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "form-control-infrastructure", @@ -3358,7 +3358,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "interactive-elements", @@ -3448,7 +3448,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "scripting-3", @@ -3531,7 +3531,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-canvas-element", @@ -3775,7 +3775,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "custom-elements", @@ -3907,7 +3907,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "common-idioms", @@ -3983,7 +3983,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "microdata", @@ -4163,7 +4163,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "editing", @@ -4399,7 +4399,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "dnd", @@ -4482,7 +4482,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "browsers", @@ -4620,7 +4620,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-window-object", @@ -4759,7 +4759,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "origin", @@ -4856,7 +4856,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "history", @@ -4974,7 +4974,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "browsing-the-web", @@ -5120,7 +5120,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "webappapis", @@ -5475,7 +5475,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "dynamic-markup-insertion", @@ -5523,7 +5523,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 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "timers", @@ -5564,7 +5564,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "system-state-and-capabilities", @@ -5633,7 +5633,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "images-2", @@ -5653,7 +5653,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "comms", @@ -5672,7 +5672,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "server-sent-events", @@ -5748,7 +5748,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-sockets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "network", @@ -5803,7 +5803,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "web-messaging", @@ -5921,7 +5921,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "workers", @@ -6157,7 +6157,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "worklets", @@ -6267,7 +6267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "webstorage", @@ -6370,7 +6370,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "syntax", @@ -6480,7 +6480,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "parsing", @@ -7445,7 +7445,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "named-character-references", @@ -7458,7 +7458,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "the-xhtml-syntax", @@ -7498,7 +7498,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "rendering", @@ -7825,7 +7825,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "obsolete", @@ -7886,7 +7886,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "iana", @@ -8017,7 +8017,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "index", @@ -8071,7 +8071,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "references", @@ -8083,7 +8083,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 20 September 2021" + "title": "Living Standard — Last Updated 1 October 2021" }, { "id": "acknowledgments", diff --git a/tr/headings/infra.json b/tr/headings/infra.json index 4f2c2c17d122..c3ad6a4ad959 100644 --- a/tr/headings/infra.json +++ b/tr/headings/infra.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://infra.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 22 September 2021" + "title": "Living Standard — Last Updated 28 September 2021" }, { "id": "abstract", diff --git a/tr/headings/largest-contentful-paint.json b/tr/headings/largest-contentful-paint.json index 506e4f8418fb..e5f11771028a 100644 --- a/tr/headings/largest-contentful-paint.json +++ b/tr/headings/largest-contentful-paint.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/largest-contentful-paint/#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 19 May 2021" + "title": "Draft Community Group Report, 30 September 2021" }, { "id": "abstract", diff --git a/tr/headings/manifest-app-info.json b/tr/headings/manifest-app-info.json index 3029014449c6..5b2b230f19dc 100644 --- a/tr/headings/manifest-app-info.json +++ b/tr/headings/manifest-app-info.json @@ -86,54 +86,47 @@ "title": "Internationalization", "number": "A" }, - { - "id": "conformance", - "href": "https://www.w3.org/TR/manifest-app-info/#conformance", - "level": 2, - "title": "Conformance", - "number": "B" - }, { "id": "acknowledgements", "href": "https://www.w3.org/TR/manifest-app-info/#acknowledgements", "level": 2, "title": "Acknowledgements", - "number": "C" + "number": "B" }, { "id": "index", "href": "https://www.w3.org/TR/manifest-app-info/#index", "level": 2, "title": "Index", - "number": "D" + "number": "C" }, { "id": "index-defined-here", "href": "https://www.w3.org/TR/manifest-app-info/#index-defined-here", "level": 3, "title": "Terms defined by this specification", - "number": "D.1" + "number": "C.1" }, { "id": "index-defined-elsewhere", "href": "https://www.w3.org/TR/manifest-app-info/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference", - "number": "D.2" + "number": "C.2" }, { "id": "references", "href": "https://www.w3.org/TR/manifest-app-info/#references", "level": 2, "title": "References", - "number": "E" + "number": "D" }, { - "id": "normative-references", - "href": "https://www.w3.org/TR/manifest-app-info/#normative-references", + "id": "informative-references", + "href": "https://www.w3.org/TR/manifest-app-info/#informative-references", "level": 3, - "title": "Normative references", - "number": "E.1" + "title": "Informative references", + "number": "D.1" } ] } \ No newline at end of file diff --git a/tr/headings/media-source-2.json b/tr/headings/media-source-2.json new file mode 100644 index 000000000000..ba8b79ed6473 --- /dev/null +++ b/tr/headings/media-source-2.json @@ -0,0 +1,413 @@ +{ + "spec": { + "title": "Media Source Extensions™", + "url": "https://www.w3.org/TR/media-source-2/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/media-source-2/#title", + "level": 1, + "title": "Media Source Extensions™" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/media-source-2/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/media-source-2/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "goals", + "href": "https://www.w3.org/TR/media-source-2/#goals", + "level": 3, + "title": "Goals", + "number": "1.1" + }, + { + "id": "definitions", + "href": "https://www.w3.org/TR/media-source-2/#definitions", + "level": 3, + "title": "Definitions", + "number": "1.2" + }, + { + "id": "mediasource", + "href": "https://www.w3.org/TR/media-source-2/#mediasource", + "level": 2, + "title": "MediaSource Object", + "number": "2" + }, + { + "id": "attributes", + "href": "https://www.w3.org/TR/media-source-2/#attributes", + "level": 3, + "title": "Attributes", + "number": "2.1" + }, + { + "id": "methods", + "href": "https://www.w3.org/TR/media-source-2/#methods", + "level": 3, + "title": "Methods", + "number": "2.2" + }, + { + "id": "mediasource-events", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-events", + "level": 3, + "title": "Event Summary", + "number": "2.3" + }, + { + "id": "mediasource-in-worker-communication-model", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "level": 3, + "title": "Cross-context communication model", + "number": "2.4" + }, + { + "id": "mediasource-algorithms", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-algorithms", + "level": 3, + "title": "Algorithms", + "number": "2.5" + }, + { + "id": "mediasource-attach", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-attach", + "level": 4, + "title": "Attaching to a media element", + "number": "2.5.1" + }, + { + "id": "mediasource-detach", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-detach", + "level": 4, + "title": "Detaching from a media element", + "number": "2.5.2" + }, + { + "id": "mediasource-seeking", + "href": "https://www.w3.org/TR/media-source-2/#mediasource-seeking", + "level": 4, + "title": "Seeking", + "number": "2.5.3" + }, + { + "id": "buffer-monitoring", + "href": "https://www.w3.org/TR/media-source-2/#buffer-monitoring", + "level": 4, + "title": "SourceBuffer Monitoring", + "number": "2.5.4" + }, + { + "id": "active-source-buffer-changes", + "href": "https://www.w3.org/TR/media-source-2/#active-source-buffer-changes", + "level": 4, + "title": "Changes to selected/enabled track state", + "number": "2.5.5" + }, + { + "id": "duration-change-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#duration-change-algorithm", + "level": 4, + "title": "Duration change", + "number": "2.5.6" + }, + { + "id": "end-of-stream-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#end-of-stream-algorithm", + "level": 4, + "title": "End of stream", + "number": "2.5.7" + }, + { + "id": "sourcebuffer", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "level": 2, + "title": "SourceBuffer Object", + "number": "3" + }, + { + "id": "attributes-0", + "href": "https://www.w3.org/TR/media-source-2/#attributes-0", + "level": 3, + "title": "Attributes", + "number": "3.1" + }, + { + "id": "methods-0", + "href": "https://www.w3.org/TR/media-source-2/#methods-0", + "level": 3, + "title": "Methods", + "number": "3.2" + }, + { + "id": "track-buffers", + "href": "https://www.w3.org/TR/media-source-2/#track-buffers", + "level": 3, + "title": "Track Buffers", + "number": "3.3" + }, + { + "id": "sourcebuffer-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "level": 3, + "title": "Event Summary", + "number": "3.4" + }, + { + "id": "sourcebuffer-algorithms", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-algorithms", + "level": 3, + "title": "Algorithms", + "number": "3.5" + }, + { + "id": "sourcebuffer-segment-parser-loop", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "level": 4, + "title": "Segment Parser Loop", + "number": "3.5.1" + }, + { + "id": "sourcebuffer-reset-parser-state", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-reset-parser-state", + "level": 4, + "title": "Reset Parser State", + "number": "3.5.2" + }, + { + "id": "sourcebuffer-append-error", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-append-error", + "level": 4, + "title": "Append Error", + "number": "3.5.3" + }, + { + "id": "sourcebuffer-prepare-append", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-prepare-append", + "level": 4, + "title": "Prepare Append", + "number": "3.5.4" + }, + { + "id": "sourcebuffer-buffer-append", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-buffer-append", + "level": 4, + "title": "Buffer Append", + "number": "3.5.5" + }, + { + "id": "sourcebuffer-range-removal", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-range-removal", + "level": 4, + "title": "Range Removal", + "number": "3.5.6" + }, + { + "id": "sourcebuffer-init-segment-received", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-init-segment-received", + "level": 4, + "title": "Initialization Segment Received", + "number": "3.5.7" + }, + { + "id": "sourcebuffer-coded-frame-processing", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-processing", + "level": 4, + "title": "Coded Frame Processing", + "number": "3.5.8" + }, + { + "id": "sourcebuffer-coded-frame-removal", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-removal", + "level": 4, + "title": "Coded Frame Removal", + "number": "3.5.9" + }, + { + "id": "sourcebuffer-coded-frame-eviction", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-eviction", + "level": 4, + "title": "Coded Frame Eviction", + "number": "3.5.10" + }, + { + "id": "sourcebuffer-audio-splice-frame-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-frame-algorithm", + "level": 4, + "title": "Audio Splice Frame", + "number": "3.5.11" + }, + { + "id": "sourcebuffer-audio-splice-rendering-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-rendering-algorithm", + "level": 4, + "title": "Audio Splice Rendering", + "number": "3.5.12" + }, + { + "id": "sourcebuffer-text-splice-frame-algorithm", + "href": "https://www.w3.org/TR/media-source-2/#sourcebuffer-text-splice-frame-algorithm", + "level": 4, + "title": "Text Splice Frame", + "number": "3.5.13" + }, + { + "id": "sourcebufferlist", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist", + "level": 2, + "title": "SourceBufferList Object", + "number": "4" + }, + { + "id": "attributes-1", + "href": "https://www.w3.org/TR/media-source-2/#attributes-1", + "level": 3, + "title": "Attributes", + "number": "4.1" + }, + { + "id": "methods-1", + "href": "https://www.w3.org/TR/media-source-2/#methods-1", + "level": 3, + "title": "Methods", + "number": "4.2" + }, + { + "id": "sourcebufferlist-events", + "href": "https://www.w3.org/TR/media-source-2/#sourcebufferlist-events", + "level": 3, + "title": "Event Summary", + "number": "4.3" + }, + { + "id": "htmlmediaelement-extensions", + "href": "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions", + "level": 2, + "title": "HTMLMediaElement Extensions", + "number": "5" + }, + { + "id": "htmlmediaelement-extensions-seekable", + "href": "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions-seekable", + "level": 3, + "title": "HTMLMediaElement.seekable", + "number": "5.1" + }, + { + "id": "htmlmediaelement-extensions-buffered", + "href": "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions-buffered", + "level": 3, + "title": "HTMLMediaElement.buffered", + "number": "5.2" + }, + { + "id": "audio-track-extensions", + "href": "https://www.w3.org/TR/media-source-2/#audio-track-extensions", + "level": 2, + "title": "AudioTrack Extensions", + "number": "6" + }, + { + "id": "attributes-2", + "href": "https://www.w3.org/TR/media-source-2/#attributes-2", + "level": 3, + "title": "Attributes" + }, + { + "id": "video-track-extensions", + "href": "https://www.w3.org/TR/media-source-2/#video-track-extensions", + "level": 2, + "title": "VideoTrack Extensions", + "number": "7" + }, + { + "id": "attributes-3", + "href": "https://www.w3.org/TR/media-source-2/#attributes-3", + "level": 3, + "title": "Attributes" + }, + { + "id": "text-track-extensions", + "href": "https://www.w3.org/TR/media-source-2/#text-track-extensions", + "level": 2, + "title": "TextTrack Extensions", + "number": "8" + }, + { + "id": "attributes-4", + "href": "https://www.w3.org/TR/media-source-2/#attributes-4", + "level": 3, + "title": "Attributes" + }, + { + "id": "byte-stream-formats", + "href": "https://www.w3.org/TR/media-source-2/#byte-stream-formats", + "level": 2, + "title": "Byte Stream Formats", + "number": "9" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/media-source-2/#conformance", + "level": 2, + "title": "10. Conformance" + }, + { + "id": "examples", + "href": "https://www.w3.org/TR/media-source-2/#examples", + "level": 2, + "title": "11. Examples" + }, + { + "id": "acknowledgements", + "href": "https://www.w3.org/TR/media-source-2/#acknowledgements", + "level": 2, + "title": "12. Acknowledgments" + }, + { + "id": "VideoPlaybackQuality", + "href": "https://www.w3.org/TR/media-source-2/#VideoPlaybackQuality", + "level": 2, + "title": "VideoPlaybackQuality", + "number": "A" + }, + { + "id": "issue-summary", + "href": "https://www.w3.org/TR/media-source-2/#issue-summary", + "level": 2, + "title": "Issue Summary", + "number": "B" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/media-source-2/#references", + "level": 2, + "title": "References", + "number": "C" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/media-source-2/#normative-references", + "level": 3, + "title": "Normative references", + "number": "C.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/media-source-2/#informative-references", + "level": 3, + "title": "Informative references", + "number": "C.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/mixed-content.json b/tr/headings/mixed-content.json index 427b2ff7a207..ca69f8ec1cd3 100644 --- a/tr/headings/mixed-content.json +++ b/tr/headings/mixed-content.json @@ -8,7 +8,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/mixed-content/#profile-and-date", "level": 2, - "title": "W3C Candidate Recommendation Draft, 18 September 2021" + "title": "W3C Candidate Recommendation Draft, 30 September 2021" }, { "id": "abstract", diff --git a/tr/headings/tc39-intl-displaynames-v2.json b/tr/headings/tc39-intl-displaynames-v2.json new file mode 100644 index 000000000000..283efc086c3c --- /dev/null +++ b/tr/headings/tc39-intl-displaynames-v2.json @@ -0,0 +1,104 @@ +{ + "spec": { + "title": "Intl.DisplayNames v2 Proposal", + "url": "https://tc39.es/intl-displaynames-v2/" + }, + "headings": [ + { + "id": "intl-displaynames-objects", + "title": "DisplayNames Objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-intl-displaynames-abstracts", + "title": "Abstract Operations for DisplayNames Objects", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-canonicalcodefordisplaynames", + "title": "CanonicalCodeForDisplayNames ( type, code)", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-isvaliddatetimefieldcode", + "title": "IsValidDateTimeFieldCode ( field )", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-intl-displaynames-constructor", + "title": "The Intl.DisplayNames Constructor", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-Intl.DisplayNames", + "title": "Intl.DisplayNames ( locales, options )", + "level": 3, + "number": "1.3.1" + }, + { + "id": "sec-properties-of-intl-displaynames-constructor", + "title": "Properties of the Intl.DisplayNames Constructor", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-Intl.DisplayNames.prototype", + "title": "Intl.DisplayNames.prototype", + "level": 3, + "number": "1.4.1" + }, + { + "id": "sec-Intl.DisplayNames.supportedLocalesOf", + "title": "Intl.DisplayNames.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "1.4.2" + }, + { + "id": "sec-Intl.DisplayNames-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "1.4.3" + }, + { + "id": "sec-properties-of-intl-displaynames-prototype-object", + "title": "Properties of the Intl.DisplayNames Prototype Object", + "level": 2, + "number": "1.5" + }, + { + "id": "sec-Intl.DisplayNames.prototype.constructor", + "title": "Intl.DisplayNames.prototype.constructor", + "level": 3, + "number": "1.5.1" + }, + { + "id": "sec-Intl.DisplayNames.prototype-@@tostringtag", + "title": "Intl.DisplayNames.prototype[ @@toStringTag ]", + "level": 3, + "number": "1.5.2" + }, + { + "id": "sec-Intl.DisplayNames.prototype.of", + "title": "Intl.DisplayNames.prototype.of ( code )", + "level": 3, + "number": "1.5.3" + }, + { + "id": "sec-Intl.DisplayNames.prototype.resolvedOptions", + "title": "Intl.DisplayNames.prototype.resolvedOptions ( )", + "level": 3, + "number": "1.5.4" + }, + { + "id": "sec-properties-of-intl-displaynames-instances", + "title": "Properties of Intl.DisplayNames Instances", + "level": 2, + "number": "1.6" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-intl-enumeration.json b/tr/headings/tc39-intl-enumeration.json new file mode 100644 index 000000000000..465cddb5e55c --- /dev/null +++ b/tr/headings/tc39-intl-enumeration.json @@ -0,0 +1,200 @@ +{ + "spec": { + "title": "Intl Enumeration API Specification", + "url": "https://tc39.es/proposal-intl-enumeration/" + }, + "headings": [ + { + "id": "locales-currencies-tz", + "title": "Identification of Locales, Currencies, Time Zones, and Measurement Units, Numbering Systems, Collations, and Calendars", + "level": 1, + "number": "1" + }, + { + "id": "sec-case-sensitivity-and-case-mapping", + "title": "Case Sensitivity and Case Mapping", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-language-tags", + "title": "Language Tags", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-currency-codes", + "title": "Currency Codes", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-iswellformedcurrencycode", + "title": "IsWellFormedCurrencyCode ( currency )", + "level": 3, + "number": "1.3.1" + }, + { + "id": "sec-availablecurrencies", + "title": "AvailableCurrencies ( )", + "level": 3, + "number": "1.3.2" + }, + { + "id": "sec-time-zone-names", + "title": "Time Zone Names", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-isvalidtimezonename", + "title": "IsValidTimeZoneName ( timeZone )", + "level": 3, + "number": "1.4.1" + }, + { + "id": "sec-canonicalizetimezonename", + "title": "CanonicalizeTimeZoneName", + "level": 3, + "number": "1.4.2" + }, + { + "id": "sec-defaulttimezone", + "title": "DefaultTimeZone ()", + "level": 3, + "number": "1.4.3" + }, + { + "id": "sec-availabletimezones", + "title": "AvailableTimeZones ()", + "level": 3, + "number": "1.4.4" + }, + { + "id": "sec-measurement-unit-identifiers", + "title": "Measurement Unit Identifiers", + "level": 2, + "number": "1.5" + }, + { + "id": "sec-iswellformedunitidentifier", + "title": "IsWellFormedUnitIdentifier ( unitIdentifier )", + "level": 3, + "number": "1.5.1" + }, + { + "id": "sec-issanctionedsimpleunitidentifier", + "title": "IsSanctionedSimpleUnitIdentifier ( unitIdentifier )", + "level": 3, + "number": "1.5.2" + }, + { + "id": "sec-availableunits", + "title": "AvailableUnits ( )", + "level": 3, + "number": "1.5.3" + }, + { + "id": "sec-numberingsystem-identifiers", + "title": "Numbering System Identifiers", + "level": 2, + "number": "1.6" + }, + { + "id": "sec-availablenumberingsystems", + "title": "AvailableNumberingSystems ( )", + "level": 3, + "number": "1.6.1" + }, + { + "id": "sec-collation-types", + "title": "Collation Types", + "level": 2, + "number": "1.7" + }, + { + "id": "sec-availablecollations", + "title": "AvailableCollations ( )", + "level": 3, + "number": "1.7.1" + }, + { + "id": "sec-calendar-types", + "title": "Calendar Types", + "level": 2, + "number": "1.8" + }, + { + "id": "sec-availablecalendars", + "title": "AvailableCalendars ( )", + "level": 3, + "number": "1.8.1" + }, + { + "id": "intl-object", + "title": "The Intl Object", + "level": 1, + "number": "2" + }, + { + "id": "sec-constructor-properties-of-the-intl-object", + "title": "Constructor Properties of the Intl Object", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-intl.locale-intro", + "title": "Intl.Locale (...)", + "level": 3, + "number": "2.1.1" + }, + { + "id": "sec-intl.collator-intro", + "title": "Intl.Collator (...)", + "level": 3, + "number": "2.1.2" + }, + { + "id": "sec-intl.numberformat-intro", + "title": "Intl.NumberFormat (...)", + "level": 3, + "number": "2.1.3" + }, + { + "id": "sec-intl.datetimeformat-intro", + "title": "Intl.DateTimeFormat (...)", + "level": 3, + "number": "2.1.4" + }, + { + "id": "sec-intl.relativetimeformat-intro", + "title": "Intl.RelativeTimeFormat (...)", + "level": 3, + "number": "2.1.5" + }, + { + "id": "sec-intl.pluralrules-intro", + "title": "Intl.PluralRules (...)", + "level": 3, + "number": "2.1.6" + }, + { + "id": "sec-function-properties-of-the-intl-object", + "title": "Function Properties of the Intl Object", + "level": 2, + "number": "2.2" + }, + { + "id": "sec-intl.getcanonicallocales", + "title": "Intl.getCanonicalLocales ( locales )", + "level": 3, + "number": "2.2.1" + }, + { + "id": "sec-intl.supportedvaluesof", + "title": "Intl.supportedValuesOf ( key )", + "level": 3, + "number": "2.2.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-intl-extend-timezonename.json b/tr/headings/tc39-intl-extend-timezonename.json new file mode 100644 index 000000000000..49ebd8b70eb9 --- /dev/null +++ b/tr/headings/tc39-intl-extend-timezonename.json @@ -0,0 +1,32 @@ +{ + "spec": { + "title": "Extend TimeZoneName Option Proposal", + "url": "https://tc39.es/proposal-intl-extend-timezonename/" + }, + "headings": [ + { + "id": "datetimeformat-objects", + "title": "DateTimeFormat Objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-datetimeformat-abstracts", + "title": "Abstract Operations For DateTimeFormat Objects", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-basicformatmatcher", + "title": "BasicFormatMatcher ( options, formats )", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-formatdatetimepattern", + "title": "FormatDateTimePattern ( dateTimeFormat, patternParts, x, rangeFormatOptions )", + "level": 3, + "number": "1.1.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-intl-segmenter.json b/tr/headings/tc39-intl-segmenter.json new file mode 100644 index 000000000000..2a80f4676bfe --- /dev/null +++ b/tr/headings/tc39-intl-segmenter.json @@ -0,0 +1,182 @@ +{ + "spec": { + "title": "Intl.Segmenter Proposal", + "url": "https://tc39.es/proposal-intl-segmenter/" + }, + "headings": [ + { + "id": "segmenter-objects", + "title": "Segmenter Objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-intl-segmenter-constructor", + "title": "The Intl.Segmenter Constructor", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-intl.segmenter", + "title": "Intl.Segmenter ([ locales [ , options ]])", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-properties-of-intl-segmenter-constructor", + "title": "Properties of the Intl.Segmenter Constructor", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-intl.segmenter.prototype", + "title": "Intl.Segmenter.prototype", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-intl.segmenter.supportedlocalesof", + "title": "Intl.Segmenter.supportedLocalesOf ( locales [, options ])", + "level": 3, + "number": "1.2.2" + }, + { + "id": "sec-intl.segmenter-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "1.2.3" + }, + { + "id": "sec-properties-of-intl-segmenter-prototype-object", + "title": "Properties of the Intl.Segmenter Prototype Object", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-intl.segmenter.prototype.constructor", + "title": "Intl.Segmenter.prototype.constructor", + "level": 3, + "number": "1.3.1" + }, + { + "id": "sec-intl.segmenter.prototype-@@tostringtag", + "title": "Intl.Segmenter.prototype [ @@toStringTag ]", + "level": 3, + "number": "1.3.2" + }, + { + "id": "sec-intl.segmenter.prototype.segment", + "title": "Intl.Segmenter.prototype.segment ( string )", + "level": 3, + "number": "1.3.3" + }, + { + "id": "sec-intl.segmenter.prototype.resolvedoptions", + "title": "Intl.Segmenter.prototype.resolvedOptions ()", + "level": 3, + "number": "1.3.4" + }, + { + "id": "sec-properties-of-intl-segmenter-instances", + "title": "Properties of Intl.Segmenter Instances", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-segments-objects", + "title": "Segments Objects", + "level": 2, + "number": "1.5" + }, + { + "id": "sec-createsegmentsobject", + "title": "CreateSegmentsObject ( segmenter, string )", + "level": 3, + "number": "1.5.1" + }, + { + "id": "sec-%segmentsprototype%-object", + "title": "The %Segments.prototype% Object", + "level": 3, + "number": "1.5.2" + }, + { + "id": "sec-%segmentsprototype%.containing", + "title": "%Segments.prototype%.containing ( index )", + "level": 4, + "number": "1.5.2.1" + }, + { + "id": "sec-%segmentsprototype%-@@iterator", + "title": "%Segments.prototype% [ @@iterator ] ()", + "level": 4, + "number": "1.5.2.2" + }, + { + "id": "sec-properties-of-segments-instances", + "title": "Properties of Segments Instances", + "level": 3, + "number": "1.5.3" + }, + { + "id": "sec-segment-iterator-objects", + "title": "Segment Iterator Objects", + "level": 2, + "number": "1.6" + }, + { + "id": "sec-createsegmentiterator", + "title": "CreateSegmentIterator ( segmenter, string )", + "level": 3, + "number": "1.6.1" + }, + { + "id": "sec-%segmentiteratorprototype%-object", + "title": "The %SegmentIterator.prototype% Object", + "level": 3, + "number": "1.6.2" + }, + { + "id": "sec-%segmentiteratorprototype%.next", + "title": "%SegmentIterator.prototype%.next ()", + "level": 4, + "number": "1.6.2.1" + }, + { + "id": "sec-%segmentiteratorprototype%.@@tostringtag", + "title": "%SegmentIterator.prototype% [ @@toStringTag ]", + "level": 4, + "number": "1.6.2.2" + }, + { + "id": "sec-properties-of-segment-iterator-instances", + "title": "Properties of Segment Iterator Instances", + "level": 3, + "number": "1.6.3" + }, + { + "id": "sec-segment-data-objects", + "title": "Segment Data Objects", + "level": 2, + "number": "1.7" + }, + { + "id": "sec-createsegmentdataobject", + "title": "CreateSegmentDataObject ( segmenter, string, startIndex, endIndex )", + "level": 3, + "number": "1.7.1" + }, + { + "id": "sec-intl-segmenter-abstracts", + "title": "Abstract Operations for Segmenter Objects", + "level": 2, + "number": "1.8" + }, + { + "id": "sec-findboundary", + "title": "FindBoundary ( segmenter, string, startIndex, direction )", + "level": 3, + "number": "1.8.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-shadowrealm.json b/tr/headings/tc39-shadowrealm.json index 6f6a9ca72895..76c38b7ed3f7 100644 --- a/tr/headings/tc39-shadowrealm.json +++ b/tr/headings/tc39-shadowrealm.json @@ -102,7 +102,7 @@ }, { "id": "sec-validaterealmobject", - "title": "ValidateRealmObject ( argument )", + "title": "ValidateRealmObject ( O )", "level": 3, "number": "3.4.3" }, diff --git a/tr/headings/w3c-patent-policy.json b/tr/headings/w3c-patent-policy.json new file mode 100644 index 000000000000..55dc739f02d9 --- /dev/null +++ b/tr/headings/w3c-patent-policy.json @@ -0,0 +1,375 @@ +{ + "spec": { + "title": "W3C Patent Policy", + "url": "https://www.w3.org/Consortium/Patent-Policy/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/Consortium/Patent-Policy/#title", + "level": 1, + "title": "W3C Patent Policy" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/Consortium/Patent-Policy/#subtitle", + "level": 2, + "title": "15 September 2020" + }, + { + "id": "abstract", + "href": "https://www.w3.org/Consortium/Patent-Policy/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/Consortium/Patent-Policy/#status", + "level": 2, + "title": "Status of This Document" + }, + { + "id": "toc", + "href": "https://www.w3.org/Consortium/Patent-Policy/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "sec-Overview", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Overview", + "level": 2, + "title": "Overview", + "number": "1" + }, + { + "id": "sec-Licensing", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Licensing", + "level": 2, + "title": "Licensing Goals for W3C Specifications", + "number": "2" + }, + { + "id": "sec-Obligations", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Obligations", + "level": 2, + "title": "Licensing Obligations of Working Group Participants", + "number": "3" + }, + { + "id": "sec-W3C-RF-license", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-W3C-RF-license", + "level": 3, + "title": "W3C RF Licensing Requirements for All Working Group Participants", + "number": "3.1" + }, + { + "id": "sec-non-participants", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-non-participants", + "level": 3, + "title": "Limitation on Licensing Requirement for Non-Participating Members", + "number": "3.2" + }, + { + "id": "sec-submissions", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-submissions", + "level": 3, + "title": "Licensing Commitments in W3C Submissions", + "number": "3.3" + }, + { + "id": "sec-invited", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-invited", + "level": 3, + "title": "Note on Licensing Commitments for Invited Experts", + "number": "3.4" + }, + { + "id": "#spec-licensing-commitments", + "href": "https://www.w3.org/Consortium/Patent-Policy/##spec-licensing-commitments", + "level": 3, + "title": "Specification Licensing Commitments", + "number": "3.5" + }, + { + "id": "commitment-persistence", + "href": "https://www.w3.org/Consortium/Patent-Policy/#commitment-persistence", + "level": 3, + "title": "Licensing Commitment Persistence", + "number": "3.6" + }, + { + "id": "sec-Exclusion", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Exclusion", + "level": 2, + "title": "Exclusion From W3C RF Licensing Requirements", + "number": "4" + }, + { + "id": "sec-exclusion-with", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclusion-with", + "level": 3, + "title": "Exclusion With Continued Participation", + "number": "4.1" + }, + { + "id": "sec-exclusion-resign", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclusion-resign", + "level": 3, + "title": "Exclusion and Resignation From the Working Group", + "number": "4.2" + }, + { + "id": "sec-join", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-join", + "level": 3, + "title": "Joining an Already Established Working Group", + "number": "4.3" + }, + { + "id": "sec-exclude-app", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclude-app", + "level": 3, + "title": "Exclusion Procedures for Pending, Unpublished Patent Applications", + "number": "4.4" + }, + { + "id": "sec-exclude-mech", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-exclude-mech", + "level": 3, + "title": "Exclusion Mechanics", + "number": "4.5" + }, + { + "id": "sec-Requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Requirements", + "level": 2, + "title": "W3C Royalty-Free (RF) Licensing Requirements", + "number": "5" + }, + { + "id": "sec-Disclosure", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure", + "level": 2, + "title": "Disclosure", + "number": "6" + }, + { + "id": "sec-disclosure-requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requirements", + "level": 3, + "title": "Disclosure Requirements", + "number": "6.1" + }, + { + "id": "sec-disclosure-exemption", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-exemption", + "level": 3, + "title": "Disclosure Exemption", + "number": "6.2" + }, + { + "id": "sec-disclosure-requests", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requests", + "level": 3, + "title": "Disclosure Requests", + "number": "6.3" + }, + { + "id": "sec-disclosure-contents", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-contents", + "level": 3, + "title": "Disclosure Contents", + "number": "6.4" + }, + { + "id": "sec-published", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-published", + "level": 3, + "title": "Disclosure of Laid-Open or Published Applications", + "number": "6.5" + }, + { + "id": "sec-pending", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-pending", + "level": 3, + "title": "Disclosure of Pending, Unpublished Applications", + "number": "6.6" + }, + { + "id": "sec-good-faith", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-good-faith", + "level": 3, + "title": "Good Faith Disclosure Standards", + "number": "6.7" + }, + { + "id": "sec-disclosure-timing", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-timing", + "level": 3, + "title": "Timing of Disclosure Obligations", + "number": "6.8" + }, + { + "id": "sec-disclosure-termination", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-termination", + "level": 3, + "title": "Termination of Disclosure Obligations", + "number": "6.9" + }, + { + "id": "sec-disclosure-invite", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-invite", + "level": 3, + "title": "Disclosure Obligations of Invited Experts", + "number": "6.10" + }, + { + "id": "sec-disclosure-public", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-public", + "level": 3, + "title": "Disclosures to Be Publicly Available on Recommendation Track", + "number": "6.11" + }, + { + "id": "sec-Exception", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-Exception", + "level": 2, + "title": "Exception Handling", + "number": "7" + }, + { + "id": "sec-PAG-formation", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-formation", + "level": 3, + "title": "PAG Formation", + "number": "7.1" + }, + { + "id": "sec-PAG-post-Recommendation", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-post-Recommendation", + "level": 3, + "title": "PAG Formation After a Recommendation Is Issued", + "number": "7.2" + }, + { + "id": "sec-PAG-composition", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-composition", + "level": 3, + "title": "PAG Composition", + "number": "7.3" + }, + { + "id": "sec-PAG-procedures", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures", + "level": 3, + "title": "PAG Procedures", + "number": "7.4" + }, + { + "id": "sec-PAG-procedures-timing", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures-timing", + "level": 4, + "title": "PAG Formation Timing", + "number": "7.4.1" + }, + { + "id": "sec-PAG-procedures-charter", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures-charter", + "level": 4, + "title": "PAG Charter Requirements", + "number": "7.4.2" + }, + { + "id": "sec-PAG-conclude", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude", + "level": 3, + "title": "PAG Conclusion", + "number": "7.5" + }, + { + "id": "sec-PAG-conclude-possible", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-possible", + "level": 4, + "title": "Possible PAG Conclusions", + "number": "7.5.1" + }, + { + "id": "sec-PAG-conclude-outcome", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-outcome", + "level": 4, + "title": "PAG Outcome", + "number": "7.5.2" + }, + { + "id": "sec-PAG-conclude-alternate", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-alternate", + "level": 4, + "title": "Procedure for Considering Alternate Licensing Terms", + "number": "7.5.3" + }, + { + "id": "def-essential", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential", + "level": 2, + "title": "Definition of Essential Claims", + "number": "8" + }, + { + "id": "def-essential-definition", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential-definition", + "level": 3, + "title": "Essential Claims", + "number": "8.1" + }, + { + "id": "def-essential-exclusions", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential-exclusions", + "level": 3, + "title": "Limitations on the Scope of Definition of Essential Claims", + "number": "8.2" + }, + { + "id": "def-essential-requirements", + "href": "https://www.w3.org/Consortium/Patent-Policy/#def-essential-requirements", + "level": 3, + "title": "Definition of Normative, Optional and Informative", + "number": "8.3" + }, + { + "id": "references", + "href": "https://www.w3.org/Consortium/Patent-Policy/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/Consortium/Patent-Policy/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "sec-acknowledgments", + "href": "https://www.w3.org/Consortium/Patent-Policy/#sec-acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "index", + "href": "https://www.w3.org/Consortium/Patent-Policy/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/Consortium/Patent-Policy/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/Consortium/Patent-Policy/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + } + ] +} \ No newline at end of file diff --git a/tr/headings/w3c-process.json b/tr/headings/w3c-process.json new file mode 100644 index 000000000000..e6e07741d51d --- /dev/null +++ b/tr/headings/w3c-process.json @@ -0,0 +1,854 @@ +{ + "spec": { + "title": "W3C Process Document", + "url": "https://www.w3.org/Consortium/Process/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/Consortium/Process/#title", + "level": 1, + "title": "W3C Process Document" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/Consortium/Process/#subtitle", + "level": 2, + "title": "15 September 2020" + }, + { + "id": "abstract", + "href": "https://www.w3.org/Consortium/Process/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/Consortium/Process/#status", + "level": 2, + "title": "Status of this Document" + }, + { + "id": "pp", + "href": "https://www.w3.org/Consortium/Process/#pp", + "level": 2, + "title": "Relation of Process Document to Patent Policy" + }, + { + "id": "terms", + "href": "https://www.w3.org/Consortium/Process/#terms", + "level": 2, + "title": "Conformance and specialized terms" + }, + { + "id": "toc", + "href": "https://www.w3.org/Consortium/Process/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "Intro", + "href": "https://www.w3.org/Consortium/Process/#Intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "Organization", + "href": "https://www.w3.org/Consortium/Process/#Organization", + "level": 2, + "title": "Members, Advisory Committee, Team, Advisory Board, Technical Architecture Group", + "number": "2" + }, + { + "id": "Members", + "href": "https://www.w3.org/Consortium/Process/#Members", + "level": 3, + "title": "Members", + "number": "2.1" + }, + { + "id": "MemberBenefits", + "href": "https://www.w3.org/Consortium/Process/#MemberBenefits", + "level": 4, + "title": "Rights of Members", + "number": "2.1.1" + }, + { + "id": "RelatedAndConsortiumMembers", + "href": "https://www.w3.org/Consortium/Process/#RelatedAndConsortiumMembers", + "level": 4, + "title": "Member Consortia and Related Members", + "number": "2.1.2" + }, + { + "id": "MemberConsortia", + "href": "https://www.w3.org/Consortium/Process/#MemberConsortia", + "level": 5, + "title": "Membership Consortia", + "number": "2.1.2.1" + }, + { + "id": "MemberRelated", + "href": "https://www.w3.org/Consortium/Process/#MemberRelated", + "level": 5, + "title": "Related Members", + "number": "2.1.2.2" + }, + { + "id": "AC", + "href": "https://www.w3.org/Consortium/Process/#AC", + "level": 4, + "title": "Advisory Committee (AC)", + "number": "2.1.3" + }, + { + "id": "ACCommunication", + "href": "https://www.w3.org/Consortium/Process/#ACCommunication", + "level": 5, + "title": "Advisory Committee Mailing Lists", + "number": "2.1.3.1" + }, + { + "id": "ACMeetings", + "href": "https://www.w3.org/Consortium/Process/#ACMeetings", + "level": 5, + "title": "Advisory Committee Meetings", + "number": "2.1.3.2" + }, + { + "id": "Team", + "href": "https://www.w3.org/Consortium/Process/#Team", + "level": 3, + "title": "The W3C Team", + "number": "2.2" + }, + { + "id": "AB", + "href": "https://www.w3.org/Consortium/Process/#AB", + "level": 3, + "title": "Advisory Board (AB)", + "number": "2.3" + }, + { + "id": "ABParticipation", + "href": "https://www.w3.org/Consortium/Process/#ABParticipation", + "level": 4, + "title": "Advisory Board Participation", + "number": "2.3.1" + }, + { + "id": "TAG", + "href": "https://www.w3.org/Consortium/Process/#TAG", + "level": 3, + "title": "Technical Architecture Group (TAG)", + "number": "2.4" + }, + { + "id": "tag-participation", + "href": "https://www.w3.org/Consortium/Process/#tag-participation", + "level": 4, + "title": "Technical Architecture Group Participation", + "number": "2.4.1" + }, + { + "id": "AB-TAG-participation", + "href": "https://www.w3.org/Consortium/Process/#AB-TAG-participation", + "level": 3, + "title": "Advisory Board and Technical Architecture Group Participation", + "number": "2.5" + }, + { + "id": "AB-TAG-constraints", + "href": "https://www.w3.org/Consortium/Process/#AB-TAG-constraints", + "level": 4, + "title": "Advisory Board and Technical Architecture Group Participation Constraints", + "number": "2.5.1" + }, + { + "id": "AB-TAG-elections", + "href": "https://www.w3.org/Consortium/Process/#AB-TAG-elections", + "level": 4, + "title": "Advisory Board and Technical Architecture Group Elections", + "number": "2.5.2" + }, + { + "id": "random", + "href": "https://www.w3.org/Consortium/Process/#random", + "level": 5, + "title": "Verifiable Random Selection Procedure", + "number": "2.5.2.1" + }, + { + "id": "AB-TAG-vacated", + "href": "https://www.w3.org/Consortium/Process/#AB-TAG-vacated", + "level": 4, + "title": "Advisory Board and Technical Architecture Group Vacated Seats", + "number": "2.5.3" + }, + { + "id": "Policies", + "href": "https://www.w3.org/Consortium/Process/#Policies", + "level": 2, + "title": "General Policies for W3C Groups", + "number": "3" + }, + { + "id": "ParticipationCriteria", + "href": "https://www.w3.org/Consortium/Process/#ParticipationCriteria", + "level": 3, + "title": "Individual Participation Criteria", + "number": "3.1" + }, + { + "id": "coi", + "href": "https://www.w3.org/Consortium/Process/#coi", + "level": 4, + "title": "Conflict of Interest Policy", + "number": "3.1.1" + }, + { + "id": "member-rep", + "href": "https://www.w3.org/Consortium/Process/#member-rep", + "level": 4, + "title": "Individuals Representing a Member Organization", + "number": "3.1.2" + }, + { + "id": "GeneralMeetings", + "href": "https://www.w3.org/Consortium/Process/#GeneralMeetings", + "level": 3, + "title": "Meetings", + "number": "3.2" + }, + { + "id": "Consensus", + "href": "https://www.w3.org/Consortium/Process/#Consensus", + "level": 3, + "title": "Consensus", + "number": "3.3" + }, + { + "id": "managing-dissent", + "href": "https://www.w3.org/Consortium/Process/#managing-dissent", + "level": 4, + "title": "Managing Dissent", + "number": "3.3.1" + }, + { + "id": "WGArchiveMinorityViews", + "href": "https://www.w3.org/Consortium/Process/#WGArchiveMinorityViews", + "level": 4, + "title": "Recording and Reporting Formal Objections", + "number": "3.3.2" + }, + { + "id": "formal-address", + "href": "https://www.w3.org/Consortium/Process/#formal-address", + "level": 4, + "title": "Formally Addressing an Issue", + "number": "3.3.3" + }, + { + "id": "WGChairReopen", + "href": "https://www.w3.org/Consortium/Process/#WGChairReopen", + "level": 4, + "title": "Reopening a Decision When Presented With New Information", + "number": "3.3.4" + }, + { + "id": "Votes", + "href": "https://www.w3.org/Consortium/Process/#Votes", + "level": 3, + "title": "Votes", + "number": "3.4" + }, + { + "id": "WGAppeals", + "href": "https://www.w3.org/Consortium/Process/#WGAppeals", + "level": 3, + "title": "Appeal of Chair Decisions and Group Decisions", + "number": "3.5" + }, + { + "id": "resignation", + "href": "https://www.w3.org/Consortium/Process/#resignation", + "level": 3, + "title": "Resignation from a Group", + "number": "3.6" + }, + { + "id": "dissemination", + "href": "https://www.w3.org/Consortium/Process/#dissemination", + "level": 2, + "title": "Dissemination Policies", + "number": "4" + }, + { + "id": "confidentiality-levels", + "href": "https://www.w3.org/Consortium/Process/#confidentiality-levels", + "level": 3, + "title": "Confidentiality Levels", + "number": "4.1" + }, + { + "id": "confidentiality-change", + "href": "https://www.w3.org/Consortium/Process/#confidentiality-change", + "level": 4, + "title": "Changing Confidentiality Level", + "number": "4.1.1" + }, + { + "id": "GAGeneral", + "href": "https://www.w3.org/Consortium/Process/#GAGeneral", + "level": 2, + "title": "Working Groups and Interest Groups", + "number": "5" + }, + { + "id": "ReqsAllGroups", + "href": "https://www.w3.org/Consortium/Process/#ReqsAllGroups", + "level": 3, + "title": "Requirements for All Working and Interest Groups", + "number": "5.1" + }, + { + "id": "WG-and-IG", + "href": "https://www.w3.org/Consortium/Process/#WG-and-IG", + "level": 3, + "title": "Working Groups and Interest Groups", + "number": "5.2" + }, + { + "id": "group-participation", + "href": "https://www.w3.org/Consortium/Process/#group-participation", + "level": 4, + "title": "Working Group and Interest Group Participation Requirements", + "number": "5.2.1" + }, + { + "id": "member-rep-wg", + "href": "https://www.w3.org/Consortium/Process/#member-rep-wg", + "level": 5, + "title": "Member Representative in a Working Group", + "number": "5.2.1.1" + }, + { + "id": "member-rep-ig", + "href": "https://www.w3.org/Consortium/Process/#member-rep-ig", + "level": 5, + "title": "Member Representative in an Interest Group", + "number": "5.2.1.2" + }, + { + "id": "invited-expert-wg", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-wg", + "level": 5, + "title": "Invited Expert in a Working Group", + "number": "5.2.1.3" + }, + { + "id": "invited-expert-ig", + "href": "https://www.w3.org/Consortium/Process/#invited-expert-ig", + "level": 5, + "title": "Invited Expert in an Interest Group", + "number": "5.2.1.4" + }, + { + "id": "team-rep-wg", + "href": "https://www.w3.org/Consortium/Process/#team-rep-wg", + "level": 5, + "title": "Team Representative in a Working Group", + "number": "5.2.1.5" + }, + { + "id": "team-rep-ig", + "href": "https://www.w3.org/Consortium/Process/#team-rep-ig", + "level": 5, + "title": "Team Representative in an Interest Group", + "number": "5.2.1.6" + }, + { + "id": "WGCharterDevelopment", + "href": "https://www.w3.org/Consortium/Process/#WGCharterDevelopment", + "level": 4, + "title": "Working Group and Interest Group Charter Development", + "number": "5.2.2" + }, + { + "id": "CharterReview", + "href": "https://www.w3.org/Consortium/Process/#CharterReview", + "level": 4, + "title": "Advisory Committee Review of a Working Group or Interest Group Charter", + "number": "5.2.3" + }, + { + "id": "cfp", + "href": "https://www.w3.org/Consortium/Process/#cfp", + "level": 4, + "title": "Call for Participation in a Working Group or Interest Group", + "number": "5.2.4" + }, + { + "id": "charter-extension", + "href": "https://www.w3.org/Consortium/Process/#charter-extension", + "level": 4, + "title": "Working Group and Interest Group Charter Extension", + "number": "5.2.5" + }, + { + "id": "WGCharter", + "href": "https://www.w3.org/Consortium/Process/#WGCharter", + "level": 4, + "title": "Working Group and Interest Group Charters", + "number": "5.2.6" + }, + { + "id": "GeneralTermination", + "href": "https://www.w3.org/Consortium/Process/#GeneralTermination", + "level": 4, + "title": "Working Group and Interest Group Closure", + "number": "5.2.7" + }, + { + "id": "Reports", + "href": "https://www.w3.org/Consortium/Process/#Reports", + "level": 2, + "title": "W3C Technical Report Development Process", + "number": "6" + }, + { + "id": "rec-advance", + "href": "https://www.w3.org/Consortium/Process/#rec-advance", + "level": 3, + "title": "W3C Technical Reports", + "number": "6.1" + }, + { + "id": "general-requirements", + "href": "https://www.w3.org/Consortium/Process/#general-requirements", + "level": 4, + "title": "General requirements for Technical Reports", + "number": "6.1.1" + }, + { + "id": "doc-reviews", + "href": "https://www.w3.org/Consortium/Process/#doc-reviews", + "level": 4, + "title": "Reviews and Review Responsibilities", + "number": "6.1.2" + }, + { + "id": "wide-review", + "href": "https://www.w3.org/Consortium/Process/#wide-review", + "level": 5, + "title": "Wide Review", + "number": "6.1.2.1" + }, + { + "id": "correction-classes", + "href": "https://www.w3.org/Consortium/Process/#correction-classes", + "level": 4, + "title": "Classes of Changes", + "number": "6.1.3" + }, + { + "id": "errata", + "href": "https://www.w3.org/Consortium/Process/#errata", + "level": 4, + "title": "Errata Management", + "number": "6.1.4" + }, + { + "id": "candidate-changes", + "href": "https://www.w3.org/Consortium/Process/#candidate-changes", + "level": 4, + "title": "Candidate Changes", + "number": "6.1.5" + }, + { + "id": "contributor-license", + "href": "https://www.w3.org/Consortium/Process/#contributor-license", + "level": 4, + "title": "License Grants from Non-Participants", + "number": "6.1.6" + }, + { + "id": "rec-track", + "href": "https://www.w3.org/Consortium/Process/#rec-track", + "level": 3, + "title": "The W3C Recommendation Track", + "number": "6.2" + }, + { + "id": "maturity-levels", + "href": "https://www.w3.org/Consortium/Process/#maturity-levels", + "level": 4, + "title": "Maturity Levels on the Recommendation Track", + "number": "6.2.1" + }, + { + "id": "implementation-experience", + "href": "https://www.w3.org/Consortium/Process/#implementation-experience", + "level": 4, + "title": "Implementation Experience", + "number": "6.2.2" + }, + { + "id": "transition-reqs", + "href": "https://www.w3.org/Consortium/Process/#transition-reqs", + "level": 4, + "title": "Advancement on the Recommendation Track", + "number": "6.2.3" + }, + { + "id": "update-reqs", + "href": "https://www.w3.org/Consortium/Process/#update-reqs", + "level": 4, + "title": "Updating Mature Publications on the Recommendation Track", + "number": "6.2.4" + }, + { + "id": "streamlined-update", + "href": "https://www.w3.org/Consortium/Process/#streamlined-update", + "level": 5, + "title": "Streamlined Publication Approval", + "number": "6.2.4.1" + }, + { + "id": "first-wd", + "href": "https://www.w3.org/Consortium/Process/#first-wd", + "level": 4, + "title": "Publishing a First Public Working Draft", + "number": "6.2.5" + }, + { + "id": "revising-wd", + "href": "https://www.w3.org/Consortium/Process/#revising-wd", + "level": 4, + "title": "Revising a Working Draft", + "number": "6.2.6" + }, + { + "id": "transition-cr", + "href": "https://www.w3.org/Consortium/Process/#transition-cr", + "level": 4, + "title": "Transitioning to Candidate Recommendation", + "number": "6.2.7" + }, + { + "id": "revising-cr", + "href": "https://www.w3.org/Consortium/Process/#revising-cr", + "level": 4, + "title": "Revising a Candidate Recommendation", + "number": "6.2.8" + }, + { + "id": "publishing-crrs", + "href": "https://www.w3.org/Consortium/Process/#publishing-crrs", + "level": 5, + "title": "Publishing a Candidate Recommendation Snapshot", + "number": "6.2.8.1" + }, + { + "id": "publishing-crud", + "href": "https://www.w3.org/Consortium/Process/#publishing-crud", + "level": 5, + "title": "Publishing a Candidate Recommendation Draft", + "number": "6.2.8.2" + }, + { + "id": "transition-pr", + "href": "https://www.w3.org/Consortium/Process/#transition-pr", + "level": 4, + "title": "Transitioning to Proposed Recommendation", + "number": "6.2.9" + }, + { + "id": "transition-rec", + "href": "https://www.w3.org/Consortium/Process/#transition-rec", + "level": 4, + "title": "Transitioning to W3C Recommendation", + "number": "6.2.10" + }, + { + "id": "revising-rec", + "href": "https://www.w3.org/Consortium/Process/#revising-rec", + "level": 4, + "title": "Revising a W3C Recommendation", + "number": "6.2.11" + }, + { + "id": "revised-rec-markup", + "href": "https://www.w3.org/Consortium/Process/#revised-rec-markup", + "level": 5, + "title": "Revising a Recommendation: Markup Changes", + "number": "6.2.11.1" + }, + { + "id": "revised-rec-editorial", + "href": "https://www.w3.org/Consortium/Process/#revised-rec-editorial", + "level": 5, + "title": "Revising a Recommendation: Editorial Changes", + "number": "6.2.11.2" + }, + { + "id": "revised-rec-substantive", + "href": "https://www.w3.org/Consortium/Process/#revised-rec-substantive", + "level": 5, + "title": "Revising a Recommendation: Substantive Changes", + "number": "6.2.11.3" + }, + { + "id": "revised-rec-features", + "href": "https://www.w3.org/Consortium/Process/#revised-rec-features", + "level": 5, + "title": "Revising a Recommendation: New Features", + "number": "6.2.11.4" + }, + { + "id": "change-review", + "href": "https://www.w3.org/Consortium/Process/#change-review", + "level": 5, + "title": "Incorporating Candidate Changes", + "number": "6.2.11.5" + }, + { + "id": "tr-end", + "href": "https://www.w3.org/Consortium/Process/#tr-end", + "level": 4, + "title": "Retiring Recommendation Track Documents", + "number": "6.2.12" + }, + { + "id": "abandon-draft", + "href": "https://www.w3.org/Consortium/Process/#abandon-draft", + "level": 5, + "title": "Abandoning an Unfinished Technical Report", + "number": "6.2.12.1" + }, + { + "id": "rescind-cr", + "href": "https://www.w3.org/Consortium/Process/#rescind-cr", + "level": 5, + "title": "Rescinding a Candidate Recommendation", + "number": "6.2.12.2" + }, + { + "id": "rec-rescind", + "href": "https://www.w3.org/Consortium/Process/#rec-rescind", + "level": 5, + "title": "Abandoning a W3C Recommendation", + "number": "6.2.12.3" + }, + { + "id": "deactivation", + "href": "https://www.w3.org/Consortium/Process/#deactivation", + "level": 5, + "title": "Process for Rescinding, Obsoleting, Superseding, Restoring a Recommendation", + "number": "6.2.12.4" + }, + { + "id": "Note", + "href": "https://www.w3.org/Consortium/Process/#Note", + "level": 3, + "title": "Working Group and Interest Group Notes", + "number": "6.3" + }, + { + "id": "further-reading", + "href": "https://www.w3.org/Consortium/Process/#further-reading", + "level": 3, + "title": "Further reading", + "number": "6.4" + }, + { + "id": "ReviewAppeal", + "href": "https://www.w3.org/Consortium/Process/#ReviewAppeal", + "level": 2, + "title": "Advisory Committee Reviews, Appeals, and Votes", + "number": "7" + }, + { + "id": "ACReview", + "href": "https://www.w3.org/Consortium/Process/#ACReview", + "level": 3, + "title": "Advisory Committee Reviews", + "number": "7.1" + }, + { + "id": "ACReviewStart", + "href": "https://www.w3.org/Consortium/Process/#ACReviewStart", + "level": 4, + "title": "Start of a Review Period", + "number": "7.1.1" + }, + { + "id": "ACReviewAfter", + "href": "https://www.w3.org/Consortium/Process/#ACReviewAfter", + "level": 4, + "title": "After the Review Period", + "number": "7.1.2" + }, + { + "id": "ACAppeal", + "href": "https://www.w3.org/Consortium/Process/#ACAppeal", + "level": 3, + "title": "Appeal by Advisory Committee Representatives", + "number": "7.2" + }, + { + "id": "ACVotes", + "href": "https://www.w3.org/Consortium/Process/#ACVotes", + "level": 3, + "title": "Advisory Committee Votes", + "number": "7.3" + }, + { + "id": "GAEvents", + "href": "https://www.w3.org/Consortium/Process/#GAEvents", + "level": 2, + "title": "Workshops and Symposia", + "number": "8" + }, + { + "id": "Liaisons", + "href": "https://www.w3.org/Consortium/Process/#Liaisons", + "level": 2, + "title": "Liaisons", + "number": "9" + }, + { + "id": "Submission", + "href": "https://www.w3.org/Consortium/Process/#Submission", + "level": 2, + "title": "10. Member Submission Process" + }, + { + "id": "SubmissionRights", + "href": "https://www.w3.org/Consortium/Process/#SubmissionRights", + "level": 3, + "title": "Submitter Rights and Obligations", + "number": "10.1" + }, + { + "id": "SubmissionScope", + "href": "https://www.w3.org/Consortium/Process/#SubmissionScope", + "level": 4, + "title": "Scope of Member Submissions", + "number": "10.1.1" + }, + { + "id": "SubmissionReqs", + "href": "https://www.w3.org/Consortium/Process/#SubmissionReqs", + "level": 4, + "title": "Information Required in a Submission Request", + "number": "10.1.2" + }, + { + "id": "TeamSubmissionRights", + "href": "https://www.w3.org/Consortium/Process/#TeamSubmissionRights", + "level": 3, + "title": "Team Rights and Obligations", + "number": "10.2" + }, + { + "id": "SubmissionYes", + "href": "https://www.w3.org/Consortium/Process/#SubmissionYes", + "level": 3, + "title": "Acknowledgment of a Submission Request", + "number": "10.3" + }, + { + "id": "SubmissionNo", + "href": "https://www.w3.org/Consortium/Process/#SubmissionNo", + "level": 3, + "title": "Rejection of a Submission Request, and Submission Appeals", + "number": "10.4" + }, + { + "id": "GAProcess", + "href": "https://www.w3.org/Consortium/Process/#GAProcess", + "level": 2, + "title": "11. Process Evolution" + }, + { + "id": "acks", + "href": "https://www.w3.org/Consortium/Process/#acks", + "level": 2, + "title": "12. Acknowledgments" + }, + { + "id": "changes", + "href": "https://www.w3.org/Consortium/Process/#changes", + "level": 2, + "title": "13. Changes" + }, + { + "id": "changes-2019", + "href": "https://www.w3.org/Consortium/Process/#changes-2019", + "level": 3, + "title": "Changes since the 1 March 2019 Process" + }, + { + "id": "major-changes-2019", + "href": "https://www.w3.org/Consortium/Process/#major-changes-2019", + "level": 4, + "title": "Major Update to the Recommendation Track" + }, + { + "id": "other-changes-2019", + "href": "https://www.w3.org/Consortium/Process/#other-changes-2019", + "level": 4, + "title": "Other Substantive Changes and Clarifications" + }, + { + "id": "editorial-changes-2019", + "href": "https://www.w3.org/Consortium/Process/#editorial-changes-2019", + "level": 4, + "title": "Notable Editorial Changes" + }, + { + "id": "additional-changes-2019", + "href": "https://www.w3.org/Consortium/Process/#additional-changes-2019", + "level": 4, + "title": "Final adjustements" + }, + { + "id": "changes-previous", + "href": "https://www.w3.org/Consortium/Process/#changes-previous", + "level": 3, + "title": "Changes since earlier versions" + }, + { + "id": "references", + "href": "https://www.w3.org/Consortium/Process/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/Consortium/Process/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/Consortium/Process/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "index", + "href": "https://www.w3.org/Consortium/Process/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/Consortium/Process/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + } + ] +} \ No newline at end of file diff --git a/tr/headings/web-animations-2.json b/tr/headings/web-animations-2.json index b1eb8bc8a826..daebf375702c 100644 --- a/tr/headings/web-animations-2.json +++ b/tr/headings/web-animations-2.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://drafts.csswg.org/web-animations-2/#profile-and-date", "level": 2, - "title": "Unofficial Proposal Draft, 22 September 2021" + "title": "Unofficial Proposal Draft, 30 September 2021" }, { "id": "abstract", @@ -552,12 +552,19 @@ "title": "The Animatable interface", "number": "5.13" }, + { + "id": "the-animationplaybackevent-interface", + "href": "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "level": 3, + "title": "The AnimationPlaybackEvent interface", + "number": "5.14" + }, { "id": "model-liveness", "href": "https://drafts.csswg.org/web-animations-2/#model-liveness", "level": 3, "title": "Model liveness", - "number": "5.14" + "number": "5.15" }, { "id": "w3c-conformance", diff --git a/tr/headings/webcodecs.json b/tr/headings/webcodecs.json index 643c0b93ede2..83aeae1142f4 100644 --- a/tr/headings/webcodecs.json +++ b/tr/headings/webcodecs.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/webcodecs/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 24 September 2021" + "title": "W3C Working Draft, 30 September 2021" }, { "id": "abstract", diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json index d366bf2d0a8d..ff638ac87c62 100644 --- a/tr/headings/webgpu.json +++ b/tr/headings/webgpu.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/webgpu/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 21 September 2021" + "title": "W3C Working Draft, 29 September 2021" }, { "id": "abstract", diff --git a/tr/headings/webnn.json b/tr/headings/webnn.json index c511961b26f3..23bc19f6e083 100644 --- a/tr/headings/webnn.json +++ b/tr/headings/webnn.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/webnn/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 22 September 2021" + "title": "W3C Working Draft, 30 September 2021" }, { "id": "abstract", @@ -420,10 +420,10 @@ "number": "6.7.20" }, { - "id": "api-mlgraphbuilder-resample", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", + "id": "api-mlgraphbuilder-resample2d", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "level": 4, - "title": "resample", + "title": "resample2d", "number": "6.7.21" }, { diff --git a/tr/headings/webpackage.json b/tr/headings/webpackage.json index f44908ca3c79..989cbfb2685a 100644 --- a/tr/headings/webpackage.json +++ b/tr/headings/webpackage.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/webpackage/loading.html#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 22 September 2021" + "title": "Draft Community Group Report, 28 September 2021" }, { "id": "abstract", diff --git a/tr/headings/webrtc-encoded-transform.json b/tr/headings/webrtc-encoded-transform.json index efcd2037d71b..b10888e375b6 100644 --- a/tr/headings/webrtc-encoded-transform.json +++ b/tr/headings/webrtc-encoded-transform.json @@ -1,201 +1,201 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/webrtc-encoded-transform/#title", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#title", "level": 1, "title": "WebRTC Encoded Transform" }, { "id": "profile-and-date", - "href": "https://w3c.github.io/webrtc-encoded-transform/#profile-and-date", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 9 September 2021" + "title": "W3C First Public Working Draft, 21 September 2021" }, { "id": "abstract", - "href": "https://w3c.github.io/webrtc-encoded-transform/#abstract", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sotd", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://w3c.github.io/webrtc-encoded-transform/#toc", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#toc", "level": 2, "title": "Table of Contents" }, { "id": "introduction", - "href": "https://w3c.github.io/webrtc-encoded-transform/#introduction", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#introduction", "level": 2, "title": "Introduction", "number": "1" }, { "id": "terminology", - "href": "https://w3c.github.io/webrtc-encoded-transform/#terminology", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#terminology", "level": 2, "title": "Terminology", "number": "2" }, { "id": "specification", - "href": "https://w3c.github.io/webrtc-encoded-transform/#specification", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", "level": 2, "title": "Specification", "number": "3" }, { "id": "operation", - "href": "https://w3c.github.io/webrtc-encoded-transform/#operation", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#operation", "level": 3, "title": "Extension operation", "number": "3.1" }, { "id": "stream-creation", - "href": "https://w3c.github.io/webrtc-encoded-transform/#stream-creation", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#stream-creation", "level": 4, "title": "Stream creation", "number": "3.1.1" }, { "id": "stream-processing", - "href": "https://w3c.github.io/webrtc-encoded-transform/#stream-processing", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#stream-processing", "level": 4, "title": "Stream processing", "number": "3.1.2" }, { "id": "attribute", - "href": "https://w3c.github.io/webrtc-encoded-transform/#attribute", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#attribute", "level": 3, "title": "Extension attribute", "number": "3.2" }, { "id": "sframe", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", "level": 2, "title": "SFrameTransform", "number": "4" }, { "id": "sframe-transform-algorithm", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe-transform-algorithm", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe-transform-algorithm", "level": 3, "title": "Algorithm", "number": "4.1" }, { "id": "sframe-transform-methods", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframe-transform-methods", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframe-transform-methods", "level": 3, "title": "Methods", "number": "4.2" }, { "id": "scriptTransform", - "href": "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", "level": 2, "title": "RTCRtpScriptTransform", "number": "5" }, { "id": "RTCRtpScriptTransform-operations", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", "level": 3, "title": "Operations", "number": "5.1" }, { "id": "RTCRtpScriptTransformer-attributes", - "href": "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", "level": 3, "title": "Attributes", "number": "5.2" }, { "id": "privacy", - "href": "https://w3c.github.io/webrtc-encoded-transform/#privacy", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#privacy", "level": 2, "title": "Privacy and security considerations", "number": "6" }, { "id": "examples", - "href": "https://w3c.github.io/webrtc-encoded-transform/#examples", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#examples", "level": 2, "title": "Examples", "number": "7" }, { "id": "w3c-conformance", - "href": "https://w3c.github.io/webrtc-encoded-transform/#w3c-conformance", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://w3c.github.io/webrtc-encoded-transform/#w3c-conventions", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformant-algorithms", - "href": "https://w3c.github.io/webrtc-encoded-transform/#w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, { "id": "index", - "href": "https://w3c.github.io/webrtc-encoded-transform/#index", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://w3c.github.io/webrtc-encoded-transform/#index-defined-here", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://w3c.github.io/webrtc-encoded-transform/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://w3c.github.io/webrtc-encoded-transform/#references", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://w3c.github.io/webrtc-encoded-transform/#normative", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://w3c.github.io/webrtc-encoded-transform/#informative", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#informative", "level": 3, "title": "Informative References" }, { "id": "idl-index", - "href": "https://w3c.github.io/webrtc-encoded-transform/#idl-index", + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#idl-index", "level": 2, "title": "IDL Index" } diff --git a/tr/headings/webusb.json b/tr/headings/webusb.json index b4f6da6e9428..7058cfab4580 100644 --- a/tr/headings/webusb.json +++ b/tr/headings/webusb.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/webusb/#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 9 September 2021" + "title": "Draft Community Group Report, 29 September 2021" }, { "id": "abstract", diff --git a/tr/headings/webxr.json b/tr/headings/webxr.json index 64c26b112cb8..5ae284a91993 100644 --- a/tr/headings/webxr.json +++ b/tr/headings/webxr.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://www.w3.org/TR/webxr/#profile-and-date", "level": 2, - "title": "W3C Working Draft, 24 August 2021" + "title": "W3C Working Draft, 30 September 2021" }, { "id": "abstract", diff --git a/tr/idl/compute-pressure.idl b/tr/idl/compute-pressure.idl new file mode 100644 index 000000000000..8ea37bfbb9c4 --- /dev/null +++ b/tr/idl/compute-pressure.idl @@ -0,0 +1,30 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) + +callback ComputePressureUpdateCallback = undefined ( + ComputePressureObserverUpdate update, + ComputePressureObserver observer +); + +[Exposed=Window] +interface ComputePressureObserver { + constructor( + ComputePressureUpdateCallback callback, + optional ComputePressureObserverOptions options = {} + ); + undefined observe(); + undefined unobserve(); +}; + +dictionary ComputePressureObserverUpdate { + double cpuSpeed; + double cpuUtilization; + ComputePressureObserverOptions options; +}; + +dictionary ComputePressureObserverOptions { + sequence cpuUtilizationThresholds = []; + sequence cpuSpeedThresholds = []; +}; diff --git a/tr/idl/eyedropper-api.idl b/tr/idl/eyedropper-api.idl index 69d56667a5a3..62c8c4aea6ad 100644 --- a/tr/idl/eyedropper-api.idl +++ b/tr/idl/eyedropper-api.idl @@ -11,7 +11,7 @@ dictionary ColorSelectionOptions { AbortSignal signal; }; -[Exposed=Window] +[Exposed=Window, SecureContext] interface EyeDropper { constructor(); Promise open(optional ColorSelectionOptions options = {}); diff --git a/tr/idl/media-source.idl b/tr/idl/media-source.idl index 0845d2f1ae0b..183dbcf518e8 100644 --- a/tr/idl/media-source.idl +++ b/tr/idl/media-source.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) enum ReadyState { "closed", @@ -14,21 +14,23 @@ enum EndOfStreamError { "decode" }; -[Constructor] +[Exposed=(Window,DedicatedWorker)] interface MediaSource : EventTarget { - readonly attribute SourceBufferList sourceBuffers; - readonly attribute SourceBufferList activeSourceBuffers; - readonly attribute ReadyState readyState; - attribute unrestricted double duration; - attribute EventHandler onsourceopen; - attribute EventHandler onsourceended; - attribute EventHandler onsourceclose; - SourceBuffer addSourceBuffer(DOMString type); - void removeSourceBuffer(SourceBuffer sourceBuffer); - void endOfStream(optional EndOfStreamError error); - void setLiveSeekableRange(double start, double end); - void clearLiveSeekableRange(); - static boolean isTypeSupported(DOMString type); + constructor(); + readonly attribute SourceBufferList sourceBuffers; + readonly attribute SourceBufferList activeSourceBuffers; + readonly attribute ReadyState readyState; + attribute unrestricted double duration; + attribute EventHandler onsourceopen; + attribute EventHandler onsourceended; + attribute EventHandler onsourceclose; + static readonly attribute boolean canConstructInDedicatedWorker; + SourceBuffer addSourceBuffer (DOMString type); + undefined removeSourceBuffer (SourceBuffer sourceBuffer); + undefined endOfStream (optional EndOfStreamError error); + undefined setLiveSeekableRange (double start, double end); + undefined clearLiveSeekableRange (); + static boolean isTypeSupported (DOMString type); }; enum AppendMode { @@ -36,46 +38,47 @@ enum AppendMode { "sequence" }; +[Exposed=(Window,DedicatedWorker)] interface SourceBuffer : EventTarget { - attribute AppendMode mode; - readonly attribute boolean updating; - readonly attribute TimeRanges buffered; - attribute double timestampOffset; - readonly attribute AudioTrackList audioTracks; - readonly attribute VideoTrackList videoTracks; - readonly attribute TextTrackList textTracks; - attribute double appendWindowStart; - attribute unrestricted double appendWindowEnd; - attribute EventHandler onupdatestart; - attribute EventHandler onupdate; - attribute EventHandler onupdateend; - attribute EventHandler onerror; - attribute EventHandler onabort; - void appendBuffer(BufferSource data); - void abort(); - void remove(double start, unrestricted double end); + attribute AppendMode mode; + readonly attribute boolean updating; + readonly attribute TimeRanges buffered; + attribute double timestampOffset; + readonly attribute AudioTrackList audioTracks; + readonly attribute VideoTrackList videoTracks; + readonly attribute TextTrackList textTracks; + attribute double appendWindowStart; + attribute unrestricted double appendWindowEnd; + attribute EventHandler onupdatestart; + attribute EventHandler onupdate; + attribute EventHandler onupdateend; + attribute EventHandler onerror; + attribute EventHandler onabort; + undefined appendBuffer (BufferSource data); + undefined abort (); + undefined changeType (DOMString type); + undefined remove (double start, unrestricted double end); }; +[Exposed=(Window,DedicatedWorker)] interface SourceBufferList : EventTarget { - readonly attribute unsigned long length; - attribute EventHandler onaddsourcebuffer; - attribute EventHandler onremovesourcebuffer; + readonly attribute unsigned long length; + attribute EventHandler onaddsourcebuffer; + attribute EventHandler onremovesourcebuffer; getter SourceBuffer (unsigned long index); }; -[Exposed=Window] -partial interface URL { - static DOMString createObjectURL(MediaSource mediaSource); -}; - +[Exposed=(Window,DedicatedWorker)] partial interface AudioTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; +[Exposed=(Window,DedicatedWorker)] partial interface VideoTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; +[Exposed=(Window,DedicatedWorker)] partial interface TextTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; diff --git a/tr/idl/virtual-keyboard.idl b/tr/idl/virtual-keyboard.idl index 49b9c5558c85..29249ff6c151 100644 --- a/tr/idl/virtual-keyboard.idl +++ b/tr/idl/virtual-keyboard.idl @@ -16,6 +16,6 @@ interface VirtualKeyboard : EventTarget { attribute EventHandler ongeometrychange; }; -partial interface ElementContentEditable { +partial interface mixin ElementContentEditable { [CEReactions] attribute DOMString virtualKeyboardPolicy; }; diff --git a/tr/idl/web-animations-2.idl b/tr/idl/web-animations-2.idl index efa75d628075..3f2ed506cd7d 100644 --- a/tr/idl/web-animations-2.idl +++ b/tr/idl/web-animations-2.idl @@ -30,6 +30,7 @@ partial interface AnimationEffect { partial dictionary EffectTiming { double playbackRate = 1.0; + (unrestricted double or CSSNumericValue or DOMString) duration = "auto"; }; partial dictionary OptionalEffectTiming { @@ -87,3 +88,15 @@ enum IterationCompositeOperation { "replace", "accumulate" }; callback EffectCallback = undefined (double? progress, (Element or CSSPseudoElement) currentTarget, Animation animation); + +[Exposed=Window] +interface AnimationPlaybackEvent : Event { + constructor(DOMString type, optional AnimationPlaybackEventInit + eventInitDict = {}); + readonly attribute CSSNumberish? currentTime; + readonly attribute CSSNumberish? timelineTime; +}; +dictionary AnimationPlaybackEventInit : EventInit { + CSSNumberish? currentTime = null; + CSSNumberish? timelineTime = null; +}; diff --git a/tr/idl/webnn.idl b/tr/idl/webnn.idl index 7eafcb51e542..4cf543d55ed5 100644 --- a/tr/idl/webnn.idl +++ b/tr/idl/webnn.idl @@ -317,6 +317,11 @@ partial interface MLGraphBuilder { MLOperand pad(MLOperand input, MLOperand padding, optional MLPadOptions options = {}); }; +enum MLRoundingType { + "floor", + "ceil" +}; + dictionary MLPool2dOptions { sequence windowDimensions; sequence padding; @@ -324,6 +329,8 @@ dictionary MLPool2dOptions { sequence dilations; MLAutoPad autoPad = "explicit"; MLInputOperandLayout layout = "nchw"; + MLRoundingType roundingType = "floor"; + sequence outputSizes; }; partial interface MLGraphBuilder { @@ -360,14 +367,15 @@ enum MLInterpolationMode { "linear" }; -dictionary MLResampleOptions { +dictionary MLResample2dOptions { MLInterpolationMode mode = "nearest-neighbor"; sequence scales; sequence sizes; + sequence axes; }; partial interface MLGraphBuilder { - MLOperand resample(MLOperand input, optional MLResampleOptions options = {}); + MLOperand resample2d(MLOperand input, optional MLResample2dOptions options = {}); }; partial interface MLGraphBuilder { diff --git a/tr/idl/webrtc-encoded-transform.idl b/tr/idl/webrtc-encoded-transform.idl index 0026232babec..1f4a5cbc9f21 100644 --- a/tr/idl/webrtc-encoded-transform.idl +++ b/tr/idl/webrtc-encoded-transform.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New dictionary dictionary RTCInsertableStreams { diff --git a/tr/idlnames.json b/tr/idlnames.json index b4fbca2faa50..9b7dab11d532 100644 --- a/tr/idlnames.json +++ b/tr/idlnames.json @@ -1287,6 +1287,14 @@ "fragment": "idlnames/ColorGamut.idl", "parsed": "idlnamesparsed/ColorGamut.json" }, + "ColorSelectionOptions": { + "fragment": "idlnames/ColorSelectionOptions.idl", + "parsed": "idlnamesparsed/ColorSelectionOptions.json" + }, + "ColorSelectionResult": { + "fragment": "idlnames/ColorSelectionResult.idl", + "parsed": "idlnamesparsed/ColorSelectionResult.json" + }, "ColorSpaceConversion": { "fragment": "idlnames/ColorSpaceConversion.idl", "parsed": "idlnamesparsed/ColorSpaceConversion.json" @@ -1319,10 +1327,30 @@ "fragment": "idlnames/CompressionStream.idl", "parsed": "idlnamesparsed/CompressionStream.json" }, + "ComputePressureObserver": { + "fragment": "idlnames/ComputePressureObserver.idl", + "parsed": "idlnamesparsed/ComputePressureObserver.json" + }, + "ComputePressureObserverOptions": { + "fragment": "idlnames/ComputePressureObserverOptions.idl", + "parsed": "idlnamesparsed/ComputePressureObserverOptions.json" + }, + "ComputePressureObserverUpdate": { + "fragment": "idlnames/ComputePressureObserverUpdate.idl", + "parsed": "idlnamesparsed/ComputePressureObserverUpdate.json" + }, + "ComputePressureUpdateCallback": { + "fragment": "idlnames/ComputePressureUpdateCallback.idl", + "parsed": "idlnamesparsed/ComputePressureUpdateCallback.json" + }, "ComputedEffectTiming": { "fragment": "idlnames/ComputedEffectTiming.idl", "parsed": "idlnamesparsed/ComputedEffectTiming.json" }, + "ConnectionType": { + "fragment": "idlnames/ConnectionType.idl", + "parsed": "idlnamesparsed/ConnectionType.json" + }, "ConstantSourceNode": { "fragment": "idlnames/ConstantSourceNode.idl", "parsed": "idlnamesparsed/ConstantSourceNode.json" @@ -1879,6 +1907,10 @@ "fragment": "idlnames/EffectTiming.idl", "parsed": "idlnamesparsed/EffectTiming.json" }, + "EffectiveConnectionType": { + "fragment": "idlnames/EffectiveConnectionType.idl", + "parsed": "idlnamesparsed/EffectiveConnectionType.json" + }, "Element": { "fragment": "idlnames/Element.idl", "parsed": "idlnamesparsed/Element.json" @@ -2039,6 +2071,10 @@ "fragment": "idlnames/External.idl", "parsed": "idlnamesparsed/External.json" }, + "EyeDropper": { + "fragment": "idlnames/EyeDropper.idl", + "parsed": "idlnamesparsed/EyeDropper.json" + }, "FaceDetector": { "fragment": "idlnames/FaceDetector.idl", "parsed": "idlnamesparsed/FaceDetector.json" @@ -4159,14 +4195,18 @@ "fragment": "idlnames/MLReduceOptions.idl", "parsed": "idlnamesparsed/MLReduceOptions.json" }, - "MLResampleOptions": { - "fragment": "idlnames/MLResampleOptions.idl", - "parsed": "idlnamesparsed/MLResampleOptions.json" + "MLResample2dOptions": { + "fragment": "idlnames/MLResample2dOptions.idl", + "parsed": "idlnamesparsed/MLResample2dOptions.json" }, "MLResource": { "fragment": "idlnames/MLResource.idl", "parsed": "idlnamesparsed/MLResource.json" }, + "MLRoundingType": { + "fragment": "idlnames/MLRoundingType.idl", + "parsed": "idlnamesparsed/MLRoundingType.json" + }, "MLSliceOptions": { "fragment": "idlnames/MLSliceOptions.idl", "parsed": "idlnamesparsed/MLSliceOptions.json" @@ -4459,6 +4499,10 @@ "fragment": "idlnames/MediaTrackSupportedConstraints.idl", "parsed": "idlnamesparsed/MediaTrackSupportedConstraints.json" }, + "Megabit": { + "fragment": "idlnames/Megabit.idl", + "parsed": "idlnamesparsed/Megabit.json" + }, "Memory": { "fragment": "idlnames/Memory.idl", "parsed": "idlnamesparsed/Memory.json" @@ -4511,6 +4555,10 @@ "fragment": "idlnames/MidiPermissionDescriptor.idl", "parsed": "idlnamesparsed/MidiPermissionDescriptor.json" }, + "Millisecond": { + "fragment": "idlnames/Millisecond.idl", + "parsed": "idlnamesparsed/Millisecond.json" + }, "MimeType": { "fragment": "idlnames/MimeType.idl", "parsed": "idlnamesparsed/MimeType.json" @@ -4519,6 +4567,26 @@ "fragment": "idlnames/MimeTypeArray.idl", "parsed": "idlnamesparsed/MimeTypeArray.json" }, + "MockCameraConfiguration": { + "fragment": "idlnames/MockCameraConfiguration.idl", + "parsed": "idlnamesparsed/MockCameraConfiguration.json" + }, + "MockCaptureDeviceConfiguration": { + "fragment": "idlnames/MockCaptureDeviceConfiguration.idl", + "parsed": "idlnamesparsed/MockCaptureDeviceConfiguration.json" + }, + "MockCapturePromptResult": { + "fragment": "idlnames/MockCapturePromptResult.idl", + "parsed": "idlnamesparsed/MockCapturePromptResult.json" + }, + "MockCapturePromptResultConfiguration": { + "fragment": "idlnames/MockCapturePromptResultConfiguration.idl", + "parsed": "idlnamesparsed/MockCapturePromptResultConfiguration.json" + }, + "MockMicrophoneConfiguration": { + "fragment": "idlnames/MockMicrophoneConfiguration.idl", + "parsed": "idlnamesparsed/MockMicrophoneConfiguration.json" + }, "MockSensor": { "fragment": "idlnames/MockSensor.idl", "parsed": "idlnamesparsed/MockSensor.json" @@ -4579,6 +4647,46 @@ "fragment": "idlnames/MutationRecord.idl", "parsed": "idlnamesparsed/MutationRecord.json" }, + "NDEFMessage": { + "fragment": "idlnames/NDEFMessage.idl", + "parsed": "idlnamesparsed/NDEFMessage.json" + }, + "NDEFMessageInit": { + "fragment": "idlnames/NDEFMessageInit.idl", + "parsed": "idlnamesparsed/NDEFMessageInit.json" + }, + "NDEFMessageSource": { + "fragment": "idlnames/NDEFMessageSource.idl", + "parsed": "idlnamesparsed/NDEFMessageSource.json" + }, + "NDEFReader": { + "fragment": "idlnames/NDEFReader.idl", + "parsed": "idlnamesparsed/NDEFReader.json" + }, + "NDEFReadingEvent": { + "fragment": "idlnames/NDEFReadingEvent.idl", + "parsed": "idlnamesparsed/NDEFReadingEvent.json" + }, + "NDEFReadingEventInit": { + "fragment": "idlnames/NDEFReadingEventInit.idl", + "parsed": "idlnamesparsed/NDEFReadingEventInit.json" + }, + "NDEFRecord": { + "fragment": "idlnames/NDEFRecord.idl", + "parsed": "idlnamesparsed/NDEFRecord.json" + }, + "NDEFRecordInit": { + "fragment": "idlnames/NDEFRecordInit.idl", + "parsed": "idlnamesparsed/NDEFRecordInit.json" + }, + "NDEFScanOptions": { + "fragment": "idlnames/NDEFScanOptions.idl", + "parsed": "idlnamesparsed/NDEFScanOptions.json" + }, + "NDEFWriteOptions": { + "fragment": "idlnames/NDEFWriteOptions.idl", + "parsed": "idlnamesparsed/NDEFWriteOptions.json" + }, "NamedNodeMap": { "fragment": "idlnames/NamedNodeMap.idl", "parsed": "idlnamesparsed/NamedNodeMap.json" @@ -4603,6 +4711,10 @@ "fragment": "idlnames/NavigatorAutomationInformation.idl", "parsed": "idlnamesparsed/NavigatorAutomationInformation.json" }, + "NavigatorBadge": { + "fragment": "idlnames/NavigatorBadge.idl", + "parsed": "idlnamesparsed/NavigatorBadge.json" + }, "NavigatorConcurrentHardware": { "fragment": "idlnames/NavigatorConcurrentHardware.idl", "parsed": "idlnamesparsed/NavigatorConcurrentHardware.json" @@ -4643,6 +4755,10 @@ "fragment": "idlnames/NavigatorML.idl", "parsed": "idlnamesparsed/NavigatorML.json" }, + "NavigatorNetworkInformation": { + "fragment": "idlnames/NavigatorNetworkInformation.idl", + "parsed": "idlnamesparsed/NavigatorNetworkInformation.json" + }, "NavigatorOnLine": { "fragment": "idlnames/NavigatorOnLine.idl", "parsed": "idlnamesparsed/NavigatorOnLine.json" @@ -5331,6 +5447,34 @@ "fragment": "idlnames/ProcessingInstruction.idl", "parsed": "idlnamesparsed/ProcessingInstruction.json" }, + "Profiler": { + "fragment": "idlnames/Profiler.idl", + "parsed": "idlnamesparsed/Profiler.json" + }, + "ProfilerFrame": { + "fragment": "idlnames/ProfilerFrame.idl", + "parsed": "idlnamesparsed/ProfilerFrame.json" + }, + "ProfilerInitOptions": { + "fragment": "idlnames/ProfilerInitOptions.idl", + "parsed": "idlnamesparsed/ProfilerInitOptions.json" + }, + "ProfilerResource": { + "fragment": "idlnames/ProfilerResource.idl", + "parsed": "idlnamesparsed/ProfilerResource.json" + }, + "ProfilerSample": { + "fragment": "idlnames/ProfilerSample.idl", + "parsed": "idlnamesparsed/ProfilerSample.json" + }, + "ProfilerStack": { + "fragment": "idlnames/ProfilerStack.idl", + "parsed": "idlnamesparsed/ProfilerStack.json" + }, + "ProfilerTrace": { + "fragment": "idlnames/ProfilerTrace.idl", + "parsed": "idlnamesparsed/ProfilerTrace.json" + }, "ProgressEvent": { "fragment": "idlnames/ProgressEvent.idl", "parsed": "idlnamesparsed/ProgressEvent.json" @@ -5643,6 +5787,10 @@ "fragment": "idlnames/RTCIceCredentialType.idl", "parsed": "idlnamesparsed/RTCIceCredentialType.json" }, + "RTCIceGatherOptions": { + "fragment": "idlnames/RTCIceGatherOptions.idl", + "parsed": "idlnamesparsed/RTCIceGatherOptions.json" + }, "RTCIceGathererState": { "fragment": "idlnames/RTCIceGathererState.idl", "parsed": "idlnamesparsed/RTCIceGathererState.json" @@ -6899,6 +7047,14 @@ "fragment": "idlnames/ShareData.idl", "parsed": "idlnamesparsed/ShareData.json" }, + "ShareTarget": { + "fragment": "idlnames/ShareTarget.idl", + "parsed": "idlnamesparsed/ShareTarget.json" + }, + "ShareTargetParams": { + "fragment": "idlnames/ShareTargetParams.idl", + "parsed": "idlnamesparsed/ShareTargetParams.json" + }, "SharedWorker": { "fragment": "idlnames/SharedWorker.idl", "parsed": "idlnamesparsed/SharedWorker.json" @@ -7703,6 +7859,10 @@ "fragment": "idlnames/VideoPixelFormat.idl", "parsed": "idlnamesparsed/VideoPixelFormat.json" }, + "VideoPlaybackQuality": { + "fragment": "idlnames/VideoPlaybackQuality.idl", + "parsed": "idlnamesparsed/VideoPlaybackQuality.json" + }, "VideoResizeModeEnum": { "fragment": "idlnames/VideoResizeModeEnum.idl", "parsed": "idlnamesparsed/VideoResizeModeEnum.json" @@ -7727,6 +7887,10 @@ "fragment": "idlnames/VisibilityState.idl", "parsed": "idlnamesparsed/VisibilityState.json" }, + "VisualViewport": { + "fragment": "idlnames/VisualViewport.idl", + "parsed": "idlnamesparsed/VisualViewport.json" + }, "WEBGL_blend_equation_advanced_coherent": { "fragment": "idlnames/WEBGL_blend_equation_advanced_coherent.idl", "parsed": "idlnamesparsed/WEBGL_blend_equation_advanced_coherent.json" @@ -7815,6 +7979,10 @@ "fragment": "idlnames/WaveShaperOptions.idl", "parsed": "idlnamesparsed/WaveShaperOptions.json" }, + "WebAppManifest": { + "fragment": "idlnames/WebAppManifest.idl", + "parsed": "idlnamesparsed/WebAppManifest.json" + }, "WebAssembly": { "fragment": "idlnames/WebAssembly.idl", "parsed": "idlnamesparsed/WebAssembly.json" diff --git a/tr/idlnames/AnimationPlaybackEvent.idl b/tr/idlnames/AnimationPlaybackEvent.idl index 18bae6eb0a0e..6c46d8264a82 100644 --- a/tr/idlnames/AnimationPlaybackEvent.idl +++ b/tr/idlnames/AnimationPlaybackEvent.idl @@ -1,7 +1,8 @@ -// Source: Web Animations (https://www.w3.org/TR/web-animations-1/) +// Source: Web Animations Level 2 (https://drafts.csswg.org/web-animations-2/) [Exposed=Window] interface AnimationPlaybackEvent : Event { - constructor(DOMString type, optional AnimationPlaybackEventInit eventInitDict = {}); - readonly attribute double? currentTime; - readonly attribute double? timelineTime; + constructor(DOMString type, optional AnimationPlaybackEventInit + eventInitDict = {}); + readonly attribute CSSNumberish? currentTime; + readonly attribute CSSNumberish? timelineTime; }; \ No newline at end of file diff --git a/tr/idlnames/AnimationPlaybackEventInit.idl b/tr/idlnames/AnimationPlaybackEventInit.idl index f907a5f4fc1b..ef593b4c615a 100644 --- a/tr/idlnames/AnimationPlaybackEventInit.idl +++ b/tr/idlnames/AnimationPlaybackEventInit.idl @@ -1,5 +1,5 @@ -// Source: Web Animations (https://www.w3.org/TR/web-animations-1/) +// Source: Web Animations Level 2 (https://drafts.csswg.org/web-animations-2/) dictionary AnimationPlaybackEventInit : EventInit { - double? currentTime = null; - double? timelineTime = null; + CSSNumberish? currentTime = null; + CSSNumberish? timelineTime = null; }; \ No newline at end of file diff --git a/tr/idlnames/AppendMode.idl b/tr/idlnames/AppendMode.idl index 92ca28cad382..ee39a8baecfd 100644 --- a/tr/idlnames/AppendMode.idl +++ b/tr/idlnames/AppendMode.idl @@ -1,4 +1,4 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) enum AppendMode { "segments", "sequence" diff --git a/tr/idlnames/AudioTrack.idl b/tr/idlnames/AudioTrack.idl index ce68e8ecee94..901d87eeff52 100644 --- a/tr/idlnames/AudioTrack.idl +++ b/tr/idlnames/AudioTrack.idl @@ -8,7 +8,8 @@ interface AudioTrack { attribute boolean enabled; }; -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] partial interface AudioTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureObserver.idl b/tr/idlnames/ComputePressureObserver.idl new file mode 100644 index 000000000000..042d3a6ae91a --- /dev/null +++ b/tr/idlnames/ComputePressureObserver.idl @@ -0,0 +1,10 @@ +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) +[Exposed=Window] +interface ComputePressureObserver { + constructor( + ComputePressureUpdateCallback callback, + optional ComputePressureObserverOptions options = {} + ); + undefined observe(); + undefined unobserve(); +}; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureObserverOptions.idl b/tr/idlnames/ComputePressureObserverOptions.idl new file mode 100644 index 000000000000..70041ff34863 --- /dev/null +++ b/tr/idlnames/ComputePressureObserverOptions.idl @@ -0,0 +1,5 @@ +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) +dictionary ComputePressureObserverOptions { + sequence cpuUtilizationThresholds = []; + sequence cpuSpeedThresholds = []; +}; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureObserverUpdate.idl b/tr/idlnames/ComputePressureObserverUpdate.idl new file mode 100644 index 000000000000..07f5329a67cb --- /dev/null +++ b/tr/idlnames/ComputePressureObserverUpdate.idl @@ -0,0 +1,6 @@ +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) +dictionary ComputePressureObserverUpdate { + double cpuSpeed; + double cpuUtilization; + ComputePressureObserverOptions options; +}; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureUpdateCallback.idl b/tr/idlnames/ComputePressureUpdateCallback.idl new file mode 100644 index 000000000000..02039203caac --- /dev/null +++ b/tr/idlnames/ComputePressureUpdateCallback.idl @@ -0,0 +1,5 @@ +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) +callback ComputePressureUpdateCallback = undefined ( + ComputePressureObserverUpdate update, + ComputePressureObserver observer +); \ No newline at end of file diff --git a/tr/idlnames/CryptoKeyID.idl b/tr/idlnames/CryptoKeyID.idl index 765e67dfe112..c8c6aa3dd987 100644 --- a/tr/idlnames/CryptoKeyID.idl +++ b/tr/idlnames/CryptoKeyID.idl @@ -1,2 +1,2 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) typedef (SmallCryptoKeyID or bigint) CryptoKeyID; \ No newline at end of file diff --git a/tr/idlnames/DedicatedWorkerGlobalScope.idl b/tr/idlnames/DedicatedWorkerGlobalScope.idl index e58771d96ca5..a538a80ba239 100644 --- a/tr/idlnames/DedicatedWorkerGlobalScope.idl +++ b/tr/idlnames/DedicatedWorkerGlobalScope.idl @@ -15,7 +15,7 @@ interface DedicatedWorkerGlobalScope : WorkerGlobalScope { // Source: HTML Standard (https://html.spec.whatwg.org/multipage/) DedicatedWorkerGlobalScope includes AnimationFrameProvider; -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) partial interface DedicatedWorkerGlobalScope { attribute EventHandler onrtctransform; }; \ No newline at end of file diff --git a/tr/idlnames/EffectTiming.idl b/tr/idlnames/EffectTiming.idl index f62a230e087c..ca24bd33a62a 100644 --- a/tr/idlnames/EffectTiming.idl +++ b/tr/idlnames/EffectTiming.idl @@ -13,4 +13,5 @@ dictionary EffectTiming { // Source: Web Animations Level 2 (https://drafts.csswg.org/web-animations-2/) partial dictionary EffectTiming { double playbackRate = 1.0; + (unrestricted double or CSSNumericValue or DOMString) duration = "auto"; }; \ No newline at end of file diff --git a/tr/idlnames/ElementContentEditable.idl b/tr/idlnames/ElementContentEditable.idl index eb1dac1a5941..bcee2ddf63ed 100644 --- a/tr/idlnames/ElementContentEditable.idl +++ b/tr/idlnames/ElementContentEditable.idl @@ -7,6 +7,6 @@ interface mixin ElementContentEditable { }; // Source: VirtualKeyboard API (https://www.w3.org/TR/virtual-keyboard/) -partial interface ElementContentEditable { +partial interface mixin ElementContentEditable { [CEReactions] attribute DOMString virtualKeyboardPolicy; }; \ No newline at end of file diff --git a/tr/idlnames/EndOfStreamError.idl b/tr/idlnames/EndOfStreamError.idl index 300182d8af7c..20f0317fd167 100644 --- a/tr/idlnames/EndOfStreamError.idl +++ b/tr/idlnames/EndOfStreamError.idl @@ -1,4 +1,4 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) enum EndOfStreamError { "network", "decode" diff --git a/tr/idlnames/EyeDropper.idl b/tr/idlnames/EyeDropper.idl index 93ca817ae049..457e8ca0dbe9 100644 --- a/tr/idlnames/EyeDropper.idl +++ b/tr/idlnames/EyeDropper.idl @@ -1,5 +1,5 @@ // Source: EyeDropper API (https://wicg.github.io/eyedropper-api/) -[Exposed=Window] +[Exposed=Window, SecureContext] interface EyeDropper { constructor(); Promise open(optional ColorSelectionOptions options = {}); diff --git a/tr/idlnames/HTMLVideoElement.idl b/tr/idlnames/HTMLVideoElement.idl index 2c39611b8d37..8e21d506235b 100644 --- a/tr/idlnames/HTMLVideoElement.idl +++ b/tr/idlnames/HTMLVideoElement.idl @@ -11,6 +11,11 @@ interface HTMLVideoElement : HTMLMediaElement { [CEReactions] attribute boolean playsInline; }; +// Source: Media Playback Quality (https://w3c.github.io/media-playback-quality/) +partial interface HTMLVideoElement { + VideoPlaybackQuality getVideoPlaybackQuality(); +}; + // Source: HTMLVideoElement.requestVideoFrameCallback() (https://wicg.github.io/video-rvfc/) partial interface HTMLVideoElement { unsigned long requestVideoFrameCallback(VideoFrameRequestCallback callback); diff --git a/tr/idlnames/MLGraphBuilder.idl b/tr/idlnames/MLGraphBuilder.idl index 9b537eea2745..bafb3208d1b8 100644 --- a/tr/idlnames/MLGraphBuilder.idl +++ b/tr/idlnames/MLGraphBuilder.idl @@ -155,7 +155,7 @@ partial interface MLGraphBuilder { // Source: Web Neural Network API (https://www.w3.org/TR/webnn/) partial interface MLGraphBuilder { - MLOperand resample(MLOperand input, optional MLResampleOptions options = {}); + MLOperand resample2d(MLOperand input, optional MLResample2dOptions options = {}); }; // Source: Web Neural Network API (https://www.w3.org/TR/webnn/) diff --git a/tr/idlnames/MLPool2dOptions.idl b/tr/idlnames/MLPool2dOptions.idl index 1624450a11c2..91b497e51a6c 100644 --- a/tr/idlnames/MLPool2dOptions.idl +++ b/tr/idlnames/MLPool2dOptions.idl @@ -6,4 +6,6 @@ dictionary MLPool2dOptions { sequence dilations; MLAutoPad autoPad = "explicit"; MLInputOperandLayout layout = "nchw"; + MLRoundingType roundingType = "floor"; + sequence outputSizes; }; \ No newline at end of file diff --git a/tr/idlnames/MLResample2dOptions.idl b/tr/idlnames/MLResample2dOptions.idl new file mode 100644 index 000000000000..a8591a409d37 --- /dev/null +++ b/tr/idlnames/MLResample2dOptions.idl @@ -0,0 +1,7 @@ +// Source: Web Neural Network API (https://www.w3.org/TR/webnn/) +dictionary MLResample2dOptions { + MLInterpolationMode mode = "nearest-neighbor"; + sequence scales; + sequence sizes; + sequence axes; +}; \ No newline at end of file diff --git a/tr/idlnames/MLRoundingType.idl b/tr/idlnames/MLRoundingType.idl new file mode 100644 index 000000000000..67c53e874277 --- /dev/null +++ b/tr/idlnames/MLRoundingType.idl @@ -0,0 +1,5 @@ +// Source: Web Neural Network API (https://www.w3.org/TR/webnn/) +enum MLRoundingType { + "floor", + "ceil" +}; \ No newline at end of file diff --git a/tr/idlnames/MathMLElement.idl b/tr/idlnames/MathMLElement.idl index 52b78b7e8d67..2e0b0cc48e8d 100644 --- a/tr/idlnames/MathMLElement.idl +++ b/tr/idlnames/MathMLElement.idl @@ -1,2 +1,15 @@ +// Source: MathML Core (https://w3c.github.io/mathml-core/) +[Exposed=Window] +interface MathMLElement : Element { }; + +// Source: MathML Core (https://w3c.github.io/mathml-core/) +MathMLElement includes GlobalEventHandlers; + +// Source: MathML Core (https://w3c.github.io/mathml-core/) +MathMLElement includes DocumentAndElementEventHandlers; + +// Source: MathML Core (https://w3c.github.io/mathml-core/) +MathMLElement includes HTMLOrForeignElement; + // Source: CSS Object Model (CSSOM) (https://www.w3.org/TR/cssom-1/) MathMLElement includes ElementCSSInlineStyle; \ No newline at end of file diff --git a/tr/idlnames/MediaSource.idl b/tr/idlnames/MediaSource.idl index 42022f48d44d..56909a30aafc 100644 --- a/tr/idlnames/MediaSource.idl +++ b/tr/idlnames/MediaSource.idl @@ -1,17 +1,19 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) -[Constructor] +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] interface MediaSource : EventTarget { - readonly attribute SourceBufferList sourceBuffers; - readonly attribute SourceBufferList activeSourceBuffers; - readonly attribute ReadyState readyState; - attribute unrestricted double duration; - attribute EventHandler onsourceopen; - attribute EventHandler onsourceended; - attribute EventHandler onsourceclose; - SourceBuffer addSourceBuffer(DOMString type); - void removeSourceBuffer(SourceBuffer sourceBuffer); - void endOfStream(optional EndOfStreamError error); - void setLiveSeekableRange(double start, double end); - void clearLiveSeekableRange(); - static boolean isTypeSupported(DOMString type); + constructor(); + readonly attribute SourceBufferList sourceBuffers; + readonly attribute SourceBufferList activeSourceBuffers; + readonly attribute ReadyState readyState; + attribute unrestricted double duration; + attribute EventHandler onsourceopen; + attribute EventHandler onsourceended; + attribute EventHandler onsourceclose; + static readonly attribute boolean canConstructInDedicatedWorker; + SourceBuffer addSourceBuffer (DOMString type); + undefined removeSourceBuffer (SourceBuffer sourceBuffer); + undefined endOfStream (optional EndOfStreamError error); + undefined setLiveSeekableRange (double start, double end); + undefined clearLiveSeekableRange (); + static boolean isTypeSupported (DOMString type); }; \ No newline at end of file diff --git a/tr/idlnames/MediaStreamConstraints.idl b/tr/idlnames/MediaStreamConstraints.idl index 67873ae0a9bd..6938a2ffa748 100644 --- a/tr/idlnames/MediaStreamConstraints.idl +++ b/tr/idlnames/MediaStreamConstraints.idl @@ -4,6 +4,11 @@ dictionary MediaStreamConstraints { (boolean or MediaTrackConstraints) audio = false; }; +// Source: preferCurrentTab (https://wicg.github.io/prefer-current-tab/) +partial dictionary MediaStreamConstraints { + boolean preferCurrentTab = false; +}; + // Source: Identity for WebRTC 1.0 (https://www.w3.org/TR/webrtc-identity/) partial dictionary MediaStreamConstraints { DOMString peerIdentity; diff --git a/tr/idlnames/Navigator.idl b/tr/idlnames/Navigator.idl index 4c923509a140..c796bcd34e1b 100644 --- a/tr/idlnames/Navigator.idl +++ b/tr/idlnames/Navigator.idl @@ -28,6 +28,17 @@ Navigator includes NavigatorConcurrentHardware; // Source: Storage Standard (https://storage.spec.whatwg.org/) Navigator includes NavigatorStorage; +// Source: Badging API (https://w3c.github.io/badging/) +// Methods only exposed on documents. +[SecureContext] +partial interface Navigator { + Promise setClientBadge(optional [EnforceRange] unsigned long long contents); + Promise clearClientBadge(); +}; + +// Source: Badging API (https://w3c.github.io/badging/) +Navigator includes NavigatorBadge; + // Source: Web Bluetooth (https://webbluetoothcg.github.io/web-bluetooth/) [SecureContext] partial interface Navigator { @@ -66,6 +77,9 @@ partial interface Navigator { // Source: Local Font Access API (https://wicg.github.io/local-font-access/) Navigator includes NavigatorFonts; +// Source: Network Information API (https://wicg.github.io/netinfo/) +Navigator includes NavigatorNetworkInformation; + // Source: Web Serial API (https://wicg.github.io/serial/) [Exposed=Window, SecureContext] partial interface Navigator { diff --git a/tr/idlnames/NetworkInformation.idl b/tr/idlnames/NetworkInformation.idl index 3e64d2a5a945..4073967a7886 100644 --- a/tr/idlnames/NetworkInformation.idl +++ b/tr/idlnames/NetworkInformation.idl @@ -1,2 +1,13 @@ +// Source: Network Information API (https://wicg.github.io/netinfo/) +[Exposed=(Window,Worker)] +interface NetworkInformation : EventTarget { + readonly attribute ConnectionType type; + readonly attribute EffectiveConnectionType effectiveType; + readonly attribute Megabit downlinkMax; + readonly attribute Megabit downlink; + readonly attribute Millisecond rtt; + attribute EventHandler onchange; +}; + // Source: Save Data API (https://wicg.github.io/savedata/) NetworkInformation includes NetworkInformationSaveData; \ No newline at end of file diff --git a/tr/idlnames/RTCEncodedAudioFrame.idl b/tr/idlnames/RTCEncodedAudioFrame.idl index 65614ed4ce7f..d2dc3cff8c77 100644 --- a/tr/idlnames/RTCEncodedAudioFrame.idl +++ b/tr/idlnames/RTCEncodedAudioFrame.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) [Exposed=(Window,DedicatedWorker)] interface RTCEncodedAudioFrame { readonly attribute unsigned long long timestamp; diff --git a/tr/idlnames/RTCEncodedAudioFrameMetadata.idl b/tr/idlnames/RTCEncodedAudioFrameMetadata.idl index a0ea08443ec8..8e1296b1bec4 100644 --- a/tr/idlnames/RTCEncodedAudioFrameMetadata.idl +++ b/tr/idlnames/RTCEncodedAudioFrameMetadata.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) dictionary RTCEncodedAudioFrameMetadata { long synchronizationSource; sequence contributingSources; diff --git a/tr/idlnames/RTCEncodedVideoFrame.idl b/tr/idlnames/RTCEncodedVideoFrame.idl index 7b827f7dfd26..fff8a6fa6cea 100644 --- a/tr/idlnames/RTCEncodedVideoFrame.idl +++ b/tr/idlnames/RTCEncodedVideoFrame.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New interfaces to define encoded video and audio frames. Will eventually // re-use or extend the equivalent defined in WebCodecs. [Exposed=(Window,DedicatedWorker)] diff --git a/tr/idlnames/RTCEncodedVideoFrameMetadata.idl b/tr/idlnames/RTCEncodedVideoFrameMetadata.idl index 5a90069f3ab8..22fea49420bd 100644 --- a/tr/idlnames/RTCEncodedVideoFrameMetadata.idl +++ b/tr/idlnames/RTCEncodedVideoFrameMetadata.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) dictionary RTCEncodedVideoFrameMetadata { long long frameId; sequence dependencies; diff --git a/tr/idlnames/RTCEncodedVideoFrameType.idl b/tr/idlnames/RTCEncodedVideoFrameType.idl index cdf67b6759b2..ba2896e4ed46 100644 --- a/tr/idlnames/RTCEncodedVideoFrameType.idl +++ b/tr/idlnames/RTCEncodedVideoFrameType.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New enum for video frame types. Will eventually re-use the equivalent defined // by WebCodecs. enum RTCEncodedVideoFrameType { diff --git a/tr/idlnames/RTCIceParameters.idl b/tr/idlnames/RTCIceParameters.idl index b13ea96d0fec..24baac27eb11 100644 --- a/tr/idlnames/RTCIceParameters.idl +++ b/tr/idlnames/RTCIceParameters.idl @@ -2,4 +2,9 @@ dictionary RTCIceParameters { DOMString usernameFragment; DOMString password; +}; + +// Source: IceTransport Extensions for WebRTC (https://w3c.github.io/webrtc-ice/) +partial dictionary RTCIceParameters { + boolean iceLite; }; \ No newline at end of file diff --git a/tr/idlnames/RTCIceTransport.idl b/tr/idlnames/RTCIceTransport.idl index 7ebe3a0064cb..0ff9a61ce10c 100644 --- a/tr/idlnames/RTCIceTransport.idl +++ b/tr/idlnames/RTCIceTransport.idl @@ -13,4 +13,16 @@ interface RTCIceTransport : EventTarget { attribute EventHandler onstatechange; attribute EventHandler ongatheringstatechange; attribute EventHandler onselectedcandidatepairchange; +}; + +// Source: IceTransport Extensions for WebRTC (https://w3c.github.io/webrtc-ice/) +[Exposed=Window] +partial interface RTCIceTransport { + constructor(); + undefined gather (optional RTCIceGatherOptions options = {}); + undefined start (optional RTCIceParameters remoteParameters = {}, optional RTCIceRole role = "controlled"); + undefined stop (); + undefined addRemoteCandidate (optional RTCIceCandidateInit remoteCandidate = {}); + attribute EventHandler onerror; + attribute EventHandler onicecandidate; }; \ No newline at end of file diff --git a/tr/idlnames/RTCInsertableStreams.idl b/tr/idlnames/RTCInsertableStreams.idl index da3942759c83..de9df92c0911 100644 --- a/tr/idlnames/RTCInsertableStreams.idl +++ b/tr/idlnames/RTCInsertableStreams.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New dictionary dictionary RTCInsertableStreams { ReadableStream readable; diff --git a/tr/idlnames/RTCRtpReceiver.idl b/tr/idlnames/RTCRtpReceiver.idl index 528adefcf441..33217d2baeb2 100644 --- a/tr/idlnames/RTCRtpReceiver.idl +++ b/tr/idlnames/RTCRtpReceiver.idl @@ -10,7 +10,7 @@ interface RTCRtpReceiver { Promise getStats(); }; -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) partial interface RTCRtpReceiver { attribute RTCRtpTransform? transform; }; \ No newline at end of file diff --git a/tr/idlnames/RTCRtpScriptTransform.idl b/tr/idlnames/RTCRtpScriptTransform.idl index 40bbd38d9c9a..9afd79f19538 100644 --- a/tr/idlnames/RTCRtpScriptTransform.idl +++ b/tr/idlnames/RTCRtpScriptTransform.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) [Exposed=Window] interface RTCRtpScriptTransform { constructor(Worker worker, optional any options, optional sequence transfer); diff --git a/tr/idlnames/RTCRtpScriptTransformer.idl b/tr/idlnames/RTCRtpScriptTransformer.idl index e94bd6045d02..82cf1686ef70 100644 --- a/tr/idlnames/RTCRtpScriptTransformer.idl +++ b/tr/idlnames/RTCRtpScriptTransformer.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) [Exposed=DedicatedWorker] interface RTCRtpScriptTransformer { readonly attribute ReadableStream readable; diff --git a/tr/idlnames/RTCRtpSender.idl b/tr/idlnames/RTCRtpSender.idl index c15bb704970c..c7bc51cca733 100644 --- a/tr/idlnames/RTCRtpSender.idl +++ b/tr/idlnames/RTCRtpSender.idl @@ -11,7 +11,7 @@ interface RTCRtpSender { Promise getStats(); }; -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New methods for RTCRtpSender and RTCRtpReceiver partial interface RTCRtpSender { attribute RTCRtpTransform? transform; diff --git a/tr/idlnames/RTCRtpTransform.idl b/tr/idlnames/RTCRtpTransform.idl index 87cce0348b4b..c212c02bc3e6 100644 --- a/tr/idlnames/RTCRtpTransform.idl +++ b/tr/idlnames/RTCRtpTransform.idl @@ -1,2 +1,2 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform; \ No newline at end of file diff --git a/tr/idlnames/RTCTransformEvent.idl b/tr/idlnames/RTCTransformEvent.idl index 30e62246e8b0..ba9063b72758 100644 --- a/tr/idlnames/RTCTransformEvent.idl +++ b/tr/idlnames/RTCTransformEvent.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) // New interfaces to expose JavaScript-based transforms. [Exposed=DedicatedWorker] diff --git a/tr/idlnames/ReadyState.idl b/tr/idlnames/ReadyState.idl index 47a0709a0dfd..1d6f21634f1e 100644 --- a/tr/idlnames/ReadyState.idl +++ b/tr/idlnames/ReadyState.idl @@ -1,4 +1,4 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) enum ReadyState { "closed", "open", diff --git a/tr/idlnames/SFrameTransform.idl b/tr/idlnames/SFrameTransform.idl index 381484e8aebe..ddc5b2d68b51 100644 --- a/tr/idlnames/SFrameTransform.idl +++ b/tr/idlnames/SFrameTransform.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) [Exposed=(Window,DedicatedWorker)] interface SFrameTransform { constructor(optional SFrameTransformOptions options = {}); @@ -6,5 +6,5 @@ interface SFrameTransform { attribute EventHandler onerror; }; -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) SFrameTransform includes GenericTransformStream; \ No newline at end of file diff --git a/tr/idlnames/SFrameTransformErrorEvent.idl b/tr/idlnames/SFrameTransformErrorEvent.idl index 4b919bbb41b4..2ca2fac6eec1 100644 --- a/tr/idlnames/SFrameTransformErrorEvent.idl +++ b/tr/idlnames/SFrameTransformErrorEvent.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) [Exposed=(Window,DedicatedWorker)] interface SFrameTransformErrorEvent : Event { constructor(DOMString type, SFrameTransformErrorEventInit eventInitDict); diff --git a/tr/idlnames/SFrameTransformErrorEventInit.idl b/tr/idlnames/SFrameTransformErrorEventInit.idl index 469df9bc42c3..02cfdabf668c 100644 --- a/tr/idlnames/SFrameTransformErrorEventInit.idl +++ b/tr/idlnames/SFrameTransformErrorEventInit.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) dictionary SFrameTransformErrorEventInit : EventInit { required SFrameTransformErrorEventType errorType; required any frame; diff --git a/tr/idlnames/SFrameTransformErrorEventType.idl b/tr/idlnames/SFrameTransformErrorEventType.idl index 0885c576c89a..24c6a4b8658c 100644 --- a/tr/idlnames/SFrameTransformErrorEventType.idl +++ b/tr/idlnames/SFrameTransformErrorEventType.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) enum SFrameTransformErrorEventType { "authentication", "keyID", diff --git a/tr/idlnames/SFrameTransformOptions.idl b/tr/idlnames/SFrameTransformOptions.idl index 4db5a67e2203..4fa741a2ffb4 100644 --- a/tr/idlnames/SFrameTransformOptions.idl +++ b/tr/idlnames/SFrameTransformOptions.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) dictionary SFrameTransformOptions { SFrameTransformRole role = "encrypt"; }; \ No newline at end of file diff --git a/tr/idlnames/SFrameTransformRole.idl b/tr/idlnames/SFrameTransformRole.idl index c816ca19609f..e2e7cbd07c3e 100644 --- a/tr/idlnames/SFrameTransformRole.idl +++ b/tr/idlnames/SFrameTransformRole.idl @@ -1,4 +1,4 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) enum SFrameTransformRole { "encrypt", "decrypt" diff --git a/tr/idlnames/SmallCryptoKeyID.idl b/tr/idlnames/SmallCryptoKeyID.idl index 090e1714c2c5..ab555a7cb26f 100644 --- a/tr/idlnames/SmallCryptoKeyID.idl +++ b/tr/idlnames/SmallCryptoKeyID.idl @@ -1,2 +1,2 @@ -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) +// Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) typedef [EnforceRange] unsigned long long SmallCryptoKeyID; \ No newline at end of file diff --git a/tr/idlnames/SourceBuffer.idl b/tr/idlnames/SourceBuffer.idl index bbcd1d5622f0..776a31fe7c9e 100644 --- a/tr/idlnames/SourceBuffer.idl +++ b/tr/idlnames/SourceBuffer.idl @@ -1,20 +1,22 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] interface SourceBuffer : EventTarget { - attribute AppendMode mode; - readonly attribute boolean updating; - readonly attribute TimeRanges buffered; - attribute double timestampOffset; - readonly attribute AudioTrackList audioTracks; - readonly attribute VideoTrackList videoTracks; - readonly attribute TextTrackList textTracks; - attribute double appendWindowStart; - attribute unrestricted double appendWindowEnd; - attribute EventHandler onupdatestart; - attribute EventHandler onupdate; - attribute EventHandler onupdateend; - attribute EventHandler onerror; - attribute EventHandler onabort; - void appendBuffer(BufferSource data); - void abort(); - void remove(double start, unrestricted double end); + attribute AppendMode mode; + readonly attribute boolean updating; + readonly attribute TimeRanges buffered; + attribute double timestampOffset; + readonly attribute AudioTrackList audioTracks; + readonly attribute VideoTrackList videoTracks; + readonly attribute TextTrackList textTracks; + attribute double appendWindowStart; + attribute unrestricted double appendWindowEnd; + attribute EventHandler onupdatestart; + attribute EventHandler onupdate; + attribute EventHandler onupdateend; + attribute EventHandler onerror; + attribute EventHandler onabort; + undefined appendBuffer (BufferSource data); + undefined abort (); + undefined changeType (DOMString type); + undefined remove (double start, unrestricted double end); }; \ No newline at end of file diff --git a/tr/idlnames/SourceBufferList.idl b/tr/idlnames/SourceBufferList.idl index 470410b30051..1c48d021ab04 100644 --- a/tr/idlnames/SourceBufferList.idl +++ b/tr/idlnames/SourceBufferList.idl @@ -1,7 +1,8 @@ -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] interface SourceBufferList : EventTarget { - readonly attribute unsigned long length; - attribute EventHandler onaddsourcebuffer; - attribute EventHandler onremovesourcebuffer; + readonly attribute unsigned long length; + attribute EventHandler onaddsourcebuffer; + attribute EventHandler onremovesourcebuffer; getter SourceBuffer (unsigned long index); }; \ No newline at end of file diff --git a/tr/idlnames/TextTrack.idl b/tr/idlnames/TextTrack.idl index e10ec725571d..9cf959599320 100644 --- a/tr/idlnames/TextTrack.idl +++ b/tr/idlnames/TextTrack.idl @@ -19,7 +19,8 @@ interface TextTrack : EventTarget { attribute EventHandler oncuechange; }; -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] partial interface TextTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; \ No newline at end of file diff --git a/tr/idlnames/URL.idl b/tr/idlnames/URL.idl index 1467ad13a7e9..c1339d1cb2d7 100644 --- a/tr/idlnames/URL.idl +++ b/tr/idlnames/URL.idl @@ -25,10 +25,4 @@ interface URL { partial interface URL { static DOMString createObjectURL((Blob or MediaSource) obj); static undefined revokeObjectURL(DOMString url); -}; - -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) -[Exposed=Window] -partial interface URL { - static DOMString createObjectURL(MediaSource mediaSource); }; \ No newline at end of file diff --git a/tr/idlnames/VideoTrack.idl b/tr/idlnames/VideoTrack.idl index b0d4e64f20d8..a9a311f7b34b 100644 --- a/tr/idlnames/VideoTrack.idl +++ b/tr/idlnames/VideoTrack.idl @@ -8,7 +8,8 @@ interface VideoTrack { attribute boolean selected; }; -// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source/) +// Source: Media Source Extensions™ (https://www.w3.org/TR/media-source-2/) +[Exposed=(Window,DedicatedWorker)] partial interface VideoTrack { - readonly attribute SourceBuffer? sourceBuffer; + readonly attribute SourceBuffer? sourceBuffer; }; \ No newline at end of file diff --git a/tr/idlnames/Window.idl b/tr/idlnames/Window.idl index b7934ff38262..9dc62747c71f 100644 --- a/tr/idlnames/Window.idl +++ b/tr/idlnames/Window.idl @@ -121,6 +121,11 @@ partial interface Window { [SameObject] readonly attribute SpeechSynthesis speechSynthesis; }; +// Source: Visual Viewport API (https://wicg.github.io/visual-viewport/) +partial interface Window { + [SameObject, Replaceable] readonly attribute VisualViewport visualViewport; +}; + // Source: CSS Spatial Navigation Level 1 (https://www.w3.org/TR/css-nav-1/) partial interface Window { void navigate(SpatialNavigationDirection dir); diff --git a/tr/idlnames/WorkerNavigator.idl b/tr/idlnames/WorkerNavigator.idl index e89126f4d22c..a35a22e153cf 100644 --- a/tr/idlnames/WorkerNavigator.idl +++ b/tr/idlnames/WorkerNavigator.idl @@ -17,9 +17,15 @@ WorkerNavigator includes NavigatorConcurrentHardware; // Source: Storage Standard (https://storage.spec.whatwg.org/) WorkerNavigator includes NavigatorStorage; +// Source: Badging API (https://w3c.github.io/badging/) +WorkerNavigator includes NavigatorBadge; + // Source: Local Font Access API (https://wicg.github.io/local-font-access/) WorkerNavigator includes NavigatorFonts; +// Source: Network Information API (https://wicg.github.io/netinfo/) +WorkerNavigator includes NavigatorNetworkInformation; + // Source: Web Serial API (https://wicg.github.io/serial/) [Exposed=DedicatedWorker, SecureContext] partial interface WorkerNavigator { diff --git a/tr/idlnamesparsed/AnimationPlaybackEvent.json b/tr/idlnamesparsed/AnimationPlaybackEvent.json index dfd78459cf58..be8c4a83767a 100644 --- a/tr/idlnamesparsed/AnimationPlaybackEvent.json +++ b/tr/idlnamesparsed/AnimationPlaybackEvent.json @@ -3,11 +3,11 @@ "type": "interface", "defined": { "spec": { - "title": "Web Animations", - "url": "https://www.w3.org/TR/web-animations-1/" + "title": "Web Animations Level 2", + "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "[Exposed=Window]\ninterface AnimationPlaybackEvent : Event {\n constructor(DOMString type, optional AnimationPlaybackEventInit eventInitDict = {});\n readonly attribute double? currentTime;\n readonly attribute double? timelineTime;\n};", - "href": "https://www.w3.org/TR/web-animations-1/#animationplaybackevent" + "fragment": "[Exposed=Window]\ninterface AnimationPlaybackEvent : Event {\n constructor(DOMString type, optional AnimationPlaybackEventInit\n eventInitDict = {});\n readonly attribute CSSNumberish? currentTime;\n readonly attribute CSSNumberish? timelineTime;\n};", + "href": "https://drafts.csswg.org/web-animations-2/#animationplaybackevent" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/AnimationPlaybackEventInit.json b/tr/idlnamesparsed/AnimationPlaybackEventInit.json index fb9176084498..b61c6a09d48c 100644 --- a/tr/idlnamesparsed/AnimationPlaybackEventInit.json +++ b/tr/idlnamesparsed/AnimationPlaybackEventInit.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "Web Animations", - "url": "https://www.w3.org/TR/web-animations-1/" + "title": "Web Animations Level 2", + "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "dictionary AnimationPlaybackEventInit : EventInit {\n double? currentTime = null;\n double? timelineTime = null;\n};", - "href": "https://www.w3.org/TR/web-animations-1/#dictdef-animationplaybackeventinit" + "fragment": "dictionary AnimationPlaybackEventInit : EventInit {\n CSSNumberish? currentTime = null;\n CSSNumberish? timelineTime = null;\n};", + "href": "https://drafts.csswg.org/web-animations-2/#dictdef-animationplaybackeventinit" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/AppendMode.json b/tr/idlnamesparsed/AppendMode.json index 728c57652d26..94f5e0304354 100644 --- a/tr/idlnamesparsed/AppendMode.json +++ b/tr/idlnamesparsed/AppendMode.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "enum AppendMode {\n \"segments\",\n \"sequence\"\n};" + "fragment": "enum AppendMode {\n \"segments\",\n \"sequence\"\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-appendmode" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/AudioTrack.json b/tr/idlnamesparsed/AudioTrack.json index 4989fbb1b974..2dc28df2d8b9 100644 --- a/tr/idlnamesparsed/AudioTrack.json +++ b/tr/idlnamesparsed/AudioTrack.json @@ -13,9 +13,9 @@ { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "partial interface AudioTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface AudioTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/ComputePressureObserver.json b/tr/idlnamesparsed/ComputePressureObserver.json new file mode 100644 index 000000000000..a77b8d1800a1 --- /dev/null +++ b/tr/idlnamesparsed/ComputePressureObserver.json @@ -0,0 +1,15 @@ +{ + "name": "ComputePressureObserver", + "type": "interface", + "defined": { + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "fragment": "[Exposed=Window]\ninterface ComputePressureObserver {\n constructor(\n ComputePressureUpdateCallback callback,\n optional ComputePressureObserverOptions options = {}\n );\n undefined observe();\n undefined unobserve();\n};", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ComputePressureObserverOptions.json b/tr/idlnamesparsed/ComputePressureObserverOptions.json new file mode 100644 index 000000000000..9d01b510816d --- /dev/null +++ b/tr/idlnamesparsed/ComputePressureObserverOptions.json @@ -0,0 +1,15 @@ +{ + "name": "ComputePressureObserverOptions", + "type": "dictionary", + "defined": { + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "fragment": "dictionary ComputePressureObserverOptions {\n sequence cpuUtilizationThresholds = [];\n sequence cpuSpeedThresholds = [];\n};", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ComputePressureObserverUpdate.json b/tr/idlnamesparsed/ComputePressureObserverUpdate.json new file mode 100644 index 000000000000..b305cdf80f0b --- /dev/null +++ b/tr/idlnamesparsed/ComputePressureObserverUpdate.json @@ -0,0 +1,15 @@ +{ + "name": "ComputePressureObserverUpdate", + "type": "dictionary", + "defined": { + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "fragment": "dictionary ComputePressureObserverUpdate {\n double cpuSpeed;\n double cpuUtilization;\n ComputePressureObserverOptions options;\n};", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ComputePressureUpdateCallback.json b/tr/idlnamesparsed/ComputePressureUpdateCallback.json new file mode 100644 index 000000000000..bfd01938deda --- /dev/null +++ b/tr/idlnamesparsed/ComputePressureUpdateCallback.json @@ -0,0 +1,14 @@ +{ + "name": "ComputePressureUpdateCallback", + "type": "callback", + "defined": { + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureObserverUpdate update,\n ComputePressureObserver observer\n);", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ComputedEffectTiming.json b/tr/idlnamesparsed/ComputedEffectTiming.json index 797bcc211c65..1a4e5f9788e3 100644 --- a/tr/idlnamesparsed/ComputedEffectTiming.json +++ b/tr/idlnamesparsed/ComputedEffectTiming.json @@ -35,7 +35,7 @@ "title": "Web Animations Level 2", "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n};" + "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n (unrestricted double or CSSNumericValue or DOMString) duration = \"auto\";\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/CryptoKeyID.json b/tr/idlnamesparsed/CryptoKeyID.json index d281eefebcc3..321705f78659 100644 --- a/tr/idlnamesparsed/CryptoKeyID.json +++ b/tr/idlnamesparsed/CryptoKeyID.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "typedef (SmallCryptoKeyID or bigint) CryptoKeyID;", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-cryptokeyid" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-cryptokeyid" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/DedicatedWorkerGlobalScope.json b/tr/idlnamesparsed/DedicatedWorkerGlobalScope.json index 14ef10f41d55..95f582be1eff 100644 --- a/tr/idlnamesparsed/DedicatedWorkerGlobalScope.json +++ b/tr/idlnamesparsed/DedicatedWorkerGlobalScope.json @@ -20,7 +20,7 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "partial interface DedicatedWorkerGlobalScope {\n attribute EventHandler onrtctransform;\n};" } diff --git a/tr/idlnamesparsed/EffectTiming.json b/tr/idlnamesparsed/EffectTiming.json index 1ab0c992d886..88b9cc751cee 100644 --- a/tr/idlnamesparsed/EffectTiming.json +++ b/tr/idlnamesparsed/EffectTiming.json @@ -15,7 +15,7 @@ "title": "Web Animations Level 2", "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n};" + "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n (unrestricted double or CSSNumericValue or DOMString) duration = \"auto\";\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/ElementContentEditable.json b/tr/idlnamesparsed/ElementContentEditable.json index 7b73372ccc59..ab82cb752800 100644 --- a/tr/idlnamesparsed/ElementContentEditable.json +++ b/tr/idlnamesparsed/ElementContentEditable.json @@ -15,7 +15,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/EndOfStreamError.json b/tr/idlnamesparsed/EndOfStreamError.json index 5936a0d840c7..2003288efda7 100644 --- a/tr/idlnamesparsed/EndOfStreamError.json +++ b/tr/idlnamesparsed/EndOfStreamError.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "enum EndOfStreamError {\n \"network\",\n \"decode\"\n};" + "fragment": "enum EndOfStreamError {\n \"network\",\n \"decode\"\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/EyeDropper.json b/tr/idlnamesparsed/EyeDropper.json index 404ac7241154..647404d0cdb1 100644 --- a/tr/idlnamesparsed/EyeDropper.json +++ b/tr/idlnamesparsed/EyeDropper.json @@ -6,7 +6,7 @@ "title": "EyeDropper API", "url": "https://wicg.github.io/eyedropper-api/" }, - "fragment": "[Exposed=Window]\ninterface EyeDropper {\n constructor();\n Promise open(optional ColorSelectionOptions options = {});\n};", + "fragment": "[Exposed=Window, SecureContext]\ninterface EyeDropper {\n constructor();\n Promise open(optional ColorSelectionOptions options = {});\n};", "href": "https://wicg.github.io/eyedropper-api/#dom-eyedropper" }, "extended": [], diff --git a/tr/idlnamesparsed/HTMLAnchorElement.json b/tr/idlnamesparsed/HTMLAnchorElement.json index 7a61b3c8dc22..e7d0b940c430 100644 --- a/tr/idlnamesparsed/HTMLAnchorElement.json +++ b/tr/idlnamesparsed/HTMLAnchorElement.json @@ -440,7 +440,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLAreaElement.json b/tr/idlnamesparsed/HTMLAreaElement.json index 78175934ef57..2748f99ddd46 100644 --- a/tr/idlnamesparsed/HTMLAreaElement.json +++ b/tr/idlnamesparsed/HTMLAreaElement.json @@ -426,7 +426,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLAudioElement.json b/tr/idlnamesparsed/HTMLAudioElement.json index d24825030434..7b8979ab9381 100644 --- a/tr/idlnamesparsed/HTMLAudioElement.json +++ b/tr/idlnamesparsed/HTMLAudioElement.json @@ -452,7 +452,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLBRElement.json b/tr/idlnamesparsed/HTMLBRElement.json index e3cb44118184..c6b1b2f74b57 100644 --- a/tr/idlnamesparsed/HTMLBRElement.json +++ b/tr/idlnamesparsed/HTMLBRElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLBaseElement.json b/tr/idlnamesparsed/HTMLBaseElement.json index c80fe9dc5f3d..6f625b5640e6 100644 --- a/tr/idlnamesparsed/HTMLBaseElement.json +++ b/tr/idlnamesparsed/HTMLBaseElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLBodyElement.json b/tr/idlnamesparsed/HTMLBodyElement.json index b749e295e3c0..18e61f2efefe 100644 --- a/tr/idlnamesparsed/HTMLBodyElement.json +++ b/tr/idlnamesparsed/HTMLBodyElement.json @@ -433,7 +433,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLButtonElement.json b/tr/idlnamesparsed/HTMLButtonElement.json index 6846934f2a51..be8b6941dfee 100644 --- a/tr/idlnamesparsed/HTMLButtonElement.json +++ b/tr/idlnamesparsed/HTMLButtonElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLCanvasElement.json b/tr/idlnamesparsed/HTMLCanvasElement.json index b4d8d1b2d085..7213f36a3cc3 100644 --- a/tr/idlnamesparsed/HTMLCanvasElement.json +++ b/tr/idlnamesparsed/HTMLCanvasElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDListElement.json b/tr/idlnamesparsed/HTMLDListElement.json index 3511b093da1d..ea0c2affabbe 100644 --- a/tr/idlnamesparsed/HTMLDListElement.json +++ b/tr/idlnamesparsed/HTMLDListElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDataElement.json b/tr/idlnamesparsed/HTMLDataElement.json index e6f11ead509b..66ad6ccb19df 100644 --- a/tr/idlnamesparsed/HTMLDataElement.json +++ b/tr/idlnamesparsed/HTMLDataElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDataListElement.json b/tr/idlnamesparsed/HTMLDataListElement.json index 54dddd298ef4..c66979b5baef 100644 --- a/tr/idlnamesparsed/HTMLDataListElement.json +++ b/tr/idlnamesparsed/HTMLDataListElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDetailsElement.json b/tr/idlnamesparsed/HTMLDetailsElement.json index d489bfa7e016..cd93e2e5e8cf 100644 --- a/tr/idlnamesparsed/HTMLDetailsElement.json +++ b/tr/idlnamesparsed/HTMLDetailsElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDialogElement.json b/tr/idlnamesparsed/HTMLDialogElement.json index 9bd915bf29e3..d7e9ef27fc2f 100644 --- a/tr/idlnamesparsed/HTMLDialogElement.json +++ b/tr/idlnamesparsed/HTMLDialogElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDirectoryElement.json b/tr/idlnamesparsed/HTMLDirectoryElement.json index 44dc09afafdc..6b50077b2fb8 100644 --- a/tr/idlnamesparsed/HTMLDirectoryElement.json +++ b/tr/idlnamesparsed/HTMLDirectoryElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLDivElement.json b/tr/idlnamesparsed/HTMLDivElement.json index 0899b98e0c4c..832ae2b46715 100644 --- a/tr/idlnamesparsed/HTMLDivElement.json +++ b/tr/idlnamesparsed/HTMLDivElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLElement.json b/tr/idlnamesparsed/HTMLElement.json index 604b7eb7c319..c1980db537b6 100644 --- a/tr/idlnamesparsed/HTMLElement.json +++ b/tr/idlnamesparsed/HTMLElement.json @@ -399,7 +399,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLEmbedElement.json b/tr/idlnamesparsed/HTMLEmbedElement.json index ad21e5d9a88d..12c13d4a2534 100644 --- a/tr/idlnamesparsed/HTMLEmbedElement.json +++ b/tr/idlnamesparsed/HTMLEmbedElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLFieldSetElement.json b/tr/idlnamesparsed/HTMLFieldSetElement.json index ac27dda03e37..17d54493f268 100644 --- a/tr/idlnamesparsed/HTMLFieldSetElement.json +++ b/tr/idlnamesparsed/HTMLFieldSetElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLFontElement.json b/tr/idlnamesparsed/HTMLFontElement.json index 7f3ddd7ab399..81a2193d012f 100644 --- a/tr/idlnamesparsed/HTMLFontElement.json +++ b/tr/idlnamesparsed/HTMLFontElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLFormElement.json b/tr/idlnamesparsed/HTMLFormElement.json index dd82d1172819..19a6790a2973 100644 --- a/tr/idlnamesparsed/HTMLFormElement.json +++ b/tr/idlnamesparsed/HTMLFormElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLFrameElement.json b/tr/idlnamesparsed/HTMLFrameElement.json index abe34d06fb2f..4d0993d8d9a6 100644 --- a/tr/idlnamesparsed/HTMLFrameElement.json +++ b/tr/idlnamesparsed/HTMLFrameElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLFrameSetElement.json b/tr/idlnamesparsed/HTMLFrameSetElement.json index da249fc9e818..7a3ed160f6b4 100644 --- a/tr/idlnamesparsed/HTMLFrameSetElement.json +++ b/tr/idlnamesparsed/HTMLFrameSetElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLHRElement.json b/tr/idlnamesparsed/HTMLHRElement.json index a851c4831374..f74ad3d6641d 100644 --- a/tr/idlnamesparsed/HTMLHRElement.json +++ b/tr/idlnamesparsed/HTMLHRElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLHeadElement.json b/tr/idlnamesparsed/HTMLHeadElement.json index 8a96f76451f3..67c610070292 100644 --- a/tr/idlnamesparsed/HTMLHeadElement.json +++ b/tr/idlnamesparsed/HTMLHeadElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLHeadingElement.json b/tr/idlnamesparsed/HTMLHeadingElement.json index 80b55dcd8afb..d8cededc756f 100644 --- a/tr/idlnamesparsed/HTMLHeadingElement.json +++ b/tr/idlnamesparsed/HTMLHeadingElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLHtmlElement.json b/tr/idlnamesparsed/HTMLHtmlElement.json index 025317559753..e25c433f333c 100644 --- a/tr/idlnamesparsed/HTMLHtmlElement.json +++ b/tr/idlnamesparsed/HTMLHtmlElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLIFrameElement.json b/tr/idlnamesparsed/HTMLIFrameElement.json index 915c9f7bda9a..0fef5cc3b18c 100644 --- a/tr/idlnamesparsed/HTMLIFrameElement.json +++ b/tr/idlnamesparsed/HTMLIFrameElement.json @@ -433,7 +433,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLImageElement.json b/tr/idlnamesparsed/HTMLImageElement.json index bb6e9c64a2e8..89bff34b0cf2 100644 --- a/tr/idlnamesparsed/HTMLImageElement.json +++ b/tr/idlnamesparsed/HTMLImageElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLInputElement.json b/tr/idlnamesparsed/HTMLInputElement.json index 56601759cff0..3c9b36d926df 100644 --- a/tr/idlnamesparsed/HTMLInputElement.json +++ b/tr/idlnamesparsed/HTMLInputElement.json @@ -433,7 +433,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLLIElement.json b/tr/idlnamesparsed/HTMLLIElement.json index b44e1fd0b7f1..e53b6e20c11e 100644 --- a/tr/idlnamesparsed/HTMLLIElement.json +++ b/tr/idlnamesparsed/HTMLLIElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLLabelElement.json b/tr/idlnamesparsed/HTMLLabelElement.json index ed0599104fe9..0956cb6cb734 100644 --- a/tr/idlnamesparsed/HTMLLabelElement.json +++ b/tr/idlnamesparsed/HTMLLabelElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLLegendElement.json b/tr/idlnamesparsed/HTMLLegendElement.json index 4815e9bde3bd..ea2c5c017689 100644 --- a/tr/idlnamesparsed/HTMLLegendElement.json +++ b/tr/idlnamesparsed/HTMLLegendElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLLinkElement.json b/tr/idlnamesparsed/HTMLLinkElement.json index 74ccc0516d29..5d56c3ee144a 100644 --- a/tr/idlnamesparsed/HTMLLinkElement.json +++ b/tr/idlnamesparsed/HTMLLinkElement.json @@ -433,7 +433,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMapElement.json b/tr/idlnamesparsed/HTMLMapElement.json index a3fde54685bb..e267dfc43b11 100644 --- a/tr/idlnamesparsed/HTMLMapElement.json +++ b/tr/idlnamesparsed/HTMLMapElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMarqueeElement.json b/tr/idlnamesparsed/HTMLMarqueeElement.json index 8883683116af..919685c47f14 100644 --- a/tr/idlnamesparsed/HTMLMarqueeElement.json +++ b/tr/idlnamesparsed/HTMLMarqueeElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMediaElement.json b/tr/idlnamesparsed/HTMLMediaElement.json index 75a5765952f3..2a87d54749ba 100644 --- a/tr/idlnamesparsed/HTMLMediaElement.json +++ b/tr/idlnamesparsed/HTMLMediaElement.json @@ -440,7 +440,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMenuElement.json b/tr/idlnamesparsed/HTMLMenuElement.json index 4fc46a468d1d..b36ac698ca70 100644 --- a/tr/idlnamesparsed/HTMLMenuElement.json +++ b/tr/idlnamesparsed/HTMLMenuElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMetaElement.json b/tr/idlnamesparsed/HTMLMetaElement.json index d138095351c4..aa600dd2b61a 100644 --- a/tr/idlnamesparsed/HTMLMetaElement.json +++ b/tr/idlnamesparsed/HTMLMetaElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLMeterElement.json b/tr/idlnamesparsed/HTMLMeterElement.json index dbc90e06a8c1..f840d05d6b19 100644 --- a/tr/idlnamesparsed/HTMLMeterElement.json +++ b/tr/idlnamesparsed/HTMLMeterElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLModElement.json b/tr/idlnamesparsed/HTMLModElement.json index 0a95d59a18f2..56c8676d44df 100644 --- a/tr/idlnamesparsed/HTMLModElement.json +++ b/tr/idlnamesparsed/HTMLModElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLOListElement.json b/tr/idlnamesparsed/HTMLOListElement.json index 99cbab091d83..7be5feba40d6 100644 --- a/tr/idlnamesparsed/HTMLOListElement.json +++ b/tr/idlnamesparsed/HTMLOListElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLObjectElement.json b/tr/idlnamesparsed/HTMLObjectElement.json index 5d0512104915..5fa009ead340 100644 --- a/tr/idlnamesparsed/HTMLObjectElement.json +++ b/tr/idlnamesparsed/HTMLObjectElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLOptGroupElement.json b/tr/idlnamesparsed/HTMLOptGroupElement.json index b3fa3aad308b..d01eb36242d9 100644 --- a/tr/idlnamesparsed/HTMLOptGroupElement.json +++ b/tr/idlnamesparsed/HTMLOptGroupElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLOptionElement.json b/tr/idlnamesparsed/HTMLOptionElement.json index 5f6abc93895d..292d9ae06df1 100644 --- a/tr/idlnamesparsed/HTMLOptionElement.json +++ b/tr/idlnamesparsed/HTMLOptionElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLOutputElement.json b/tr/idlnamesparsed/HTMLOutputElement.json index 9459541b2df0..7bd73b1960de 100644 --- a/tr/idlnamesparsed/HTMLOutputElement.json +++ b/tr/idlnamesparsed/HTMLOutputElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLParagraphElement.json b/tr/idlnamesparsed/HTMLParagraphElement.json index 788b1d0cd864..aabee7ef5f14 100644 --- a/tr/idlnamesparsed/HTMLParagraphElement.json +++ b/tr/idlnamesparsed/HTMLParagraphElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLParamElement.json b/tr/idlnamesparsed/HTMLParamElement.json index 4085e57e2793..a9432341456d 100644 --- a/tr/idlnamesparsed/HTMLParamElement.json +++ b/tr/idlnamesparsed/HTMLParamElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLPictureElement.json b/tr/idlnamesparsed/HTMLPictureElement.json index fc60e2d3bb1f..e25992f4c069 100644 --- a/tr/idlnamesparsed/HTMLPictureElement.json +++ b/tr/idlnamesparsed/HTMLPictureElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLPortalElement.json b/tr/idlnamesparsed/HTMLPortalElement.json index 7c70074f500b..2fb164b1eec3 100644 --- a/tr/idlnamesparsed/HTMLPortalElement.json +++ b/tr/idlnamesparsed/HTMLPortalElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLPreElement.json b/tr/idlnamesparsed/HTMLPreElement.json index a12f30b84dd0..76dc27d04f86 100644 --- a/tr/idlnamesparsed/HTMLPreElement.json +++ b/tr/idlnamesparsed/HTMLPreElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLProgressElement.json b/tr/idlnamesparsed/HTMLProgressElement.json index a0c3e5231cc4..41f16868c4fa 100644 --- a/tr/idlnamesparsed/HTMLProgressElement.json +++ b/tr/idlnamesparsed/HTMLProgressElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLQuoteElement.json b/tr/idlnamesparsed/HTMLQuoteElement.json index fb1a5a9fce55..566ce975942f 100644 --- a/tr/idlnamesparsed/HTMLQuoteElement.json +++ b/tr/idlnamesparsed/HTMLQuoteElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLScriptElement.json b/tr/idlnamesparsed/HTMLScriptElement.json index 2cf708e7b64c..f807a3a3c8b9 100644 --- a/tr/idlnamesparsed/HTMLScriptElement.json +++ b/tr/idlnamesparsed/HTMLScriptElement.json @@ -426,7 +426,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLSelectElement.json b/tr/idlnamesparsed/HTMLSelectElement.json index 2840495f62f7..10ef9b6189fe 100644 --- a/tr/idlnamesparsed/HTMLSelectElement.json +++ b/tr/idlnamesparsed/HTMLSelectElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLSlotElement.json b/tr/idlnamesparsed/HTMLSlotElement.json index 5ac33151ad38..fb8418336aa5 100644 --- a/tr/idlnamesparsed/HTMLSlotElement.json +++ b/tr/idlnamesparsed/HTMLSlotElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLSourceElement.json b/tr/idlnamesparsed/HTMLSourceElement.json index 1d7260706f27..29de22e3ca04 100644 --- a/tr/idlnamesparsed/HTMLSourceElement.json +++ b/tr/idlnamesparsed/HTMLSourceElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLSpanElement.json b/tr/idlnamesparsed/HTMLSpanElement.json index d26a58d4a76c..4609f9cf98bb 100644 --- a/tr/idlnamesparsed/HTMLSpanElement.json +++ b/tr/idlnamesparsed/HTMLSpanElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLStyleElement.json b/tr/idlnamesparsed/HTMLStyleElement.json index 35eee27ab80d..410b7a2fc176 100644 --- a/tr/idlnamesparsed/HTMLStyleElement.json +++ b/tr/idlnamesparsed/HTMLStyleElement.json @@ -426,7 +426,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableCaptionElement.json b/tr/idlnamesparsed/HTMLTableCaptionElement.json index 0e7fe66e8264..51fb241465d2 100644 --- a/tr/idlnamesparsed/HTMLTableCaptionElement.json +++ b/tr/idlnamesparsed/HTMLTableCaptionElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableCellElement.json b/tr/idlnamesparsed/HTMLTableCellElement.json index 7653fa0d6df7..7b0dc68be0f9 100644 --- a/tr/idlnamesparsed/HTMLTableCellElement.json +++ b/tr/idlnamesparsed/HTMLTableCellElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableColElement.json b/tr/idlnamesparsed/HTMLTableColElement.json index 988cfa027dbd..2a712ff7468a 100644 --- a/tr/idlnamesparsed/HTMLTableColElement.json +++ b/tr/idlnamesparsed/HTMLTableColElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableElement.json b/tr/idlnamesparsed/HTMLTableElement.json index 05f774c4f4aa..2e5876ab6e74 100644 --- a/tr/idlnamesparsed/HTMLTableElement.json +++ b/tr/idlnamesparsed/HTMLTableElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableRowElement.json b/tr/idlnamesparsed/HTMLTableRowElement.json index 6cb0ee9d0218..f0252a826c63 100644 --- a/tr/idlnamesparsed/HTMLTableRowElement.json +++ b/tr/idlnamesparsed/HTMLTableRowElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTableSectionElement.json b/tr/idlnamesparsed/HTMLTableSectionElement.json index c053f51f42e3..4cf60692fb28 100644 --- a/tr/idlnamesparsed/HTMLTableSectionElement.json +++ b/tr/idlnamesparsed/HTMLTableSectionElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTemplateElement.json b/tr/idlnamesparsed/HTMLTemplateElement.json index 4315114645b6..a217742dea26 100644 --- a/tr/idlnamesparsed/HTMLTemplateElement.json +++ b/tr/idlnamesparsed/HTMLTemplateElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTextAreaElement.json b/tr/idlnamesparsed/HTMLTextAreaElement.json index 61ecc02037ac..5a061a61f056 100644 --- a/tr/idlnamesparsed/HTMLTextAreaElement.json +++ b/tr/idlnamesparsed/HTMLTextAreaElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTimeElement.json b/tr/idlnamesparsed/HTMLTimeElement.json index dbc7497658f4..d4eba027b1ec 100644 --- a/tr/idlnamesparsed/HTMLTimeElement.json +++ b/tr/idlnamesparsed/HTMLTimeElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTitleElement.json b/tr/idlnamesparsed/HTMLTitleElement.json index 0f1357b12212..674501d66183 100644 --- a/tr/idlnamesparsed/HTMLTitleElement.json +++ b/tr/idlnamesparsed/HTMLTitleElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLTrackElement.json b/tr/idlnamesparsed/HTMLTrackElement.json index 914db93811d0..9e96d69e76cb 100644 --- a/tr/idlnamesparsed/HTMLTrackElement.json +++ b/tr/idlnamesparsed/HTMLTrackElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLUListElement.json b/tr/idlnamesparsed/HTMLUListElement.json index 5095c3065f46..8acd54bba155 100644 --- a/tr/idlnamesparsed/HTMLUListElement.json +++ b/tr/idlnamesparsed/HTMLUListElement.json @@ -419,7 +419,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLUnknownElement.json b/tr/idlnamesparsed/HTMLUnknownElement.json index 1fd4aba16878..4e59d045d411 100644 --- a/tr/idlnamesparsed/HTMLUnknownElement.json +++ b/tr/idlnamesparsed/HTMLUnknownElement.json @@ -411,7 +411,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/HTMLVideoElement.json b/tr/idlnamesparsed/HTMLVideoElement.json index e73111b443da..f73d110d0826 100644 --- a/tr/idlnamesparsed/HTMLVideoElement.json +++ b/tr/idlnamesparsed/HTMLVideoElement.json @@ -10,6 +10,13 @@ "href": "https://html.spec.whatwg.org/multipage/media.html#htmlvideoelement" }, "extended": [ + { + "spec": { + "title": "Media Playback Quality", + "url": "https://w3c.github.io/media-playback-quality/" + }, + "fragment": "partial interface HTMLVideoElement {\n VideoPlaybackQuality getVideoPlaybackQuality();\n};" + }, { "spec": { "title": "HTMLVideoElement.requestVideoFrameCallback()", @@ -467,7 +474,7 @@ "title": "VirtualKeyboard API", "url": "https://www.w3.org/TR/virtual-keyboard/" }, - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/KeyframeAnimationOptions.json b/tr/idlnamesparsed/KeyframeAnimationOptions.json index 4d84f40a686d..98119dc83083 100644 --- a/tr/idlnamesparsed/KeyframeAnimationOptions.json +++ b/tr/idlnamesparsed/KeyframeAnimationOptions.json @@ -47,7 +47,7 @@ "title": "Web Animations Level 2", "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n};" + "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n (unrestricted double or CSSNumericValue or DOMString) duration = \"auto\";\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/KeyframeEffectOptions.json b/tr/idlnamesparsed/KeyframeEffectOptions.json index de68f10a4620..15a22aedc116 100644 --- a/tr/idlnamesparsed/KeyframeEffectOptions.json +++ b/tr/idlnamesparsed/KeyframeEffectOptions.json @@ -35,7 +35,7 @@ "title": "Web Animations Level 2", "url": "https://drafts.csswg.org/web-animations-2/" }, - "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n};" + "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n (unrestricted double or CSSNumericValue or DOMString) duration = \"auto\";\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/MLGraphBuilder.json b/tr/idlnamesparsed/MLGraphBuilder.json index a201f63286e3..fc56058afdc1 100644 --- a/tr/idlnamesparsed/MLGraphBuilder.json +++ b/tr/idlnamesparsed/MLGraphBuilder.json @@ -155,7 +155,7 @@ "title": "Web Neural Network API", "url": "https://www.w3.org/TR/webnn/" }, - "fragment": "partial interface MLGraphBuilder {\n MLOperand resample(MLOperand input, optional MLResampleOptions options = {});\n};" + "fragment": "partial interface MLGraphBuilder {\n MLOperand resample2d(MLOperand input, optional MLResample2dOptions options = {});\n};" }, { "spec": { diff --git a/tr/idlnamesparsed/MLPool2dOptions.json b/tr/idlnamesparsed/MLPool2dOptions.json index 8c317a4304ea..59ade1493014 100644 --- a/tr/idlnamesparsed/MLPool2dOptions.json +++ b/tr/idlnamesparsed/MLPool2dOptions.json @@ -6,7 +6,7 @@ "title": "Web Neural Network API", "url": "https://www.w3.org/TR/webnn/" }, - "fragment": "dictionary MLPool2dOptions {\n sequence windowDimensions;\n sequence padding;\n sequence strides;\n sequence dilations;\n MLAutoPad autoPad = \"explicit\";\n MLInputOperandLayout layout = \"nchw\";\n};", + "fragment": "dictionary MLPool2dOptions {\n sequence windowDimensions;\n sequence padding;\n sequence strides;\n sequence dilations;\n MLAutoPad autoPad = \"explicit\";\n MLInputOperandLayout layout = \"nchw\";\n MLRoundingType roundingType = \"floor\";\n sequence outputSizes;\n};", "href": "https://www.w3.org/TR/webnn/#dictdef-mlpool2doptions" }, "extended": [], diff --git a/tr/idlnamesparsed/MLResample2dOptions.json b/tr/idlnamesparsed/MLResample2dOptions.json new file mode 100644 index 000000000000..4df3113304cf --- /dev/null +++ b/tr/idlnamesparsed/MLResample2dOptions.json @@ -0,0 +1,15 @@ +{ + "name": "MLResample2dOptions", + "type": "dictionary", + "defined": { + "spec": { + "title": "Web Neural Network API", + "url": "https://www.w3.org/TR/webnn/" + }, + "fragment": "dictionary MLResample2dOptions {\n MLInterpolationMode mode = \"nearest-neighbor\";\n sequence scales;\n sequence sizes;\n sequence axes;\n};", + "href": "https://www.w3.org/TR/webnn/#dictdef-mlresample2doptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/MLRoundingType.json b/tr/idlnamesparsed/MLRoundingType.json new file mode 100644 index 000000000000..2fe9092ae669 --- /dev/null +++ b/tr/idlnamesparsed/MLRoundingType.json @@ -0,0 +1,14 @@ +{ + "name": "MLRoundingType", + "type": "enum", + "defined": { + "spec": { + "title": "Web Neural Network API", + "url": "https://www.w3.org/TR/webnn/" + }, + "fragment": "enum MLRoundingType {\n \"floor\",\n \"ceil\"\n};", + "href": "https://www.w3.org/TR/webnn/#enumdef-mlroundingtype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/MathMLElement.json b/tr/idlnamesparsed/MathMLElement.json index 42c8f647314a..eb2f32ed3746 100644 --- a/tr/idlnamesparsed/MathMLElement.json +++ b/tr/idlnamesparsed/MathMLElement.json @@ -1,5 +1,36 @@ { + "name": "MathMLElement", + "type": "interface", + "defined": { + "spec": { + "title": "MathML Core", + "url": "https://w3c.github.io/mathml-core/" + }, + "fragment": "[Exposed=Window]\ninterface MathMLElement : Element { };", + "href": "https://w3c.github.io/mathml-core/#dom-mathmlelement" + }, "extended": [ + { + "spec": { + "title": "MathML Core", + "url": "https://w3c.github.io/mathml-core/" + }, + "fragment": "MathMLElement includes GlobalEventHandlers;" + }, + { + "spec": { + "title": "MathML Core", + "url": "https://w3c.github.io/mathml-core/" + }, + "fragment": "MathMLElement includes DocumentAndElementEventHandlers;" + }, + { + "spec": { + "title": "MathML Core", + "url": "https://w3c.github.io/mathml-core/" + }, + "fragment": "MathMLElement includes HTMLOrForeignElement;" + }, { "spec": { "title": "CSS Object Model (CSSOM)", @@ -8,7 +39,342 @@ "fragment": "MathMLElement includes ElementCSSInlineStyle;" } ], + "inheritance": { + "name": "Element", + "type": "interface", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "[Exposed=Window]\ninterface Element : Node {\n readonly attribute DOMString? namespaceURI;\n readonly attribute DOMString? prefix;\n readonly attribute DOMString localName;\n readonly attribute DOMString tagName;\n\n [CEReactions] attribute DOMString id;\n [CEReactions] attribute DOMString className;\n [SameObject, PutForwards=value] readonly attribute DOMTokenList classList;\n [CEReactions, Unscopable] attribute DOMString slot;\n\n boolean hasAttributes();\n [SameObject] readonly attribute NamedNodeMap attributes;\n sequence getAttributeNames();\n DOMString? getAttribute(DOMString qualifiedName);\n DOMString? getAttributeNS(DOMString? namespace, DOMString localName);\n [CEReactions] undefined setAttribute(DOMString qualifiedName, DOMString value);\n [CEReactions] undefined setAttributeNS(DOMString? namespace, DOMString qualifiedName, DOMString value);\n [CEReactions] undefined removeAttribute(DOMString qualifiedName);\n [CEReactions] undefined removeAttributeNS(DOMString? namespace, DOMString localName);\n [CEReactions] boolean toggleAttribute(DOMString qualifiedName, optional boolean force);\n boolean hasAttribute(DOMString qualifiedName);\n boolean hasAttributeNS(DOMString? namespace, DOMString localName);\n\n Attr? getAttributeNode(DOMString qualifiedName);\n Attr? getAttributeNodeNS(DOMString? namespace, DOMString localName);\n [CEReactions] Attr? setAttributeNode(Attr attr);\n [CEReactions] Attr? setAttributeNodeNS(Attr attr);\n [CEReactions] Attr removeAttributeNode(Attr attr);\n\n ShadowRoot attachShadow(ShadowRootInit init);\n readonly attribute ShadowRoot? shadowRoot;\n\n Element? closest(DOMString selectors);\n boolean matches(DOMString selectors);\n boolean webkitMatchesSelector(DOMString selectors); // legacy alias of .matches\n\n HTMLCollection getElementsByTagName(DOMString qualifiedName);\n HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);\n HTMLCollection getElementsByClassName(DOMString classNames);\n\n [CEReactions] Element? insertAdjacentElement(DOMString where, Element element); // legacy\n undefined insertAdjacentText(DOMString where, DOMString data); // legacy\n};", + "href": "https://dom.spec.whatwg.org/#element" + }, + "extended": [ + { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "Element includes ParentNode;" + }, + { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "Element includes NonDocumentTypeChildNode;" + }, + { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "Element includes ChildNode;" + }, + { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "Element includes Slottable;" + }, + { + "spec": { + "title": "Fullscreen API Standard", + "url": "https://fullscreen.spec.whatwg.org/" + }, + "fragment": "partial interface Element {\n Promise requestFullscreen(optional FullscreenOptions options = {});\n\n attribute EventHandler onfullscreenchange;\n attribute EventHandler onfullscreenerror;\n};" + }, + { + "spec": { + "title": "Element Timing API", + "url": "https://wicg.github.io/element-timing/" + }, + "fragment": "partial interface Element {\n [CEReactions] attribute DOMString elementTiming;\n};" + }, + { + "spec": { + "title": "HTML Sanitizer API", + "url": "https://wicg.github.io/sanitizer-api/" + }, + "fragment": "partial interface Element {\n undefined setHTML(DOMString input, Sanitizer sanitizer);\n};" + }, + { + "spec": { + "title": "CSS Spatial Navigation Level 1", + "url": "https://www.w3.org/TR/css-nav-1/" + }, + "fragment": "partial interface Element {\n Node getSpatialNavigationContainer();\n sequence focusableAreas(optional FocusableAreasOption option);\n Node? spatialNavigationSearch(SpatialNavigationDirection dir, optional SpatialNavigationSearchOptions options);\n};" + }, + { + "spec": { + "title": "CSS Pseudo-Elements Module Level 4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, + "fragment": "partial interface Element {\n CSSPseudoElement? pseudo(CSSOMString type);\n};" + }, + { + "spec": { + "title": "CSS Shadow Parts", + "url": "https://www.w3.org/TR/css-shadow-parts-1/" + }, + "fragment": "partial interface Element {\n [SameObject, PutForwards=value] readonly attribute DOMTokenList part;\n};" + }, + { + "spec": { + "title": "CSS Typed OM Level 1", + "url": "https://www.w3.org/TR/css-typed-om-1/" + }, + "fragment": "partial interface Element {\n [SameObject] StylePropertyMapReadOnly computedStyleMap();\n};" + }, + { + "spec": { + "title": "DOM Parsing and Serialization", + "url": "https://www.w3.org/TR/DOM-Parsing/" + }, + "fragment": "partial interface Element {\n [CEReactions, TreatNullAs=EmptyString]\n attribute DOMString innerHTML;\n [CEReactions, TreatNullAs=EmptyString]\n attribute DOMString outerHTML;\n [CEReactions]\n void insertAdjacentHTML (DOMString position, DOMString text);\n};" + }, + { + "spec": { + "title": "Pointer Events", + "url": "https://www.w3.org/TR/pointerevents3/" + }, + "fragment": "partial interface Element {\n undefined setPointerCapture (long pointerId);\n undefined releasePointerCapture (long pointerId);\n boolean hasPointerCapture (long pointerId);\n};" + }, + { + "spec": { + "title": "Pointer Lock 2.0", + "url": "https://www.w3.org/TR/pointerlock-2/" + }, + "fragment": "partial interface Element {\n void requestPointerLock();\n};" + }, + { + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", + "url": "https://www.w3.org/TR/wai-aria-1.2/" + }, + "fragment": "Element includes AccessibilityRole;" + }, + { + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", + "url": "https://www.w3.org/TR/wai-aria-1.2/" + }, + "fragment": "Element includes AriaAttributes;" + }, + { + "spec": { + "title": "Web Animations", + "url": "https://www.w3.org/TR/web-animations-1/" + }, + "fragment": "Element includes Animatable;" + } + ], + "inheritance": { + "name": "Node", + "type": "interface", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "[Exposed=Window]\ninterface Node : EventTarget {\n const unsigned short ELEMENT_NODE = 1;\n const unsigned short ATTRIBUTE_NODE = 2;\n const unsigned short TEXT_NODE = 3;\n const unsigned short CDATA_SECTION_NODE = 4;\n const unsigned short ENTITY_REFERENCE_NODE = 5; // legacy\n const unsigned short ENTITY_NODE = 6; // legacy\n const unsigned short PROCESSING_INSTRUCTION_NODE = 7;\n const unsigned short COMMENT_NODE = 8;\n const unsigned short DOCUMENT_NODE = 9;\n const unsigned short DOCUMENT_TYPE_NODE = 10;\n const unsigned short DOCUMENT_FRAGMENT_NODE = 11;\n const unsigned short NOTATION_NODE = 12; // legacy\n readonly attribute unsigned short nodeType;\n readonly attribute DOMString nodeName;\n\n readonly attribute USVString baseURI;\n\n readonly attribute boolean isConnected;\n readonly attribute Document? ownerDocument;\n Node getRootNode(optional GetRootNodeOptions options = {});\n readonly attribute Node? parentNode;\n readonly attribute Element? parentElement;\n boolean hasChildNodes();\n [SameObject] readonly attribute NodeList childNodes;\n readonly attribute Node? firstChild;\n readonly attribute Node? lastChild;\n readonly attribute Node? previousSibling;\n readonly attribute Node? nextSibling;\n\n [CEReactions] attribute DOMString? nodeValue;\n [CEReactions] attribute DOMString? textContent;\n [CEReactions] undefined normalize();\n\n [CEReactions, NewObject] Node cloneNode(optional boolean deep = false);\n boolean isEqualNode(Node? otherNode);\n boolean isSameNode(Node? otherNode); // legacy alias of ===\n\n const unsigned short DOCUMENT_POSITION_DISCONNECTED = 0x01;\n const unsigned short DOCUMENT_POSITION_PRECEDING = 0x02;\n const unsigned short DOCUMENT_POSITION_FOLLOWING = 0x04;\n const unsigned short DOCUMENT_POSITION_CONTAINS = 0x08;\n const unsigned short DOCUMENT_POSITION_CONTAINED_BY = 0x10;\n const unsigned short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20;\n unsigned short compareDocumentPosition(Node other);\n boolean contains(Node? other);\n\n DOMString? lookupPrefix(DOMString? namespace);\n DOMString? lookupNamespaceURI(DOMString? prefix);\n boolean isDefaultNamespace(DOMString? namespace);\n\n [CEReactions] Node insertBefore(Node node, Node? child);\n [CEReactions] Node appendChild(Node node);\n [CEReactions] Node replaceChild(Node node, Node child);\n [CEReactions] Node removeChild(Node child);\n};", + "href": "https://dom.spec.whatwg.org/#node" + }, + "extended": [], + "inheritance": { + "name": "EventTarget", + "type": "interface", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "[Exposed=(Window,Worker,AudioWorklet)]\ninterface EventTarget {\n constructor();\n\n undefined addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options = {});\n undefined removeEventListener(DOMString type, EventListener? callback, optional (EventListenerOptions or boolean) options = {});\n boolean dispatchEvent(Event event);\n};", + "href": "https://dom.spec.whatwg.org/#eventtarget" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + "includes": [] + }, + "includes": [ + { + "name": "ParentNode", + "type": "interface mixin", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "interface mixin ParentNode {\n [SameObject] readonly attribute HTMLCollection children;\n readonly attribute Element? firstElementChild;\n readonly attribute Element? lastElementChild;\n readonly attribute unsigned long childElementCount;\n\n [CEReactions, Unscopable] undefined prepend((Node or DOMString)... nodes);\n [CEReactions, Unscopable] undefined append((Node or DOMString)... nodes);\n [CEReactions, Unscopable] undefined replaceChildren((Node or DOMString)... nodes);\n\n Element? querySelector(DOMString selectors);\n [NewObject] NodeList querySelectorAll(DOMString selectors);\n};", + "href": "https://dom.spec.whatwg.org/#parentnode" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "NonDocumentTypeChildNode", + "type": "interface mixin", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "interface mixin NonDocumentTypeChildNode {\n readonly attribute Element? previousElementSibling;\n readonly attribute Element? nextElementSibling;\n};", + "href": "https://dom.spec.whatwg.org/#nondocumenttypechildnode" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "ChildNode", + "type": "interface mixin", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "interface mixin ChildNode {\n [CEReactions, Unscopable] undefined before((Node or DOMString)... nodes);\n [CEReactions, Unscopable] undefined after((Node or DOMString)... nodes);\n [CEReactions, Unscopable] undefined replaceWith((Node or DOMString)... nodes);\n [CEReactions, Unscopable] undefined remove();\n};", + "href": "https://dom.spec.whatwg.org/#childnode" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "Slottable", + "type": "interface mixin", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "interface mixin Slottable {\n readonly attribute HTMLSlotElement? assignedSlot;\n};", + "href": "https://dom.spec.whatwg.org/#slotable" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "AccessibilityRole", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", + "url": "https://www.w3.org/TR/wai-aria-1.2/" + }, + "fragment": "interface mixin AccessibilityRole {\n\tattribute DOMString role;\n};", + "href": "https://www.w3.org/TR/wai-aria-1.2/#dom-accessibilityrole" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "AriaAttributes", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", + "url": "https://www.w3.org/TR/wai-aria-1.2/" + }, + "fragment": "interface mixin AriaAttributes {\n\n\tattribute DOMString ariaAtomic;\n\tattribute DOMString ariaAutoComplete;\n\tattribute DOMString ariaBusy;\n\tattribute DOMString ariaChecked;\n\tattribute DOMString ariaColCount;\n\tattribute DOMString ariaColIndex;\n\n\tattribute DOMString ariaColSpan;\n\n\tattribute DOMString ariaCurrent;\n\n\tattribute DOMString ariaDescription;\n\n\tattribute DOMString ariaDisabled;\n\n\tattribute DOMString ariaExpanded;\n\n\tattribute DOMString ariaHasPopup;\n\tattribute DOMString ariaHidden;\n\tattribute DOMString ariaInvalid;\n\tattribute DOMString ariaKeyShortcuts;\n\tattribute DOMString ariaLabel;\n\n\tattribute DOMString ariaLevel;\n\tattribute DOMString ariaLive;\n\tattribute DOMString ariaModal;\n\tattribute DOMString ariaMultiLine;\n\tattribute DOMString ariaMultiSelectable;\n\tattribute DOMString ariaOrientation;\n\n\tattribute DOMString ariaPlaceholder;\n\tattribute DOMString ariaPosInSet;\n\tattribute DOMString ariaPressed;\n\tattribute DOMString ariaReadOnly;\n\n\tattribute DOMString ariaRequired;\n\tattribute DOMString ariaRoleDescription;\n\tattribute DOMString ariaRowCount;\n\tattribute DOMString ariaRowIndex;\n\n\tattribute DOMString ariaRowSpan;\n\tattribute DOMString ariaSelected;\n\tattribute DOMString ariaSetSize;\n\tattribute DOMString ariaSort;\n\tattribute DOMString ariaValueMax;\n\tattribute DOMString ariaValueMin;\n\tattribute DOMString ariaValueNow;\n\tattribute DOMString ariaValueText;\n};", + "href": "https://www.w3.org/TR/wai-aria-1.2/#dom-ariaattributes" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + { + "name": "Animatable", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Web Animations", + "url": "https://www.w3.org/TR/web-animations-1/" + }, + "fragment": "interface mixin Animatable {\n Animation animate(object? keyframes,\n optional (unrestricted double or KeyframeAnimationOptions) options = {});\n sequence getAnimations(optional GetAnimationsOptions options = {});\n};", + "href": "https://www.w3.org/TR/web-animations-1/#animatable" + }, + "extended": [], + "inheritance": null, + "includes": [] + } + ] + }, "includes": [ + { + "name": "GlobalEventHandlers", + "type": "interface mixin", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "interface mixin GlobalEventHandlers {\n attribute EventHandler onabort;\n attribute EventHandler onauxclick;\n attribute EventHandler onblur;\n attribute EventHandler oncancel;\n attribute EventHandler oncanplay;\n attribute EventHandler oncanplaythrough;\n attribute EventHandler onchange;\n attribute EventHandler onclick;\n attribute EventHandler onclose;\n attribute EventHandler oncontextlost;\n attribute EventHandler oncontextmenu;\n attribute EventHandler oncontextrestored;\n attribute EventHandler oncuechange;\n attribute EventHandler ondblclick;\n attribute EventHandler ondrag;\n attribute EventHandler ondragend;\n attribute EventHandler ondragenter;\n attribute EventHandler ondragleave;\n attribute EventHandler ondragover;\n attribute EventHandler ondragstart;\n attribute EventHandler ondrop;\n attribute EventHandler ondurationchange;\n attribute EventHandler onemptied;\n attribute EventHandler onended;\n attribute OnErrorEventHandler onerror;\n attribute EventHandler onfocus;\n attribute EventHandler onformdata;\n attribute EventHandler oninput;\n attribute EventHandler oninvalid;\n attribute EventHandler onkeydown;\n attribute EventHandler onkeypress;\n attribute EventHandler onkeyup;\n attribute EventHandler onload;\n attribute EventHandler onloadeddata;\n attribute EventHandler onloadedmetadata;\n attribute EventHandler onloadstart;\n attribute EventHandler onmousedown;\n [LegacyLenientThis] attribute EventHandler onmouseenter;\n [LegacyLenientThis] attribute EventHandler onmouseleave;\n attribute EventHandler onmousemove;\n attribute EventHandler onmouseout;\n attribute EventHandler onmouseover;\n attribute EventHandler onmouseup;\n attribute EventHandler onpause;\n attribute EventHandler onplay;\n attribute EventHandler onplaying;\n attribute EventHandler onprogress;\n attribute EventHandler onratechange;\n attribute EventHandler onreset;\n attribute EventHandler onresize;\n attribute EventHandler onscroll;\n attribute EventHandler onsecuritypolicyviolation;\n attribute EventHandler onseeked;\n attribute EventHandler onseeking;\n attribute EventHandler onselect;\n attribute EventHandler onslotchange;\n attribute EventHandler onstalled;\n attribute EventHandler onsubmit;\n attribute EventHandler onsuspend;\n attribute EventHandler ontimeupdate;\n attribute EventHandler ontoggle;\n attribute EventHandler onvolumechange;\n attribute EventHandler onwaiting;\n attribute EventHandler onwebkitanimationend;\n attribute EventHandler onwebkitanimationiteration;\n attribute EventHandler onwebkitanimationstart;\n attribute EventHandler onwebkittransitionend;\n attribute EventHandler onwheel;\n};", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers" + }, + "extended": [ + { + "spec": { + "title": "CSS Animations Level 1", + "url": "https://www.w3.org/TR/css-animations-1/" + }, + "fragment": "partial interface mixin GlobalEventHandlers {\n attribute EventHandler onanimationstart;\n attribute EventHandler onanimationiteration;\n attribute EventHandler onanimationend;\n attribute EventHandler onanimationcancel;\n};" + }, + { + "spec": { + "title": "CSS Transitions", + "url": "https://www.w3.org/TR/css-transitions-1/" + }, + "fragment": "partial interface GlobalEventHandlers {\n attribute EventHandler ontransitionrun;\n attribute EventHandler ontransitionstart;\n attribute EventHandler ontransitionend;\n attribute EventHandler ontransitioncancel;\n};" + }, + { + "spec": { + "title": "Pointer Events", + "url": "https://www.w3.org/TR/pointerevents3/" + }, + "fragment": "partial interface mixin GlobalEventHandlers {\n attribute EventHandler ongotpointercapture;\n attribute EventHandler onlostpointercapture;\n attribute EventHandler onpointerdown;\n attribute EventHandler onpointermove;\n [SecureContext] attribute EventHandler onpointerrawupdate;\n attribute EventHandler onpointerup;\n attribute EventHandler onpointercancel;\n attribute EventHandler onpointerover;\n attribute EventHandler onpointerout;\n attribute EventHandler onpointerenter;\n attribute EventHandler onpointerleave;\n};" + }, + { + "spec": { + "title": "Selection API", + "url": "https://www.w3.org/TR/selection-api/" + }, + "fragment": "partial interface mixin GlobalEventHandlers {\n attribute EventHandler onselectstart;\n attribute EventHandler onselectionchange;\n};" + }, + { + "spec": { + "title": "WebXR DOM Overlays Module", + "url": "https://www.w3.org/TR/webxr-dom-overlays-1/" + }, + "fragment": "partial interface mixin GlobalEventHandlers {\n attribute EventHandler onbeforexrselect;\n};" + } + ], + "inheritance": null, + "includes": [] + }, + { + "name": "DocumentAndElementEventHandlers", + "type": "interface mixin", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "interface mixin DocumentAndElementEventHandlers {\n attribute EventHandler oncopy;\n attribute EventHandler oncut;\n attribute EventHandler onpaste;\n};", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#documentandelementeventhandlers" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, { "name": "ElementCSSInlineStyle", "type": "interface mixin", diff --git a/tr/idlnamesparsed/MediaSource.json b/tr/idlnamesparsed/MediaSource.json index e9052f7eb8ac..35da02d29696 100644 --- a/tr/idlnamesparsed/MediaSource.json +++ b/tr/idlnamesparsed/MediaSource.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "[Constructor]\ninterface MediaSource : EventTarget {\n readonly attribute SourceBufferList sourceBuffers;\n readonly attribute SourceBufferList activeSourceBuffers;\n readonly attribute ReadyState readyState;\n attribute unrestricted double duration;\n attribute EventHandler onsourceopen;\n attribute EventHandler onsourceended;\n attribute EventHandler onsourceclose;\n SourceBuffer addSourceBuffer(DOMString type);\n void removeSourceBuffer(SourceBuffer sourceBuffer);\n void endOfStream(optional EndOfStreamError error);\n void setLiveSeekableRange(double start, double end);\n void clearLiveSeekableRange();\n static boolean isTypeSupported(DOMString type);\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface MediaSource : EventTarget {\n constructor();\n readonly attribute SourceBufferList sourceBuffers;\n readonly attribute SourceBufferList activeSourceBuffers;\n readonly attribute ReadyState readyState;\n attribute unrestricted double duration;\n attribute EventHandler onsourceopen;\n attribute EventHandler onsourceended;\n attribute EventHandler onsourceclose;\n static readonly attribute boolean canConstructInDedicatedWorker;\n SourceBuffer addSourceBuffer (DOMString type);\n undefined removeSourceBuffer (SourceBuffer sourceBuffer);\n undefined endOfStream (optional EndOfStreamError error);\n undefined setLiveSeekableRange (double start, double end);\n undefined clearLiveSeekableRange ();\n static boolean isTypeSupported (DOMString type);\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-mediasource" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/MediaStreamConstraints.json b/tr/idlnamesparsed/MediaStreamConstraints.json index 8e63ee903c02..6de8dda7692e 100644 --- a/tr/idlnamesparsed/MediaStreamConstraints.json +++ b/tr/idlnamesparsed/MediaStreamConstraints.json @@ -10,6 +10,13 @@ "href": "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamconstraints" }, "extended": [ + { + "spec": { + "title": "preferCurrentTab", + "url": "https://wicg.github.io/prefer-current-tab/" + }, + "fragment": "partial dictionary MediaStreamConstraints {\n boolean preferCurrentTab = false;\n};" + }, { "spec": { "title": "Identity for WebRTC 1.0", diff --git a/tr/idlnamesparsed/Navigator.json b/tr/idlnamesparsed/Navigator.json index c92a2813e1a9..b936f5c00ca5 100644 --- a/tr/idlnamesparsed/Navigator.json +++ b/tr/idlnamesparsed/Navigator.json @@ -66,6 +66,20 @@ }, "fragment": "Navigator includes NavigatorStorage;" }, + { + "spec": { + "title": "Badging API", + "url": "https://w3c.github.io/badging/" + }, + "fragment": "// Methods only exposed on documents.\n[SecureContext]\npartial interface Navigator {\n Promise setClientBadge(optional [EnforceRange] unsigned long long contents);\n Promise clearClientBadge();\n};" + }, + { + "spec": { + "title": "Badging API", + "url": "https://w3c.github.io/badging/" + }, + "fragment": "Navigator includes NavigatorBadge;" + }, { "spec": { "title": "Web Bluetooth", @@ -115,6 +129,13 @@ }, "fragment": "Navigator includes NavigatorFonts;" }, + { + "spec": { + "title": "Network Information API", + "url": "https://wicg.github.io/netinfo/" + }, + "fragment": "Navigator includes NavigatorNetworkInformation;" + }, { "spec": { "title": "Web Serial API", @@ -483,6 +504,21 @@ "inheritance": null, "includes": [] }, + { + "name": "NavigatorBadge", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Badging API", + "url": "https://w3c.github.io/badging/" + }, + "fragment": "// Methods exposed on both documents and service workers.\n[SecureContext]\ninterface mixin NavigatorBadge {\n Promise setAppBadge(optional [EnforceRange] unsigned long long contents);\n Promise clearAppBadge();\n};", + "href": "https://w3c.github.io/badging/#dom-navigatorbadge" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, { "name": "NavigatorFonts", "type": "interface mixin", @@ -498,6 +534,21 @@ "inheritance": null, "includes": [] }, + { + "name": "NavigatorNetworkInformation", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Network Information API", + "url": "https://wicg.github.io/netinfo/" + }, + "fragment": "interface mixin NavigatorNetworkInformation {\n [SameObject] readonly attribute NetworkInformation connection;\n};", + "href": "https://wicg.github.io/netinfo/#dom-navigatornetworkinformation" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, { "name": "NavigatorUA", "type": "interface mixin", diff --git a/tr/idlnamesparsed/NetworkInformation.json b/tr/idlnamesparsed/NetworkInformation.json index 2effb92ca68c..74675f5d4176 100644 --- a/tr/idlnamesparsed/NetworkInformation.json +++ b/tr/idlnamesparsed/NetworkInformation.json @@ -1,4 +1,14 @@ { + "name": "NetworkInformation", + "type": "interface", + "defined": { + "spec": { + "title": "Network Information API", + "url": "https://wicg.github.io/netinfo/" + }, + "fragment": "[Exposed=(Window,Worker)]\ninterface NetworkInformation : EventTarget {\n readonly attribute ConnectionType type;\n readonly attribute EffectiveConnectionType effectiveType;\n readonly attribute Megabit downlinkMax;\n readonly attribute Megabit downlink;\n readonly attribute Millisecond rtt;\n attribute EventHandler onchange;\n};", + "href": "https://wicg.github.io/netinfo/#dom-networkinformation" + }, "extended": [ { "spec": { @@ -8,6 +18,21 @@ "fragment": "NetworkInformation includes NetworkInformationSaveData;" } ], + "inheritance": { + "name": "EventTarget", + "type": "interface", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "[Exposed=(Window,Worker,AudioWorklet)]\ninterface EventTarget {\n constructor();\n\n undefined addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options = {});\n undefined removeEventListener(DOMString type, EventListener? callback, optional (EventListenerOptions or boolean) options = {});\n boolean dispatchEvent(Event event);\n};", + "href": "https://dom.spec.whatwg.org/#eventtarget" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, "includes": [ { "name": "NetworkInformationSaveData", diff --git a/tr/idlnamesparsed/RTCEncodedAudioFrame.json b/tr/idlnamesparsed/RTCEncodedAudioFrame.json index 78a3231f1de3..2272d91b592b 100644 --- a/tr/idlnamesparsed/RTCEncodedAudioFrame.json +++ b/tr/idlnamesparsed/RTCEncodedAudioFrame.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface RTCEncodedAudioFrame {\n readonly attribute unsigned long long timestamp;\n attribute ArrayBuffer data;\n RTCEncodedAudioFrameMetadata getMetadata();\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedaudioframe" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedaudioframe" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCEncodedAudioFrameMetadata.json b/tr/idlnamesparsed/RTCEncodedAudioFrameMetadata.json index 51a0ab08c8c5..1cf735cf9df6 100644 --- a/tr/idlnamesparsed/RTCEncodedAudioFrameMetadata.json +++ b/tr/idlnamesparsed/RTCEncodedAudioFrameMetadata.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "dictionary RTCEncodedAudioFrameMetadata {\n long synchronizationSource;\n sequence contributingSources;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCEncodedVideoFrame.json b/tr/idlnamesparsed/RTCEncodedVideoFrame.json index b62144c0095b..beb9183ebe28 100644 --- a/tr/idlnamesparsed/RTCEncodedVideoFrame.json +++ b/tr/idlnamesparsed/RTCEncodedVideoFrame.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "// New interfaces to define encoded video and audio frames. Will eventually\n// re-use or extend the equivalent defined in WebCodecs.\n[Exposed=(Window,DedicatedWorker)]\ninterface RTCEncodedVideoFrame {\n readonly attribute RTCEncodedVideoFrameType type;\n readonly attribute unsigned long long timestamp;\n attribute ArrayBuffer data;\n RTCEncodedVideoFrameMetadata getMetadata();\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedvideoframe" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedvideoframe" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCEncodedVideoFrameMetadata.json b/tr/idlnamesparsed/RTCEncodedVideoFrameMetadata.json index c0f8a78a66df..232c4be49e16 100644 --- a/tr/idlnamesparsed/RTCEncodedVideoFrameMetadata.json +++ b/tr/idlnamesparsed/RTCEncodedVideoFrameMetadata.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "dictionary RTCEncodedVideoFrameMetadata {\n long long frameId;\n sequence dependencies;\n unsigned short width;\n unsigned short height;\n long spatialIndex;\n long temporalIndex;\n long synchronizationSource;\n sequence contributingSources;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCEncodedVideoFrameType.json b/tr/idlnamesparsed/RTCEncodedVideoFrameType.json index 055bd43d63ea..f62ed18d05bd 100644 --- a/tr/idlnamesparsed/RTCEncodedVideoFrameType.json +++ b/tr/idlnamesparsed/RTCEncodedVideoFrameType.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "// New enum for video frame types. Will eventually re-use the equivalent defined\n// by WebCodecs.\nenum RTCEncodedVideoFrameType {\n \"empty\",\n \"key\",\n \"delta\",\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/RTCIceParameters.json b/tr/idlnamesparsed/RTCIceParameters.json index 38d3fab8218a..825e2e06c8ed 100644 --- a/tr/idlnamesparsed/RTCIceParameters.json +++ b/tr/idlnamesparsed/RTCIceParameters.json @@ -9,7 +9,15 @@ "fragment": "dictionary RTCIceParameters {\n DOMString usernameFragment;\n DOMString password;\n};", "href": "https://www.w3.org/TR/webrtc/#dom-rtciceparameters" }, - "extended": [], + "extended": [ + { + "spec": { + "title": "IceTransport Extensions for WebRTC", + "url": "https://w3c.github.io/webrtc-ice/" + }, + "fragment": "partial dictionary RTCIceParameters {\n boolean iceLite;\n};" + } + ], "inheritance": null, "includes": [] } \ No newline at end of file diff --git a/tr/idlnamesparsed/RTCIceTransport.json b/tr/idlnamesparsed/RTCIceTransport.json index bc9cb247d90b..283d31224bd5 100644 --- a/tr/idlnamesparsed/RTCIceTransport.json +++ b/tr/idlnamesparsed/RTCIceTransport.json @@ -9,7 +9,15 @@ "fragment": "[Exposed=Window]\ninterface RTCIceTransport : EventTarget {\n readonly attribute RTCIceRole role;\n readonly attribute RTCIceComponent component;\n readonly attribute RTCIceTransportState state;\n readonly attribute RTCIceGathererState gatheringState;\n sequence getLocalCandidates();\n sequence getRemoteCandidates();\n RTCIceCandidatePair? getSelectedCandidatePair();\n RTCIceParameters? getLocalParameters();\n RTCIceParameters? getRemoteParameters();\n attribute EventHandler onstatechange;\n attribute EventHandler ongatheringstatechange;\n attribute EventHandler onselectedcandidatepairchange;\n};", "href": "https://www.w3.org/TR/webrtc/#dom-rtcicetransport" }, - "extended": [], + "extended": [ + { + "spec": { + "title": "IceTransport Extensions for WebRTC", + "url": "https://w3c.github.io/webrtc-ice/" + }, + "fragment": "[Exposed=Window]\npartial interface RTCIceTransport {\n constructor();\n undefined gather (optional RTCIceGatherOptions options = {});\n undefined start (optional RTCIceParameters remoteParameters = {}, optional RTCIceRole role = \"controlled\");\n undefined stop ();\n undefined addRemoteCandidate (optional RTCIceCandidateInit remoteCandidate = {});\n attribute EventHandler onerror;\n attribute EventHandler onicecandidate;\n};" + } + ], "inheritance": { "name": "EventTarget", "type": "interface", diff --git a/tr/idlnamesparsed/RTCInsertableStreams.json b/tr/idlnamesparsed/RTCInsertableStreams.json index 63ff9394431d..9e314fc2f63c 100644 --- a/tr/idlnamesparsed/RTCInsertableStreams.json +++ b/tr/idlnamesparsed/RTCInsertableStreams.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "// New dictionary\ndictionary RTCInsertableStreams {\n ReadableStream readable;\n WritableStream writable;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcinsertablestreams" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcinsertablestreams" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCRtpReceiver.json b/tr/idlnamesparsed/RTCRtpReceiver.json index c24ec10a9108..8c1cf6f201d6 100644 --- a/tr/idlnamesparsed/RTCRtpReceiver.json +++ b/tr/idlnamesparsed/RTCRtpReceiver.json @@ -13,7 +13,7 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "partial interface RTCRtpReceiver {\n attribute RTCRtpTransform? transform;\n};" } diff --git a/tr/idlnamesparsed/RTCRtpScriptTransform.json b/tr/idlnamesparsed/RTCRtpScriptTransform.json index 99b5a2d7c497..0b68cee38267 100644 --- a/tr/idlnamesparsed/RTCRtpScriptTransform.json +++ b/tr/idlnamesparsed/RTCRtpScriptTransform.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "[Exposed=Window]\ninterface RTCRtpScriptTransform {\n constructor(Worker worker, optional any options, optional sequence transfer);\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransform" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransform" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCRtpScriptTransformer.json b/tr/idlnamesparsed/RTCRtpScriptTransformer.json index 05d99df67c62..38263b3f4e14 100644 --- a/tr/idlnamesparsed/RTCRtpScriptTransformer.json +++ b/tr/idlnamesparsed/RTCRtpScriptTransformer.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "[Exposed=DedicatedWorker]\ninterface RTCRtpScriptTransformer {\n readonly attribute ReadableStream readable;\n readonly attribute WritableStream writable;\n readonly attribute any options;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransformer" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransformer" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCRtpSender.json b/tr/idlnamesparsed/RTCRtpSender.json index 61646ed2f7ec..2be3561458fa 100644 --- a/tr/idlnamesparsed/RTCRtpSender.json +++ b/tr/idlnamesparsed/RTCRtpSender.json @@ -13,7 +13,7 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "// New methods for RTCRtpSender and RTCRtpReceiver\npartial interface RTCRtpSender {\n attribute RTCRtpTransform? transform;\n};" }, diff --git a/tr/idlnamesparsed/RTCRtpTransform.json b/tr/idlnamesparsed/RTCRtpTransform.json index 6154fd213dde..c56031f75d45 100644 --- a/tr/idlnamesparsed/RTCRtpTransform.json +++ b/tr/idlnamesparsed/RTCRtpTransform.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform;", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-rtcrtptransform" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-rtcrtptransform" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/RTCTransformEvent.json b/tr/idlnamesparsed/RTCTransformEvent.json index 5076abd0a0f1..b8dc2bab0db6 100644 --- a/tr/idlnamesparsed/RTCTransformEvent.json +++ b/tr/idlnamesparsed/RTCTransformEvent.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "// New interfaces to expose JavaScript-based transforms.\n\n[Exposed=DedicatedWorker]\ninterface RTCTransformEvent : Event {\n readonly attribute RTCRtpScriptTransformer transformer;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#rtctransformevent" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#rtctransformevent" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/ReadyState.json b/tr/idlnamesparsed/ReadyState.json index 4f8f2cedb1bb..f4c133ee4418 100644 --- a/tr/idlnamesparsed/ReadyState.json +++ b/tr/idlnamesparsed/ReadyState.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "enum ReadyState {\n \"closed\",\n \"open\",\n \"ended\"\n};" + "fragment": "enum ReadyState {\n \"closed\",\n \"open\",\n \"ended\"\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-readystate" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/SFrameTransform.json b/tr/idlnamesparsed/SFrameTransform.json index 4e1807cb62e7..b2ace47eeb5c 100644 --- a/tr/idlnamesparsed/SFrameTransform.json +++ b/tr/idlnamesparsed/SFrameTransform.json @@ -4,16 +4,16 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SFrameTransform {\n constructor(optional SFrameTransformOptions options = {});\n Promise setEncryptionKey(CryptoKey key, optional CryptoKeyID keyID);\n attribute EventHandler onerror;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframetransform" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransform" }, "extended": [ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "SFrameTransform includes GenericTransformStream;" } diff --git a/tr/idlnamesparsed/SFrameTransformErrorEvent.json b/tr/idlnamesparsed/SFrameTransformErrorEvent.json index de7fe3763e23..1ac08e527a83 100644 --- a/tr/idlnamesparsed/SFrameTransformErrorEvent.json +++ b/tr/idlnamesparsed/SFrameTransformErrorEvent.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SFrameTransformErrorEvent : Event {\n constructor(DOMString type, SFrameTransformErrorEventInit eventInitDict);\n\n readonly attribute SFrameTransformErrorEventType errorType;\n readonly attribute CryptoKeyID? keyID;\n readonly attribute any frame;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#sframetransformerrorevent" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransformerrorevent" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/SFrameTransformErrorEventInit.json b/tr/idlnamesparsed/SFrameTransformErrorEventInit.json index 171886d63cae..0dbcce7d5ab3 100644 --- a/tr/idlnamesparsed/SFrameTransformErrorEventInit.json +++ b/tr/idlnamesparsed/SFrameTransformErrorEventInit.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "dictionary SFrameTransformErrorEventInit : EventInit {\n required SFrameTransformErrorEventType errorType;\n required any frame;\n CryptoKeyID? keyID;\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/SFrameTransformErrorEventType.json b/tr/idlnamesparsed/SFrameTransformErrorEventType.json index f44eafd12741..586e41e29939 100644 --- a/tr/idlnamesparsed/SFrameTransformErrorEventType.json +++ b/tr/idlnamesparsed/SFrameTransformErrorEventType.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "enum SFrameTransformErrorEventType {\n \"authentication\",\n \"keyID\",\n \"syntax\"\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/SFrameTransformOptions.json b/tr/idlnamesparsed/SFrameTransformOptions.json index 063f78b9fcb6..ebe77fe2103b 100644 --- a/tr/idlnamesparsed/SFrameTransformOptions.json +++ b/tr/idlnamesparsed/SFrameTransformOptions.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "dictionary SFrameTransformOptions {\n SFrameTransformRole role = \"encrypt\";\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformoptions" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformoptions" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/SFrameTransformRole.json b/tr/idlnamesparsed/SFrameTransformRole.json index 2d7a265e146a..0c60c8f7a6f6 100644 --- a/tr/idlnamesparsed/SFrameTransformRole.json +++ b/tr/idlnamesparsed/SFrameTransformRole.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "enum SFrameTransformRole {\n \"encrypt\",\n \"decrypt\"\n};", - "href": "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformrole" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformrole" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/SmallCryptoKeyID.json b/tr/idlnamesparsed/SmallCryptoKeyID.json index e397522f26f2..5b432270d956 100644 --- a/tr/idlnamesparsed/SmallCryptoKeyID.json +++ b/tr/idlnamesparsed/SmallCryptoKeyID.json @@ -4,10 +4,10 @@ "defined": { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "fragment": "typedef [EnforceRange] unsigned long long SmallCryptoKeyID;", - "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-smallcryptokeyid" + "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-smallcryptokeyid" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/SourceBuffer.json b/tr/idlnamesparsed/SourceBuffer.json index 2eb19aac1a4b..0af44673352a 100644 --- a/tr/idlnamesparsed/SourceBuffer.json +++ b/tr/idlnamesparsed/SourceBuffer.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "interface SourceBuffer : EventTarget {\n attribute AppendMode mode;\n readonly attribute boolean updating;\n readonly attribute TimeRanges buffered;\n attribute double timestampOffset;\n readonly attribute AudioTrackList audioTracks;\n readonly attribute VideoTrackList videoTracks;\n readonly attribute TextTrackList textTracks;\n attribute double appendWindowStart;\n attribute unrestricted double appendWindowEnd;\n attribute EventHandler onupdatestart;\n attribute EventHandler onupdate;\n attribute EventHandler onupdateend;\n attribute EventHandler onerror;\n attribute EventHandler onabort;\n void appendBuffer(BufferSource data);\n void abort();\n void remove(double start, unrestricted double end);\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SourceBuffer : EventTarget {\n attribute AppendMode mode;\n readonly attribute boolean updating;\n readonly attribute TimeRanges buffered;\n attribute double timestampOffset;\n readonly attribute AudioTrackList audioTracks;\n readonly attribute VideoTrackList videoTracks;\n readonly attribute TextTrackList textTracks;\n attribute double appendWindowStart;\n attribute unrestricted double appendWindowEnd;\n attribute EventHandler onupdatestart;\n attribute EventHandler onupdate;\n attribute EventHandler onupdateend;\n attribute EventHandler onerror;\n attribute EventHandler onabort;\n undefined appendBuffer (BufferSource data);\n undefined abort ();\n undefined changeType (DOMString type);\n undefined remove (double start, unrestricted double end);\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/SourceBufferList.json b/tr/idlnamesparsed/SourceBufferList.json index bbd15307b6e5..fab445e470a4 100644 --- a/tr/idlnamesparsed/SourceBufferList.json +++ b/tr/idlnamesparsed/SourceBufferList.json @@ -4,9 +4,10 @@ "defined": { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "interface SourceBufferList : EventTarget {\n readonly attribute unsigned long length;\n attribute EventHandler onaddsourcebuffer;\n attribute EventHandler onremovesourcebuffer;\n getter SourceBuffer (unsigned long index);\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SourceBufferList : EventTarget {\n readonly attribute unsigned long length;\n attribute EventHandler onaddsourcebuffer;\n attribute EventHandler onremovesourcebuffer;\n getter SourceBuffer (unsigned long index);\n};", + "href": "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist" }, "extended": [], "inheritance": { diff --git a/tr/idlnamesparsed/TextTrack.json b/tr/idlnamesparsed/TextTrack.json index 0d2a14f4cb12..e87f690a9b73 100644 --- a/tr/idlnamesparsed/TextTrack.json +++ b/tr/idlnamesparsed/TextTrack.json @@ -13,9 +13,9 @@ { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "partial interface TextTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface TextTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" } ], "inheritance": { diff --git a/tr/idlnamesparsed/URL.json b/tr/idlnamesparsed/URL.json index 1fb7b4fd8735..9db91faff157 100644 --- a/tr/idlnamesparsed/URL.json +++ b/tr/idlnamesparsed/URL.json @@ -16,13 +16,6 @@ "url": "https://www.w3.org/TR/FileAPI/" }, "fragment": "[Exposed=(Window,DedicatedWorker,SharedWorker)]\npartial interface URL {\n static DOMString createObjectURL((Blob or MediaSource) obj);\n static undefined revokeObjectURL(DOMString url);\n};" - }, - { - "spec": { - "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" - }, - "fragment": "[Exposed=Window]\npartial interface URL {\n static DOMString createObjectURL(MediaSource mediaSource);\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoTrack.json b/tr/idlnamesparsed/VideoTrack.json index 99ab708cbe37..04d841f3696c 100644 --- a/tr/idlnamesparsed/VideoTrack.json +++ b/tr/idlnamesparsed/VideoTrack.json @@ -13,9 +13,9 @@ { "spec": { "title": "Media Source Extensions™", - "url": "https://www.w3.org/TR/media-source/" + "url": "https://www.w3.org/TR/media-source-2/" }, - "fragment": "partial interface VideoTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface VideoTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/Window.json b/tr/idlnamesparsed/Window.json index 5baa54463196..295aff53a8a2 100644 --- a/tr/idlnamesparsed/Window.json +++ b/tr/idlnamesparsed/Window.json @@ -108,6 +108,13 @@ }, "fragment": "partial interface Window {\n [SameObject] readonly attribute SpeechSynthesis speechSynthesis;\n};" }, + { + "spec": { + "title": "Visual Viewport API", + "url": "https://wicg.github.io/visual-viewport/" + }, + "fragment": "partial interface Window {\n [SameObject, Replaceable] readonly attribute VisualViewport visualViewport;\n};" + }, { "spec": { "title": "CSS Spatial Navigation Level 1", diff --git a/tr/idlnamesparsed/WorkerNavigator.json b/tr/idlnamesparsed/WorkerNavigator.json index 3e7b0c0bd985..b595fbd2585f 100644 --- a/tr/idlnamesparsed/WorkerNavigator.json +++ b/tr/idlnamesparsed/WorkerNavigator.json @@ -45,6 +45,13 @@ }, "fragment": "WorkerNavigator includes NavigatorStorage;" }, + { + "spec": { + "title": "Badging API", + "url": "https://w3c.github.io/badging/" + }, + "fragment": "WorkerNavigator includes NavigatorBadge;" + }, { "spec": { "title": "Local Font Access API", @@ -52,6 +59,13 @@ }, "fragment": "WorkerNavigator includes NavigatorFonts;" }, + { + "spec": { + "title": "Network Information API", + "url": "https://wicg.github.io/netinfo/" + }, + "fragment": "WorkerNavigator includes NavigatorNetworkInformation;" + }, { "spec": { "title": "Web Serial API", @@ -201,6 +215,21 @@ "inheritance": null, "includes": [] }, + { + "name": "NavigatorBadge", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Badging API", + "url": "https://w3c.github.io/badging/" + }, + "fragment": "// Methods exposed on both documents and service workers.\n[SecureContext]\ninterface mixin NavigatorBadge {\n Promise setAppBadge(optional [EnforceRange] unsigned long long contents);\n Promise clearAppBadge();\n};", + "href": "https://w3c.github.io/badging/#dom-navigatorbadge" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, { "name": "NavigatorFonts", "type": "interface mixin", @@ -216,6 +245,21 @@ "inheritance": null, "includes": [] }, + { + "name": "NavigatorNetworkInformation", + "type": "interface mixin", + "defined": { + "spec": { + "title": "Network Information API", + "url": "https://wicg.github.io/netinfo/" + }, + "fragment": "interface mixin NavigatorNetworkInformation {\n [SameObject] readonly attribute NetworkInformation connection;\n};", + "href": "https://wicg.github.io/netinfo/#dom-navigatornetworkinformation" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, { "name": "NavigatorUA", "type": "interface mixin", diff --git a/tr/idlparsed/compute-pressure.json b/tr/idlparsed/compute-pressure.json new file mode 100644 index 000000000000..d5d6d4e27c89 --- /dev/null +++ b/tr/idlparsed/compute-pressure.json @@ -0,0 +1,294 @@ +{ + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "idlparsed": { + "jsNames": { + "constructors": { + "Window": [ + "ComputePressureObserver" + ] + }, + "functions": {} + }, + "idlNames": { + "ComputePressureUpdateCallback": { + "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureObserverUpdate update,\n ComputePressureObserver observer\n);", + "type": "callback", + "name": "ComputePressureUpdateCallback", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "update", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ComputePressureObserverUpdate" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "observer", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ComputePressureObserver" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [] + }, + "ComputePressureObserver": { + "fragment": "[Exposed=Window]\ninterface ComputePressureObserver {\n constructor(\n ComputePressureUpdateCallback callback,\n optional ComputePressureObserverOptions options = {}\n );\n undefined observe();\n undefined unobserve();\n};", + "type": "interface", + "name": "ComputePressureObserver", + "inheritance": null, + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "callback", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ComputePressureUpdateCallback" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ComputePressureObserverOptions" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "operation", + "name": "observe", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "unobserve", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "ComputePressureObserverUpdate": { + "fragment": "dictionary ComputePressureObserverUpdate {\n double cpuSpeed;\n double cpuUtilization;\n ComputePressureObserverOptions options;\n};", + "type": "dictionary", + "name": "ComputePressureObserverUpdate", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "cpuSpeed", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "cpuUtilization", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ComputePressureObserverOptions" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "ComputePressureObserverOptions": { + "fragment": "dictionary ComputePressureObserverOptions {\n sequence cpuUtilizationThresholds = [];\n sequence cpuSpeedThresholds = [];\n};", + "type": "dictionary", + "name": "ComputePressureObserverOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "cpuUtilizationThresholds", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + } + ] + }, + "default": { + "type": "sequence", + "value": [] + }, + "required": false + }, + { + "type": "field", + "name": "cpuSpeedThresholds", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + } + ] + }, + "default": { + "type": "sequence", + "value": [] + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + } + }, + "idlExtendedNames": {}, + "globals": {}, + "exposed": { + "Window": [ + "ComputePressureObserver" + ] + }, + "dependencies": { + "ComputePressureObserver": [ + "ComputePressureUpdateCallback", + "ComputePressureObserverOptions" + ], + "ComputePressureObserverUpdate": [ + "ComputePressureObserverOptions" + ], + "ComputePressureObserverOptions": [] + }, + "externalDependencies": [], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/idlparsed/eyedropper-api.json b/tr/idlparsed/eyedropper-api.json index 00b33c7e769e..8dfe3168805b 100644 --- a/tr/idlparsed/eyedropper-api.json +++ b/tr/idlparsed/eyedropper-api.json @@ -64,7 +64,7 @@ "partial": false }, "EyeDropper": { - "fragment": "[Exposed=Window]\ninterface EyeDropper {\n constructor();\n Promise open(optional ColorSelectionOptions options = {});\n};", + "fragment": "[Exposed=Window, SecureContext]\ninterface EyeDropper {\n constructor();\n Promise open(optional ColorSelectionOptions options = {});\n};", "type": "interface", "name": "EyeDropper", "inheritance": null, @@ -127,6 +127,12 @@ "value": "Window" }, "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] } ], "partial": false diff --git a/tr/idlparsed/media-source-2.json b/tr/idlparsed/media-source-2.json new file mode 100644 index 000000000000..40644dd7db11 --- /dev/null +++ b/tr/idlparsed/media-source-2.json @@ -0,0 +1,1097 @@ +{ + "spec": { + "title": "Media Source Extensions™", + "url": "https://www.w3.org/TR/media-source-2/" + }, + "idlparsed": { + "jsNames": { + "constructors": { + "Window": [ + "MediaSource" + ], + "DedicatedWorker": [ + "MediaSource" + ] + }, + "functions": { + "Window": [ + "SourceBuffer", + "SourceBufferList", + "AudioTrack", + "VideoTrack", + "TextTrack" + ], + "DedicatedWorker": [ + "SourceBuffer", + "SourceBufferList", + "AudioTrack", + "VideoTrack", + "TextTrack" + ] + } + }, + "idlNames": { + "ReadyState": { + "fragment": "enum ReadyState {\n \"closed\",\n \"open\",\n \"ended\"\n};", + "type": "enum", + "name": "ReadyState", + "values": [ + { + "type": "enum-value", + "value": "closed" + }, + { + "type": "enum-value", + "value": "open" + }, + { + "type": "enum-value", + "value": "ended" + } + ], + "extAttrs": [] + }, + "EndOfStreamError": { + "fragment": "enum EndOfStreamError {\n \"network\",\n \"decode\"\n};", + "type": "enum", + "name": "EndOfStreamError", + "values": [ + { + "type": "enum-value", + "value": "network" + }, + { + "type": "enum-value", + "value": "decode" + } + ], + "extAttrs": [] + }, + "MediaSource": { + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface MediaSource : EventTarget {\n constructor();\n readonly attribute SourceBufferList sourceBuffers;\n readonly attribute SourceBufferList activeSourceBuffers;\n readonly attribute ReadyState readyState;\n attribute unrestricted double duration;\n attribute EventHandler onsourceopen;\n attribute EventHandler onsourceended;\n attribute EventHandler onsourceclose;\n static readonly attribute boolean canConstructInDedicatedWorker;\n SourceBuffer addSourceBuffer (DOMString type);\n undefined removeSourceBuffer (SourceBuffer sourceBuffer);\n undefined endOfStream (optional EndOfStreamError error);\n undefined setLiveSeekableRange (double start, double end);\n undefined clearLiveSeekableRange ();\n static boolean isTypeSupported (DOMString type);\n};", + "type": "interface", + "name": "MediaSource", + "inheritance": "EventTarget", + "members": [ + { + "type": "constructor", + "arguments": [], + "extAttrs": [] + }, + { + "type": "attribute", + "name": "sourceBuffers", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "SourceBufferList" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "activeSourceBuffers", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "SourceBufferList" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "readyState", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ReadyState" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "duration", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onsourceopen", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onsourceended", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onsourceclose", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "canConstructInDedicatedWorker", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "static", + "readonly": true + }, + { + "type": "operation", + "name": "addSourceBuffer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "SourceBuffer" + }, + "arguments": [ + { + "type": "argument", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "removeSourceBuffer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "sourceBuffer", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "SourceBuffer" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "endOfStream", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "error", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EndOfStreamError" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "setLiveSeekableRange", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "start", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "end", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "clearLiveSeekableRange", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "isTypeSupported", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "arguments": [ + { + "type": "argument", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "static" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": false + }, + "AppendMode": { + "fragment": "enum AppendMode {\n \"segments\",\n \"sequence\"\n};", + "type": "enum", + "name": "AppendMode", + "values": [ + { + "type": "enum-value", + "value": "segments" + }, + { + "type": "enum-value", + "value": "sequence" + } + ], + "extAttrs": [] + }, + "SourceBuffer": { + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SourceBuffer : EventTarget {\n attribute AppendMode mode;\n readonly attribute boolean updating;\n readonly attribute TimeRanges buffered;\n attribute double timestampOffset;\n readonly attribute AudioTrackList audioTracks;\n readonly attribute VideoTrackList videoTracks;\n readonly attribute TextTrackList textTracks;\n attribute double appendWindowStart;\n attribute unrestricted double appendWindowEnd;\n attribute EventHandler onupdatestart;\n attribute EventHandler onupdate;\n attribute EventHandler onupdateend;\n attribute EventHandler onerror;\n attribute EventHandler onabort;\n undefined appendBuffer (BufferSource data);\n undefined abort ();\n undefined changeType (DOMString type);\n undefined remove (double start, unrestricted double end);\n};", + "type": "interface", + "name": "SourceBuffer", + "inheritance": "EventTarget", + "members": [ + { + "type": "attribute", + "name": "mode", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AppendMode" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "updating", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "buffered", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TimeRanges" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "timestampOffset", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "audioTracks", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AudioTrackList" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "videoTracks", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "VideoTrackList" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "textTracks", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TextTrackList" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "appendWindowStart", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "appendWindowEnd", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onupdatestart", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onupdate", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onupdateend", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onerror", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onabort", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "operation", + "name": "appendBuffer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BufferSource" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "abort", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "changeType", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "remove", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "start", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "end", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": false + }, + "SourceBufferList": { + "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface SourceBufferList : EventTarget {\n readonly attribute unsigned long length;\n attribute EventHandler onaddsourcebuffer;\n attribute EventHandler onremovesourcebuffer;\n getter SourceBuffer (unsigned long index);\n};", + "type": "interface", + "name": "SourceBufferList", + "inheritance": "EventTarget", + "members": [ + { + "type": "attribute", + "name": "length", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "onaddsourcebuffer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onremovesourcebuffer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "operation", + "name": "", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "SourceBuffer" + }, + "arguments": [ + { + "type": "argument", + "name": "index", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "getter" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": false + } + }, + "idlExtendedNames": { + "AudioTrack": [ + { + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface AudioTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};", + "type": "interface", + "name": "AudioTrack", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "sourceBuffer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "SourceBuffer" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": true + } + ], + "VideoTrack": [ + { + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface VideoTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};", + "type": "interface", + "name": "VideoTrack", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "sourceBuffer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "SourceBuffer" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": true + } + ], + "TextTrack": [ + { + "fragment": "[Exposed=(Window,DedicatedWorker)]\npartial interface TextTrack {\n readonly attribute SourceBuffer? sourceBuffer;\n};", + "type": "interface", + "name": "TextTrack", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "sourceBuffer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "SourceBuffer" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "DedicatedWorker" + } + ] + }, + "arguments": [] + } + ], + "partial": true + } + ] + }, + "globals": {}, + "exposed": { + "Window": [ + "MediaSource", + "SourceBuffer", + "SourceBufferList", + "AudioTrack", + "VideoTrack", + "TextTrack" + ], + "DedicatedWorker": [ + "MediaSource", + "SourceBuffer", + "SourceBufferList", + "AudioTrack", + "VideoTrack", + "TextTrack" + ] + }, + "dependencies": { + "MediaSource": [ + "EventTarget", + "SourceBufferList", + "ReadyState", + "EventHandler", + "SourceBuffer", + "EndOfStreamError" + ], + "SourceBuffer": [ + "EventTarget", + "AppendMode", + "TimeRanges", + "AudioTrackList", + "VideoTrackList", + "TextTrackList", + "EventHandler" + ], + "SourceBufferList": [ + "EventTarget", + "EventHandler", + "SourceBuffer" + ], + "AudioTrack": [ + "SourceBuffer" + ], + "VideoTrack": [ + "SourceBuffer" + ], + "TextTrack": [ + "SourceBuffer" + ] + }, + "externalDependencies": [ + "EventTarget", + "EventHandler", + "TimeRanges", + "AudioTrackList", + "VideoTrackList", + "TextTrackList", + "AudioTrack", + "VideoTrack", + "TextTrack" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/idlparsed/virtual-keyboard.json b/tr/idlparsed/virtual-keyboard.json index e5b47bbcbb8b..2237167cdd43 100644 --- a/tr/idlparsed/virtual-keyboard.json +++ b/tr/idlparsed/virtual-keyboard.json @@ -158,8 +158,8 @@ ], "ElementContentEditable": [ { - "fragment": "partial interface ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};", - "type": "interface", + "fragment": "partial interface mixin ElementContentEditable {\n [CEReactions] attribute DOMString virtualKeyboardPolicy;\n};", + "type": "interface mixin", "name": "ElementContentEditable", "inheritance": null, "members": [ diff --git a/tr/idlparsed/web-animations-2.json b/tr/idlparsed/web-animations-2.json index c506caf939bc..5f1b2846cbac 100644 --- a/tr/idlparsed/web-animations-2.json +++ b/tr/idlparsed/web-animations-2.json @@ -8,7 +8,8 @@ "constructors": { "Window": [ "GroupEffect", - "SequenceEffect" + "SequenceEffect", + "AnimationPlaybackEvent" ] }, "functions": { @@ -523,6 +524,140 @@ } ], "extAttrs": [] + }, + "AnimationPlaybackEvent": { + "fragment": "[Exposed=Window]\ninterface AnimationPlaybackEvent : Event {\n constructor(DOMString type, optional AnimationPlaybackEventInit\n eventInitDict = {});\n readonly attribute CSSNumberish? currentTime;\n readonly attribute CSSNumberish? timelineTime;\n};", + "type": "interface", + "name": "AnimationPlaybackEvent", + "inheritance": "Event", + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "eventInitDict", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AnimationPlaybackEventInit" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "attribute", + "name": "currentTime", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "CSSNumberish" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "timelineTime", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "CSSNumberish" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "AnimationPlaybackEventInit": { + "fragment": "dictionary AnimationPlaybackEventInit : EventInit {\n CSSNumberish? currentTime = null;\n CSSNumberish? timelineTime = null;\n};", + "type": "dictionary", + "name": "AnimationPlaybackEventInit", + "inheritance": "EventInit", + "members": [ + { + "type": "field", + "name": "currentTime", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "CSSNumberish" + }, + "default": { + "type": "null" + }, + "required": false + }, + { + "type": "field", + "name": "timelineTime", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "CSSNumberish" + }, + "default": { + "type": "null" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false } }, "idlExtendedNames": { @@ -829,7 +964,7 @@ ], "EffectTiming": [ { - "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n};", + "fragment": "partial dictionary EffectTiming {\n double playbackRate = 1.0;\n (unrestricted double or CSSNumericValue or DOMString) duration = \"auto\";\n};", "type": "dictionary", "name": "EffectTiming", "inheritance": null, @@ -851,6 +986,49 @@ "value": "1.0" }, "required": false + }, + { + "type": "field", + "name": "duration", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CSSNumericValue" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + } + ] + }, + "default": { + "type": "string", + "value": "auto" + }, + "required": false } ], "extAttrs": [], @@ -1037,7 +1215,8 @@ "AnimationEffect", "GroupEffect", "AnimationNodeList", - "SequenceEffect" + "SequenceEffect", + "AnimationPlaybackEvent" ] }, "dependencies": { @@ -1053,7 +1232,9 @@ "GroupEffect", "AnimationEffect" ], - "EffectTiming": [], + "EffectTiming": [ + "CSSNumericValue" + ], "OptionalEffectTiming": [], "ComputedEffectTiming": [ "CSSNumberish" @@ -1078,6 +1259,15 @@ ], "KeyframeEffectOptions": [ "IterationCompositeOperation" + ], + "AnimationPlaybackEvent": [ + "Event", + "AnimationPlaybackEventInit", + "CSSNumberish" + ], + "AnimationPlaybackEventInit": [ + "EventInit", + "CSSNumberish" ] }, "externalDependencies": [ @@ -1086,12 +1276,15 @@ "Animation", "AnimationEffect", "EffectTiming", + "CSSNumericValue", "OptionalEffectTiming", "ComputedEffectTiming", "KeyframeEffect", "KeyframeEffectOptions", "Element", - "CSSPseudoElement" + "CSSPseudoElement", + "Event", + "EventInit" ], "hasObsoleteIdl": false } diff --git a/tr/idlparsed/webnn.json b/tr/idlparsed/webnn.json index 4a0075603e1c..4cfbfa398509 100644 --- a/tr/idlparsed/webnn.json +++ b/tr/idlparsed/webnn.json @@ -1953,8 +1953,24 @@ "extAttrs": [], "partial": false }, + "MLRoundingType": { + "fragment": "enum MLRoundingType {\n \"floor\",\n \"ceil\"\n};", + "type": "enum", + "name": "MLRoundingType", + "values": [ + { + "type": "enum-value", + "value": "floor" + }, + { + "type": "enum-value", + "value": "ceil" + } + ], + "extAttrs": [] + }, "MLPool2dOptions": { - "fragment": "dictionary MLPool2dOptions {\n sequence windowDimensions;\n sequence padding;\n sequence strides;\n sequence dilations;\n MLAutoPad autoPad = \"explicit\";\n MLInputOperandLayout layout = \"nchw\";\n};", + "fragment": "dictionary MLPool2dOptions {\n sequence windowDimensions;\n sequence padding;\n sequence strides;\n sequence dilations;\n MLAutoPad autoPad = \"explicit\";\n MLInputOperandLayout layout = \"nchw\";\n MLRoundingType roundingType = \"floor\";\n sequence outputSizes;\n};", "type": "dictionary", "name": "MLPool2dOptions", "inheritance": null, @@ -2090,6 +2106,48 @@ "value": "nchw" }, "required": false + }, + { + "type": "field", + "name": "roundingType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "MLRoundingType" + }, + "default": { + "type": "string", + "value": "floor" + }, + "required": false + }, + { + "type": "field", + "name": "outputSizes", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "long" + } + ] + }, + "default": null, + "required": false } ], "extAttrs": [], @@ -2165,10 +2223,10 @@ ], "extAttrs": [] }, - "MLResampleOptions": { - "fragment": "dictionary MLResampleOptions {\n MLInterpolationMode mode = \"nearest-neighbor\";\n sequence scales;\n sequence sizes;\n};", + "MLResample2dOptions": { + "fragment": "dictionary MLResample2dOptions {\n MLInterpolationMode mode = \"nearest-neighbor\";\n sequence scales;\n sequence sizes;\n sequence axes;\n};", "type": "dictionary", - "name": "MLResampleOptions", + "name": "MLResample2dOptions", "inheritance": null, "members": [ { @@ -2236,6 +2294,30 @@ }, "default": null, "required": false + }, + { + "type": "field", + "name": "axes", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "long" + } + ] + }, + "default": null, + "required": false } ], "extAttrs": [], @@ -5329,14 +5411,14 @@ "partial": true }, { - "fragment": "partial interface MLGraphBuilder {\n MLOperand resample(MLOperand input, optional MLResampleOptions options = {});\n};", + "fragment": "partial interface MLGraphBuilder {\n MLOperand resample2d(MLOperand input, optional MLResample2dOptions options = {});\n};", "type": "interface", "name": "MLGraphBuilder", "inheritance": null, "members": [ { "type": "operation", - "name": "resample", + "name": "resample2d", "idlType": { "type": "return-type", "extAttrs": [], @@ -5372,7 +5454,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "MLResampleOptions" + "idlType": "MLResample2dOptions" }, "default": { "type": "dictionary" @@ -6177,7 +6259,7 @@ "MLPadOptions", "MLPool2dOptions", "MLReduceOptions", - "MLResampleOptions", + "MLResample2dOptions", "MLSliceOptions", "MLSoftplusOptions", "MLSplitOptions", @@ -6223,10 +6305,11 @@ ], "MLPool2dOptions": [ "MLAutoPad", - "MLInputOperandLayout" + "MLInputOperandLayout", + "MLRoundingType" ], "MLReduceOptions": [], - "MLResampleOptions": [ + "MLResample2dOptions": [ "MLInterpolationMode" ], "MLSliceOptions": [], diff --git a/tr/idlparsed/webrtc-encoded-transform.json b/tr/idlparsed/webrtc-encoded-transform.json index 182bea773919..e9d6a5802bd6 100644 --- a/tr/idlparsed/webrtc-encoded-transform.json +++ b/tr/idlparsed/webrtc-encoded-transform.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "idlparsed": { "jsNames": { diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json new file mode 100644 index 000000000000..bdf34d1a316d --- /dev/null +++ b/tr/ids/compute-pressure.json @@ -0,0 +1,165 @@ +{ + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "ids": [ + "https://wicg.github.io/compute-pressure/#initialUserConfig", + "https://wicg.github.io/compute-pressure/#toc-nav", + "https://wicg.github.io/compute-pressure/#toc-jump", + "https://wicg.github.io/compute-pressure/#toc-toggle", + "https://wicg.github.io/compute-pressure/#title", + "https://wicg.github.io/compute-pressure/#abstract", + "https://wicg.github.io/compute-pressure/#sotd", + "https://wicg.github.io/compute-pressure/#toc", + "https://wicg.github.io/compute-pressure/#table-of-contents", + "https://wicg.github.io/compute-pressure/#introduction", + "https://wicg.github.io/compute-pressure/#x1-introduction", + "https://wicg.github.io/compute-pressure/#concepts", + "https://wicg.github.io/compute-pressure/#x2-concepts", + "https://wicg.github.io/compute-pressure/#cpu-utilization", + "https://wicg.github.io/compute-pressure/#x2-1-cpu-utilization", + "https://wicg.github.io/compute-pressure/#dfn-cpu-utilization", + "https://wicg.github.io/compute-pressure/#cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#x2-2-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#dfn-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#internal-slots", + "https://wicg.github.io/compute-pressure/#x2-3-internal-slots", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-1", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-1", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-utilization-1", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-clock-speed-1", + "https://wicg.github.io/compute-pressure/#compute-pressure-observer", + "https://wicg.github.io/compute-pressure/#x3-compute-pressure-observer", + "https://wicg.github.io/compute-pressure/#the-computepressureupdatecallback-callback", + "https://wicg.github.io/compute-pressure/#x3-1-the-computepressureupdatecallback-callback", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-2", + "https://wicg.github.io/compute-pressure/#webidl-942769360", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureupdatecallback", + "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-1", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-clock-speed-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-utilization-2", + "https://wicg.github.io/compute-pressure/#the-computepressureobserver-object", + "https://wicg.github.io/compute-pressure/#x3-2-the-computepressureobserver-object", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-4", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-clock-speed-3", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-utilization-3", + "https://wicg.github.io/compute-pressure/#issue-container-generatedID", + "https://wicg.github.io/compute-pressure/#h-note", + "https://wicg.github.io/compute-pressure/#webidl-1550870198", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserver", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-5", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserver-constructor-callback-options", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-constructor-1", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserver-observe", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-observe-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserver-unobserve", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-unobserve-1", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserver", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-6", + "https://wicg.github.io/compute-pressure/#the-constructor-method", + "https://wicg.github.io/compute-pressure/#x3-2-1-the-constructor-method", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-constructor", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-constructor-2", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-7", + "https://wicg.github.io/compute-pressure/#the-observe-method", + "https://wicg.github.io/compute-pressure/#x3-2-2-the-observe-method", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-observe", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-observe-2", + "https://wicg.github.io/compute-pressure/#the-unobserve-method", + "https://wicg.github.io/compute-pressure/#x3-2-3-the-unobserve-method", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-unobserve", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-unobserve-2", + "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", + "https://wicg.github.io/compute-pressure/#x3-3-the-computepressureobserverupdate-dictionary", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate", + "https://wicg.github.io/compute-pressure/#webidl-1053897244", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-2", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-cpuspeed", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuspeed-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-cpuutilization", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuutilization-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-options", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-2", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-options-1", + "https://wicg.github.io/compute-pressure/#the-cpuspeed-attribute", + "https://wicg.github.io/compute-pressure/#x3-3-1-the-cpuspeed-attribute", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuspeed", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuspeed-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-clock-speed-4", + "https://wicg.github.io/compute-pressure/#the-cpuutilization-attribute", + "https://wicg.github.io/compute-pressure/#x3-3-2-the-cpuutilization-attribute", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuutilization", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuutilization-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-utilization-4", + "https://wicg.github.io/compute-pressure/#the-options-attribute", + "https://wicg.github.io/compute-pressure/#x3-3-3-the-options-attribute", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-options", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-options-2", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-8", + "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary", + "https://wicg.github.io/compute-pressure/#x3-4-the-computepressureobserveroptions-dictionary", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions", + "https://wicg.github.io/compute-pressure/#webidl-217347996", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserveroptions", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-4", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserveroptions-cpuutilizationthresholds", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuutilizationthresholds-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserveroptions-cpuspeedthresholds", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuspeedthresholds-1", + "https://wicg.github.io/compute-pressure/#the-cpuutilizationthresholds-member", + "https://wicg.github.io/compute-pressure/#x3-4-1-the-cpuutilizationthresholds-member", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuutilizationthresholds", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuutilizationthresholds-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-utilization-5", + "https://wicg.github.io/compute-pressure/#the-cpuspeedthresholds-member", + "https://wicg.github.io/compute-pressure/#x3-4-2-the-cpuspeedthresholds-member", + "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuspeedthresholds", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuspeedthresholds-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-clock-speed-5", + "https://wicg.github.io/compute-pressure/#security-and-privacy-considerations", + "https://wicg.github.io/compute-pressure/#x3-5-security-and-privacy-considerations", + "https://wicg.github.io/compute-pressure/#minimizing-information-exposure", + "https://wicg.github.io/compute-pressure/#x3-5-1-minimizing-information-exposure", + "https://wicg.github.io/compute-pressure/#normalizing-cpu-utilization", + "https://wicg.github.io/compute-pressure/#x3-5-1-1-normalizing-cpu-utilization", + "https://wicg.github.io/compute-pressure/#aggregating-cpu-utilization", + "https://wicg.github.io/compute-pressure/#x3-5-1-2-aggregating-cpu-utilization", + "https://wicg.github.io/compute-pressure/#normalizing-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#x3-5-1-3-normalizing-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#aggregating-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#x3-5-1-4-aggregating-cpu-clock-speed", + "https://wicg.github.io/compute-pressure/#issue-container-number-1", + "https://wicg.github.io/compute-pressure/#h-issue", + "https://wicg.github.io/compute-pressure/#quantizing-values-a-k-a-bucketing", + "https://wicg.github.io/compute-pressure/#x3-5-1-5-quantizing-values-a-k-a-bucketing", + "https://wicg.github.io/compute-pressure/#rate-limiting-change-notifications", + "https://wicg.github.io/compute-pressure/#x3-5-1-6-rate-limiting-change-notifications", + "https://wicg.github.io/compute-pressure/#third-party-contexts", + "https://wicg.github.io/compute-pressure/#x3-5-1-7-third-party-contexts", + "https://wicg.github.io/compute-pressure/#examples", + "https://wicg.github.io/compute-pressure/#x3-6-examples", + "https://wicg.github.io/compute-pressure/#example-1-adjusting-the-number-of-video-feeds-based-on-cpu-usage", + "https://wicg.github.io/compute-pressure/#conformance", + "https://wicg.github.io/compute-pressure/#x3-7-conformance", + "https://wicg.github.io/compute-pressure/#acknowledgments", + "https://wicg.github.io/compute-pressure/#x3-8-acknowledgments", + "https://wicg.github.io/compute-pressure/#references", + "https://wicg.github.io/compute-pressure/#a-references", + "https://wicg.github.io/compute-pressure/#normative-references", + "https://wicg.github.io/compute-pressure/#a-1-normative-references", + "https://wicg.github.io/compute-pressure/#bib-html", + "https://wicg.github.io/compute-pressure/#bib-infra", + "https://wicg.github.io/compute-pressure/#bib-rfc2119", + "https://wicg.github.io/compute-pressure/#bib-rfc8174", + "https://wicg.github.io/compute-pressure/#bib-webidl", + "https://wicg.github.io/compute-pressure/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/conversion-measurement-api.json b/tr/ids/conversion-measurement-api.json index 8353c5526d13..456d4a253261 100644 --- a/tr/ids/conversion-measurement-api.json +++ b/tr/ids/conversion-measurement-api.json @@ -143,7 +143,7 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-default-allowlist", "https://wicg.github.io/conversion-measurement-api/#structures", "https://wicg.github.io/conversion-measurement-api/#attribution-source", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A7", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A8", "https://wicg.github.io/conversion-measurement-api/#ref-for-struct", "https://wicg.github.io/conversion-measurement-api/#attribution-source-source-identifier", "https://wicg.github.io/conversion-measurement-api/#attribution-source-source-origin", @@ -206,6 +206,11 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-environment-settings-object", "https://wicg.github.io/conversion-measurement-api/#ref-for-storage-bottle", "https://wicg.github.io/conversion-measurement-api/#source-algorithms", + "https://wicg.github.io/conversion-measurement-api/#obtaining-attribution-source-expiry-time", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A1", + "https://wicg.github.io/conversion-measurement-api/#attribution-source-expiry-time", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry", "https://wicg.github.io/conversion-measurement-api/#parsing-data-fields", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-event-id", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-trigger-trigger-data", @@ -240,7 +245,7 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-rules-for-parsing-non-negative-integers%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#ref-for-element-attrdef-a-attributionsourcepriority%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-rules-for-parsing-integers%E2%91%A0", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A1", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-identifier", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-origin", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-event-id%E2%91%A0", @@ -249,9 +254,9 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-max-event-id-value", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-attribution-destination%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-reporting-endpoint%E2%91%A0", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-priority", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-type%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#max-event-id-value", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-event-id%E2%91%A1", @@ -260,7 +265,7 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-obtain-an-attribution-source%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-element-attrdef-a-registerattributionsource%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-type%E2%91%A1", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A0", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#processing-an-attribution-source", "https://wicg.github.io/conversion-measurement-api/#maybe-process-a-navigation-attribution-source", "https://wicg.github.io/conversion-measurement-api/#ref-for-navigation-params%E2%91%A0", @@ -272,7 +277,7 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-queue-a-task", "https://wicg.github.io/conversion-measurement-api/#ref-for-process-an-attribution-source", "https://wicg.github.io/conversion-measurement-api/#process-an-attribution-source", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A2", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A3", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-cache", "https://wicg.github.io/conversion-measurement-api/#ref-for-list-remove", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-attribution-destination%E2%91%A4", @@ -281,9 +286,9 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-same-origin", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-reporting-endpoint%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-number-of-reports", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A3", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A4", "https://wicg.github.io/conversion-measurement-api/#ref-for-list-remove%E2%91%A0", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A1", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry-time", "https://wicg.github.io/conversion-measurement-api/#ref-for-list-size", "https://wicg.github.io/conversion-measurement-api/#ref-for-set-append", "https://wicg.github.io/conversion-measurement-api/#trigger-algorithms", @@ -354,14 +359,14 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-attribution-destination%E2%91%A6", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-reporting-endpoint%E2%91%A3", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-reporting-endpoint%E2%91%A4", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A2", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry-time%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-list-sort-in-descending-order", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-priority%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-priority%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-priority%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-priority%E2%91%A3", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A1", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-trigger-dedup-key%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-dedup-keys", "https://wicg.github.io/conversion-measurement-api/#ref-for-list-contain", @@ -398,23 +403,25 @@ "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-dedup-keys%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#max-reports-per-source", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-report%E2%91%A3", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A4", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A5", "https://wicg.github.io/conversion-measurement-api/#delivery-time", "https://wicg.github.io/conversion-measurement-api/#obtain-a-report-delivery-time", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A5", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A6", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-trigger-trigger-time%E2%91%A0", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-type%E2%91%A2", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A3", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A2", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A4", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry-time%E2%91%A1", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A3", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A4", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A3", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A4", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A5", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry-time%E2%91%A2", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-time%E2%91%A5", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry%E2%91%A6", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-expiry-time%E2%91%A3", "https://wicg.github.io/conversion-measurement-api/#obtaining-a-report", "https://wicg.github.io/conversion-measurement-api/#obtain-a-report", - "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A6", + "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source%E2%91%A0%E2%91%A7", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-trigger%E2%91%A3", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-source-source-type%E2%91%A3", "https://wicg.github.io/conversion-measurement-api/#ref-for-attribution-trigger-event-source-trigger-data%E2%91%A2", diff --git a/tr/ids/css-values-4.json b/tr/ids/css-values-4.json index 1d1e85a1494c..9f649a2dd349 100644 --- a/tr/ids/css-values-4.json +++ b/tr/ids/css-values-4.json @@ -101,6 +101,29 @@ "https://www.w3.org/TR/css-values-4/#ref-for-accumulation%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-accumulation%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#interpolate", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#funcdef-mix", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-start-value", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-end-value", + "https://www.w3.org/TR/css-values-4/#valdef-mix-percentage", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-start-value%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-end-value%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#typedef-mix-start-value", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-start-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#typedef-mix-end-value", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-end-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-start-value%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-mix-end-value%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-not-animatable", + "https://www.w3.org/TR/css-values-4/#issue-b36fc9c1", + "https://www.w3.org/TR/css-values-4/#issue-432699de", "https://www.w3.org/TR/css-values-4/#combining-range", "https://www.w3.org/TR/css-values-4/#ref-for-easing-function%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-math-function", @@ -113,9 +136,10 @@ "https://www.w3.org/TR/css-values-4/#css-css-identifier", "https://www.w3.org/TR/css-values-4/#typedef-ident", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-ident-token", + "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-ident", "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-discrete", "https://www.w3.org/TR/css-values-4/#ref-for-not-additive", "https://www.w3.org/TR/css-values-4/#keywords", @@ -136,6 +160,7 @@ "https://www.w3.org/TR/css-values-4/#custom-idents", "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#identifier-value", + "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-string-is", "https://www.w3.org/TR/css-values-4/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A4", @@ -188,7 +213,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#funcdef-url", "https://www.w3.org/TR/css-values-4/#funcdef-src", - "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A1", "https://www.w3.org/TR/css-values-4/#url-value", "https://www.w3.org/TR/css-values-4/#ref-for-string-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-url-modifier", @@ -238,7 +263,7 @@ "https://www.w3.org/TR/css-values-4/#typedef-url-modifier", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-url-modifier%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-ident%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-url-modifier%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-url%E2%91%A0%E2%91%A4", @@ -249,7 +274,7 @@ "https://www.w3.org/TR/css-values-4/#numeric-data-types", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-number-value", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-dimension", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value", @@ -272,12 +297,14 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token", "https://www.w3.org/TR/css-values-4/#combine-integers", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#numbers", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#number-value", @@ -291,10 +318,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A1", "https://www.w3.org/TR/css-values-4/#combine-numbers", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#dimensions", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A1", "https://www.w3.org/TR/css-values-4/#dimension", @@ -309,11 +338,11 @@ "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#compat", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#compatible-units", "https://www.w3.org/TR/css-values-4/#ref-for-px", "https://www.w3.org/TR/css-values-4/#ref-for-in", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size", "https://www.w3.org/TR/css-values-4/#ref-for-em", "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0", "https://www.w3.org/TR/css-values-4/#canonical-unit", @@ -324,7 +353,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A3", "https://www.w3.org/TR/css-values-4/#combine-dimensions", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A5", @@ -332,51 +361,55 @@ "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A5", "https://www.w3.org/TR/css-values-4/#percentages", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#percentage-value", "https://www.w3.org/TR/css-values-4/#percentage", "https://www.w3.org/TR/css-values-4/#ref-for-number%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-percentage-token", "https://www.w3.org/TR/css-values-4/#ref-for-containing-block", "https://www.w3.org/TR/css-values-4/#combine-percentages", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#mixed-percentages", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#mixed-percentages", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-component-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc", "https://www.w3.org/TR/css-values-4/#typedef-length-percentage", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A8", "https://www.w3.org/TR/css-values-4/#typedef-frequency-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#typedef-angle-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#typedef-time-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#example-ac6b1005", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A2", @@ -384,46 +417,46 @@ "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hsl", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1", "https://www.w3.org/TR/css-values-4/#combine-mixed", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-frequency-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-angle-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-time-percentage", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ratios", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value", "https://www.w3.org/TR/css-values-4/#ratio-value", "https://www.w3.org/TR/css-values-4/#ratio", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A3", @@ -440,18 +473,24 @@ "https://www.w3.org/TR/css-values-4/#example-c4a376f3", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#lengths", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#length-value", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-actual-value", "https://www.w3.org/TR/css-values-4/#ref-for-relative-length", "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length", + "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A1", "https://www.w3.org/TR/css-values-4/#relative-lengths", "https://www.w3.org/TR/css-values-4/#relative-length", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A0", @@ -472,7 +511,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-block-axis", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vmin", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vmax", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#font-relative-lengths", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-ex%E2%91%A0", @@ -486,7 +525,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-rem%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-rlh%E2%91%A1", "https://www.w3.org/TR/css-values-4/#em", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A1", "https://www.w3.org/TR/css-values-4/#example-83bc8a19", "https://www.w3.org/TR/css-values-4/#ex", "https://www.w3.org/TR/css-values-4/#ref-for-ex%E2%91%A1", @@ -506,9 +545,9 @@ "https://www.w3.org/TR/css-values-4/#ref-for-length-advance-measure%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-advance-measure%E2%91%A4", "https://www.w3.org/TR/css-values-4/#rem", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A4", "https://www.w3.org/TR/css-values-4/#lh", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-line-height-normal", @@ -524,7 +563,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-media-query", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-lh%E2%91%A2", @@ -545,6 +584,9 @@ "https://www.w3.org/TR/css-values-4/#ua-default-viewport-size", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size", + "https://www.w3.org/TR/css-values-4/#issue-c89f700e", + "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size", + "https://www.w3.org/TR/css-values-4/#ref-for-initial-containing-block", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A0", "https://www.w3.org/TR/css-values-4/#large-viewport-percentage-units", @@ -563,11 +605,11 @@ "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-percentage-units", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-percentage-units%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-viewport-percentage-lengths%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-values-4/#ref-for-initial-containing-block%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-viewport-percentage-lengths%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-initial-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-initial-containing-block%E2%91%A1", "https://www.w3.org/TR/css-values-4/#issue-56221f3d", "https://www.w3.org/TR/css-values-4/#viewport-relative-units", "https://www.w3.org/TR/css-values-4/#ref-for-viewport-percentage-lengths%E2%91%A2", @@ -575,7 +617,7 @@ "https://www.w3.org/TR/css-values-4/#valdef-length-svw", "https://www.w3.org/TR/css-values-4/#valdef-length-lvw", "https://www.w3.org/TR/css-values-4/#valdef-length-dvw", - "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size", + "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-size", @@ -584,7 +626,7 @@ "https://www.w3.org/TR/css-values-4/#valdef-length-svh", "https://www.w3.org/TR/css-values-4/#valdef-length-lvh", "https://www.w3.org/TR/css-values-4/#valdef-length-dvh", - "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-size%E2%91%A0", @@ -599,7 +641,7 @@ "https://www.w3.org/TR/css-values-4/#valdef-length-svb", "https://www.w3.org/TR/css-values-4/#valdef-length-lvb", "https://www.w3.org/TR/css-values-4/#valdef-length-dvb", - "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-ua-default-viewport-size%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-size%E2%91%A2", @@ -621,7 +663,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-in%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-pt", "https://www.w3.org/TR/css-values-4/#ref-for-pc", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A2", "https://www.w3.org/TR/css-values-4/#absolute-length", "https://www.w3.org/TR/css-values-4/#ref-for-anchor-unit", "https://www.w3.org/TR/css-values-4/#physical-unit", @@ -632,7 +674,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-pc%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-Q%E2%91%A0", "https://www.w3.org/TR/css-values-4/#visual-angle-unit", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A3", "https://www.w3.org/TR/css-values-4/#cm", "https://www.w3.org/TR/css-values-4/#mm", "https://www.w3.org/TR/css-values-4/#Q", @@ -642,8 +684,8 @@ "https://www.w3.org/TR/css-values-4/#px", "https://www.w3.org/TR/css-values-4/#example-afc1f57e", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A2", "https://www.w3.org/TR/css-values-4/#anchor-unit", "https://www.w3.org/TR/css-values-4/#ref-for-physical-unit", "https://www.w3.org/TR/css-values-4/#ref-for-visual-angle-unit", @@ -683,7 +725,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-deg%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A3", "https://www.w3.org/TR/css-values-4/#bearing-angle", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-linear-gradient", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A6", @@ -700,7 +742,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-s%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A4", "https://www.w3.org/TR/css-values-4/#frequency", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-Hz", @@ -712,7 +754,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-Hz%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-ascii-case-insensitive%E2%91%A3", "https://www.w3.org/TR/css-values-4/#resolution", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A1", @@ -725,21 +767,21 @@ "https://www.w3.org/TR/css-values-4/#dpcm", "https://www.w3.org/TR/css-values-4/#dppx", "https://www.w3.org/TR/css-values-4/#x", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-in%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cm%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-image-resolution", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-dppx%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-in%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-image-resolution%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-33e77fee", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A8", "https://www.w3.org/TR/css-values-4/#defined-elsewhere", "https://www.w3.org/TR/css-values-4/#colors", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color", @@ -747,12 +789,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color%E2%91%A1", "https://www.w3.org/TR/css-values-4/#combine-colors", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#images", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-image", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-image%E2%91%A0", @@ -791,19 +833,19 @@ "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A2", "https://www.w3.org/TR/css-values-4/#example-aa45b932", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-transform-origin", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#combine-positions", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-position%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A4", @@ -813,7 +855,7 @@ "https://www.w3.org/TR/css-values-4/#functional-notations", "https://www.w3.org/TR/css-values-4/#functional-notation", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-function-token", - "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-values-4/#example-3fbb1c9d", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0", @@ -883,12 +925,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension-unit", "https://www.w3.org/TR/css-values-4/#typedef-dimension-unit", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-delim-token", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-ms%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-wq-name%E2%91%A0", @@ -908,7 +950,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-substitute-an-attr", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A6", "https://www.w3.org/TR/css-values-4/#attr-types", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A8", @@ -991,15 +1033,15 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sin", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage%E2%91%A6", "https://www.w3.org/TR/css-values-4/#calc-func", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A5", @@ -1013,15 +1055,15 @@ "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-1daf921b", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-box-sizing", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A6", "https://www.w3.org/TR/css-values-4/#example-a73c5015", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A7", "https://www.w3.org/TR/css-values-4/#example-364b1cfd", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A2", @@ -1045,7 +1087,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#example-3f7f1368", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A2", @@ -1072,9 +1114,9 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-rounding-strategy", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-determine-the-type-of-a-calculation", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-round%E2%91%A1", @@ -1098,9 +1140,9 @@ "https://www.w3.org/TR/css-values-4/#funcdef-rem", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-determine-the-type-of-a-calculation%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0", "https://www.w3.org/TR/css-values-4/#between-zero-and-b", @@ -1144,9 +1186,9 @@ "https://www.w3.org/TR/css-values-4/#funcdef-cos", "https://www.w3.org/TR/css-values-4/#funcdef-tan", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sin%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-cos%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-tan%E2%91%A1", @@ -1155,16 +1197,16 @@ "https://www.w3.org/TR/css-values-4/#funcdef-acos", "https://www.w3.org/TR/css-values-4/#funcdef-atan", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-asin%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-acos%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-atan%E2%91%A1", "https://www.w3.org/TR/css-values-4/#funcdef-atan2", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-determine-the-type-of-a-calculation%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#trig-infinities", @@ -1185,20 +1227,20 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-exp%E2%91%A0", "https://www.w3.org/TR/css-values-4/#funcdef-pow", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#funcdef-sqrt", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sqrt%E2%91%A1", "https://www.w3.org/TR/css-values-4/#funcdef-hypot", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-determine-the-type-of-a-calculation%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hypot%E2%91%A1", @@ -1206,24 +1248,24 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sqrt%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hypot%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hypot%E2%91%A3", "https://www.w3.org/TR/css-values-4/#funcdef-log", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#funcdef-exp", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-bebe620e", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-pow%E2%91%A2", "https://www.w3.org/TR/css-values-4/#example-d7f26d9d", @@ -1342,11 +1384,11 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-mult-zero-plus%E2%91%A2", "https://www.w3.org/TR/css-values-4/#typedef-calc-value", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant", "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", @@ -1363,19 +1405,19 @@ "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#calc-type-checking", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#example-40312766", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#determine-the-type-of-a-calculation", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-add-two-types", @@ -1389,10 +1431,10 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-multiply-two-types%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A3", @@ -1406,14 +1448,14 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%93%AA", @@ -1458,14 +1500,14 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A2", @@ -1481,8 +1523,8 @@ "https://www.w3.org/TR/css-values-4/#ref-for-top-level-calculation%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-top-level-calculation%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A6", @@ -1490,29 +1532,29 @@ "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-tab-size", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#calc-internal", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A0", @@ -1547,31 +1589,31 @@ "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-values-4/#simplify-a-calculation-tree", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-operator-nodes%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-operator-nodes%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-calc-operator-nodes", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-list-iterate", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-multiply-two-types%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-invert-a-type%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#calc-computed-value", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A2", @@ -1579,27 +1621,27 @@ "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-values-4/#example-023dad93", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-font-relative-length", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-width-auto", "https://www.w3.org/TR/css-values-4/#calc-range", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-animation-iteration-count", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A6", "https://www.w3.org/TR/css-values-4/#example-ec14dee2", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A4", @@ -1609,17 +1651,17 @@ "https://www.w3.org/TR/css-values-4/#issue-f5bc4b00", "https://www.w3.org/TR/css-values-4/#serialize-a-math-function", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-string%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc--infinity%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-nan%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-calc-operator-nodes%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-serialize-a-calculation-tree", @@ -1652,7 +1694,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#combine-math", - "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A6", @@ -1663,6 +1705,12 @@ "https://www.w3.org/TR/css-values-4/#acknowledgments", "https://www.w3.org/TR/css-values-4/#changes", "https://www.w3.org/TR/css-values-4/#changes-recent", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-valdef-width-auto%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svh", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svw", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svi", @@ -1685,11 +1733,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-dvmax", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-percentage-units%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-font-size%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-font-relative-length%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A8", "https://www.w3.org/TR/css-values-4/#additions-L3", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dashed-ident%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-src%E2%91%A0", @@ -1745,7 +1794,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/css-values-4/#sec-pri", "https://www.w3.org/TR/css-values-4/#w3c-conformance", @@ -1790,6 +1839,9 @@ "https://www.w3.org/TR/css-values-4/#term-for-valdef-cubic-bezier-easing-function-ease-out", "https://www.w3.org/TR/css-values-4/#term-for-easing-function", "https://www.w3.org/TR/css-values-4/#term-for-easing-function%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#term-for-propdef-font", + "https://www.w3.org/TR/css-values-4/#term-for-propdef-font-family", + "https://www.w3.org/TR/css-values-4/#term-for-descdef-font-face-font-size", "https://www.w3.org/TR/css-values-4/#term-for-typedef-flex", "https://www.w3.org/TR/css-values-4/#term-for-valdef-flex-fr", "https://www.w3.org/TR/css-values-4/#term-for-propdef-image-resolution", @@ -1856,9 +1908,6 @@ "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-color", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-width", "https://www.w3.org/TR/css-values-4/#term-for-propdef-box-shadow", - "https://www.w3.org/TR/css-values-4/#term-for-propdef-font", - "https://www.w3.org/TR/css-values-4/#term-for-propdef-font-family", - "https://www.w3.org/TR/css-values-4/#term-for-propdef-font-size", "https://www.w3.org/TR/css-values-4/#term-for-typedef-image", "https://www.w3.org/TR/css-values-4/#term-for-funcdef-linear-gradient", "https://www.w3.org/TR/css-values-4/#term-for-concept-attribute", @@ -1879,6 +1928,7 @@ "https://www.w3.org/TR/css-values-4/#term-for-originating-element", "https://www.w3.org/TR/css-values-4/#term-for-concept-url", "https://www.w3.org/TR/css-values-4/#term-for-discrete", + "https://www.w3.org/TR/css-values-4/#term-for-not-animatable", "https://www.w3.org/TR/css-values-4/#references", "https://www.w3.org/TR/css-values-4/#normative", "https://www.w3.org/TR/css-values-4/#biblio-css-cascade-5", @@ -1886,6 +1936,8 @@ "https://www.w3.org/TR/css-values-4/#biblio-css-counter-styles-3", "https://www.w3.org/TR/css-values-4/#biblio-css-display-3", "https://www.w3.org/TR/css-values-4/#biblio-css-easing-1", + "https://www.w3.org/TR/css-values-4/#biblio-css-fonts-4", + "https://www.w3.org/TR/css-values-4/#biblio-css-fonts-5", "https://www.w3.org/TR/css-values-4/#biblio-css-grid-2", "https://www.w3.org/TR/css-values-4/#biblio-css-images-4", "https://www.w3.org/TR/css-values-4/#biblio-css-inline-3", diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json index bff066dc0e48..c3c7f3d0bb05 100644 --- a/tr/ids/ecmascript.json +++ b/tr/ids/ecmascript.json @@ -287,59 +287,48 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-context-free-grammars", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lexical-and-regexp-grammars", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_23", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12540", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12550", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_24", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1098", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12541", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12542", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12543", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12544", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12551", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12552", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12553", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12554", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1099", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12545", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12546", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12555", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12556", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12547", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12557", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1100", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12548", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12558", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-numeric-string-grammar", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12549", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12559", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_27", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-syntactic-grammar", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_28", "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_1101", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12550", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12551", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12552", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12553", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12554", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12555", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1102", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12556", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12557", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12558", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12559", - "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", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12560", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12561", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12562", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12563", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12564", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12565", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1102", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12566", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12567", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12568", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12569", + "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", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12570", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12571", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12572", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12573", @@ -347,6 +336,7 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12575", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12576", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12577", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12578", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12579", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12580", @@ -363,7 +353,6 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12591", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12592", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12593", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12594", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12595", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12596", @@ -374,6 +363,7 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12601", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12602", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12603", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12604", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12605", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12606", @@ -389,10 +379,8 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12616", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12617", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12618", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12619", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12620", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12621", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12622", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12623", @@ -401,17 +389,17 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12626", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12627", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12628", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12629", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12630", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12631", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12632", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12633", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12634", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12635", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12636", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12637", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12638", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12639", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12640", @@ -420,43 +408,54 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12643", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12644", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12645", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12646", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12647", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12648", - "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_12649", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12650", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12651", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12652", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12653", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12654", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12349", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12350", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12655", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12656", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12657", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12658", + "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_12659", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12660", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12661", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12662", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12663", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12664", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12359", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12360", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12665", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12666", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12667", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12668", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12669", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12670", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12671", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12672", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12673", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12674", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12675", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12676", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12677", "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_1106", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1107", - "https://tc39.es/ecma262/multipage/notational-conventions.html#assert", "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_33", @@ -465,12 +464,12 @@ "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_12351", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12352", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12668", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12669", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12670", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12671", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12361", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12362", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12678", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12679", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12680", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12681", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-runtime-semantics", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1108", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-completion-values", @@ -517,21 +516,20 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1146", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1147", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantic-rules", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12672", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12673", - "https://tc39.es/ecma262/multipage/notational-conventions.html#early-error-rule", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12682", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12683", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1148", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1149", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_36", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1150", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12674", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12675", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12684", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12685", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1151", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12676", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12677", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12686", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12687", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1152", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12678", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12679", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12688", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_12689", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-mathematical-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1153", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1154", @@ -542,28 +540,21 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1159", "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#integer", "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical%20integer", "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#integral-number", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1164", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1165", "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#%F0%9D%94%BD", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_37", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1170", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1171", - "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical-value", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", "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#extended-mathematical-value", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1175", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-abs", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-min", @@ -572,7 +563,6 @@ "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", - "https://tc39.es/ecma262/multipage/notational-conventions.html#clamping", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1179", "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-floor", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1180", @@ -603,6 +593,8 @@ "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_1188", "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", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-undefined-type", "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", @@ -628,6 +620,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1191", "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_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", @@ -639,17 +632,30 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_50", "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_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_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#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_52", + "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_53", + "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", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_55", + "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#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_56", + "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_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_57", + "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_1200", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1201", @@ -798,6 +804,7 @@ "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#_ref_1293", "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_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", @@ -869,9 +876,13 @@ "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_1339", "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", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryor", + "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-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_1340", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1341", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1342", @@ -900,7 +911,9 @@ "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_1362", "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_1363", + "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_1364", "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", @@ -1224,19 +1237,31 @@ "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_1576", "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_174", "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_1577", "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_1578", + "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", "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_1579", "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_175", + "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#table-completion-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1581", "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_1582", + "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#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_1583", "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", @@ -1274,16 +1299,20 @@ "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_1615", "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_1616", "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_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#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_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_1621", "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_1622", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-reference-record-fields", @@ -1311,18 +1340,23 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1636", "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_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#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_1639", "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_1640", "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_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-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_1643", "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_1645", @@ -1338,6 +1372,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_178", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1653", "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_1654", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1655", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1656", @@ -1356,10 +1391,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_180", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1667", "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_1668", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1669", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1670", "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_1671", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1672", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1673", @@ -1369,26 +1406,32 @@ "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#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_1679", "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#_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-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_1684", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_181", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_182", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_183", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1685", "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_1686", "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_1687", "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_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-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_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", @@ -1401,6 +1444,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1700", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1701", "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_1702", "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", @@ -1421,6 +1465,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1719", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1720", "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_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_1723", @@ -1429,15 +1474,19 @@ "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_184", "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_1726", "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#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_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#_ref_1733", + "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_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", @@ -1451,10 +1500,12 @@ "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#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_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#_ref_1748", "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_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", @@ -1463,6 +1514,7 @@ "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-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_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", @@ -1495,6 +1547,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1784", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1785", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_185", + "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_1786", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1787", @@ -1503,16 +1556,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1789", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1790", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_186", + "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_1791", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1792", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1793", "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_1794", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1795", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1796", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1797", "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_1798", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_187", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classstaticblockdefinition-record-fields", @@ -1543,6 +1599,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1805", "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_1806", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1807", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1808", @@ -1555,21 +1612,25 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_188", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_189", "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_1815", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1816", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1817", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1818", "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_190", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toboolean-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1819", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-10", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_191", "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_1820", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1821", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1822", "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_192", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1823", @@ -1582,106 +1643,108 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1828", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-1aA0wnf8", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12680", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12681", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12682", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12683", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12684", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12685", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12686", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12687", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12688", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-8_TyHvtP", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12689", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12690", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12691", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12692", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-E5z8Bfrk", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12693", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12694", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12695", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12696", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12697", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12698", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-8_TyHvtP", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12699", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12700", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12701", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12702", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-E5z8Bfrk", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12703", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12704", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12705", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12706", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12707", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12708", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12709", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1829", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1830", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12710", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1831", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1832", - "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_12711", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1833", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1834", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12712", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12713", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12714", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12715", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12716", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1835", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12717", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12718", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1836", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12719", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", + "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_1829", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1830", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12720", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1837", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1831", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1832", + "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_12721", - "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_1833", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1834", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12722", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12723", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12724", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12725", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12726", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1835", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12727", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12728", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1836", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12729", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12730", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1838", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1837", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12731", + "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_12732", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12733", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12734", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12735", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12736", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1839", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12737", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12738", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12739", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12740", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1838", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12741", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12742", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12743", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12744", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12745", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12746", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1839", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12747", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12748", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12749", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12750", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12751", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1840", "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_1841", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1842", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1843", @@ -1694,6 +1757,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1850", "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_1851", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1852", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1853", @@ -1788,14 +1852,16 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1931", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1932", "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_1933", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_197", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1934", "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_198", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12742", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12743", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12752", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_12753", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1935", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1936", @@ -1811,6 +1877,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1945", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1946", "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_199", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1947", @@ -1820,6 +1887,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1950", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1951", "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_200", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1952", @@ -1830,10 +1898,12 @@ "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#sec-topropertykey", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", "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#_ref_1955", "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_1956", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1957", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1958", @@ -1841,12 +1911,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1960", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1961", "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_1962", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1963", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1964", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1965", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1966", "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_1967", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1968", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1969", @@ -1858,26 +1930,32 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1975", "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_1976", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1977", "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_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#_ref_1981", "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_1982", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1983", "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_1984", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1985", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1986", "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#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_1987", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1988", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1989", @@ -1886,17 +1964,21 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1992", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1993", "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_1994", "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#sec-isregexp", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1997", "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#_ref_2000", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringprefix", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringprefix", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2001", "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_2002", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2003", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2004", @@ -1906,6 +1988,7 @@ "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#sec-samevaluezero", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2010", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2011", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2012", @@ -1916,6 +1999,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2017", "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_2018", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2019", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2020", @@ -1928,6 +2012,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2027", "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_2028", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2029", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2030", @@ -1967,6 +2052,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", "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_2061", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2062", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2063", @@ -2011,6 +2097,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2100", "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_2101", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2102", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2103", @@ -2021,6 +2108,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2108", "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_2109", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2110", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2111", @@ -2034,29 +2122,41 @@ "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#sec-get-o-p", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "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_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#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_2123", "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_2124", "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_2125", "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_2126", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2127", "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_2128", "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#sec-getmethod", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", "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#_ref_2131", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2132", "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#sec-hasownproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "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_2133", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2134", @@ -2069,20 +2169,24 @@ "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#sec-construct", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "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#_ref_2145", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2146", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2147", "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_2148", "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#_ref_2151", "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_2152", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2153", "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_2154", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2155", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2156", @@ -2090,14 +2194,17 @@ "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#sec-lengthofarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2160", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2161", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2162", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2163", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "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#_ref_2166", "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_2167", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2168", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2169", @@ -2109,6 +2216,7 @@ "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#sec-invoke", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", "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", @@ -2118,6 +2226,7 @@ "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#sec-ordinaryhasinstance", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "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", @@ -2126,6 +2235,7 @@ "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#sec-speciesconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", "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#_ref_2194", @@ -2138,12 +2248,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2201", "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_2202", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2203", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2204", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2205", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2206", "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_2207", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2208", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2209", @@ -2154,6 +2266,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_212", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2213", "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_2214", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2215", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2216", @@ -2161,30 +2274,36 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2218", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2219", "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_2220", "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#sec-privatefieldadd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", "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_2226", "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_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#sec-privateget", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", "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#_ref_2232", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2233", "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_2234", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2235", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2236", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2237", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2238", "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_2239", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2240", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2241", @@ -2193,6 +2312,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2244", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2245", "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_2246", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2247", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2248", @@ -2200,6 +2320,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_213", "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_2250", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2251", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2252", @@ -2213,18 +2334,23 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2260", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2261", "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_2262", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2263", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2264", "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_2265", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2266", "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_2267", "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_2268", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2269", "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_2270", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2271", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2272", @@ -2236,12 +2362,14 @@ "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#sec-ifabruptcloseiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2280", "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_2283", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2284", "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_2285", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2286", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2287", @@ -2254,6 +2382,7 @@ "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#sec-createiterresultobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", "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", @@ -2262,6 +2391,7 @@ "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_214", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2300", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2301", @@ -2269,6 +2399,7 @@ "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-iterabletolist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", "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#_ref_2307", @@ -2309,340 +2440,340 @@ "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#prod-Yc3dQCIS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12744", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2311", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12755", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oRvH9Oa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2313", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eP6tRBFI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2314", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WhUrx1KG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2315", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2316", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2317", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2318", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2319", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12756", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2315", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2322", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2319", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12765", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12766", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12767", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2320", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12768", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2326", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12770", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2321", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2322", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12772", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2329", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2323", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12773", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2330", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12774", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2324", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12775", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2331", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12776", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2325", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12778", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12779", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2327", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2328", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12782", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2329", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2334", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12784", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2335", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2331", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12786", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12788", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2338", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2332", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2340", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2341", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2333", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12793", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2334", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2342", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2335", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12796", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2336", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2343", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12799", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12801", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2340", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12802", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2341", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2342", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12805", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2343", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12808", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12809", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2347", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2344", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12812", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2348", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2349", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12818", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2352", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2347", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12822", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2356", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12825", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2349", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12826", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2350", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12827", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2357", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2351", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2352", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2353", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2354", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12832", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12833", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2355", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12835", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12837", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2357", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2359", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12840", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12842", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2358", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12845", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12846", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12847", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2359", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12851", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2363", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2360", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2366", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2367", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2361", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2362", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2369", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2371", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2363", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12863", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12865", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2373", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12866", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QscPeL5E", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2365", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12867", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2366", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12870", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2368", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12871", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2369", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12872", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2370", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2377", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12874", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2372", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12875", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2373", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2374", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QscPeL5E", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2379", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2375", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12879", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2376", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2377", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2378", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2379", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12888", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12889", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2380", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12892", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12893", - "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", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-isconstantdeclaration", - "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#prod-jGNpgH6g", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12896", - "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_12897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12898", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12900", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12902", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12903", + "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", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-isconstantdeclaration", + "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#prod-jGNpgH6g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2381", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12906", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", + "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_12907", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12908", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12910", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12911", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12912", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12913", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12914", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12915", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12917", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12919", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12920", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12922", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12929", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12931", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12934", "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", @@ -2655,124 +2786,124 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mPEvRR9d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2382", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZFtxhsq0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2383", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2384", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12938", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2385", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12931", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12940", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12941", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2386", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2387", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12943", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2388", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12944", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2389", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12935", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12937", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12945", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12948", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12949", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2391", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2392", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12942", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12952", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2394", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12954", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12945", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12955", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2397", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2398", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12948", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12949", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12959", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2399", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12960", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2400", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12951", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12962", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12963", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2402", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2403", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12956", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12966", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2404", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12968", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2405", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12959", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12969", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2406", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12960", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12970", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12971", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2408", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12972", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2409", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12963", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12973", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12974", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2410", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2411", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2412", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12976", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2413", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12968", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12969", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12979", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12981", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2414", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12972", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12983", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2416", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12984", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12975", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12985", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12976", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12977", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12987", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2418", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12989", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12990", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2420", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12982", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12991", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12992", "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", @@ -2784,138 +2915,138 @@ "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#prod-dqBS0eQw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12983", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12984", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12993", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12994", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12985", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12995", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2422", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2423", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12987", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12997", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2424", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2425", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12991", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2426", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2427", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13002", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2428", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12993", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12995", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12996", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13003", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13005", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13006", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2429", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12997", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13007", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2430", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2431", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12998", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_12999", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13008", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13009", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2432", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13000", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13010", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2433", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2434", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13001", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13012", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2435", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13003", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13013", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2436", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13014", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2437", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13005", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13006", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13017", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2438", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13008", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13018", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2439", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13010", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13020", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13021", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2441", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13013", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13023", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13024", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13025", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2443", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13026", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2444", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13017", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13027", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2445", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2446", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2447", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13020", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2448", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13021", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13031", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13032", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2449", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2450", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2451", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13025", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13035", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2453", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13026", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13027", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13037", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2454", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13038", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13029", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13039", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2456", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13040", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2457", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13042", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13033", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13043", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13044", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2458", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13035", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13045", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2459", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2460", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13046", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13037", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13047", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2461", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2462", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13048", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13039", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13049", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13050", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2464", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13052", "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", @@ -2935,258 +3066,258 @@ "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#prod-TvRo0Jzz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13053", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x3WiVh1X", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13054", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cXTIOEn1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13045", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13055", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PhLm_cqX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13056", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bMjWoX52", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13057", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OPyZZ0FU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13058", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6wmxzhRC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13049", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13059", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2465", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4f3fXSme", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2466", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ikslLJyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13060", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13061", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2467", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2468", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13063", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2469", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13064", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2470", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13055", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2471", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13056", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13059", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2472", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13060", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2473", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13064", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2471", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13069", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2477", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2472", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2473", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13071", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2474", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13072", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13073", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2475", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2476", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13078", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2479", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2477", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2480", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13083", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13084", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2478", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13085", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2482", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13087", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13088", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2479", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2480", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2481", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13093", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13094", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2482", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13096", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13097", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13100", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13103", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2483", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13105", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13106", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13108", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13109", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13110", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13111", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2484", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2483", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13116", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2486", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13118", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13119", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13120", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2488", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13122", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13123", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2484", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2485", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2490", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2486", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_215", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2491", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2492", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13128", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2487", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13129", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2493", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13130", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2494", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2495", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2488", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2496", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2489", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13133", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2497", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13134", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2498", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13135", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2490", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2499", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2491", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2492", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13138", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2493", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2501", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2494", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2495", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13141", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2502", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2496", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13143", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2497", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2498", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2504", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13147", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2505", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2499", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13148", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2506", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2500", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13149", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2507", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2501", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2502", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13152", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2509", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2510", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2503", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2504", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13156", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2511", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2505", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13158", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2506", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2514", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2507", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13160", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2515", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2508", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2509", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13163", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2510", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2511", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2514", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2515", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2516", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13174", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JPGgU11H", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2518", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZZJ4np60", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13175", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2519", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13176", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2520", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2521", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AiQH2RJz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2522", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_GPKA3Cb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2523", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13180", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13171", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13183", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2525", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13184", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2526", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2527", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13177", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13178", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13187", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13188", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13179", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13189", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2529", "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", @@ -3207,394 +3338,394 @@ "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#prod-CXBIcQtz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13190", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4cf8z78V", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13191", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UIiAeivR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13182", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13192", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-R2NCFAfM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13183", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13193", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8C3zNXp6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13184", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13194", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QgvbQ6qN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13185", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13195", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nkERSk1r", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13196", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2530", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--ycd0kFi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2531", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r8z3UV58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13188", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13197", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13198", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2532", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13199", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2533", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13190", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13200", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2534", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13201", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2535", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13192", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2536", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13195", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2537", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2538", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13198", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13201", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2540", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2541", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2536", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13203", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2537", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2538", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13207", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2543", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13209", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2544", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2539", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13211", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2540", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2541", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13213", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13214", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2545", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13216", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13217", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2543", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13219", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13220", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2546", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2544", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2547", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2548", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13223", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13224", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13225", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2545", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13228", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13229", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2546", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13231", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2547", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2548", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13234", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13235", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2549", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13237", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13238", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13240", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13241", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13242", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13244", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13245", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2550", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13246", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13247", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13248", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13251", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13252", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13253", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13254", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13255", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2551", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2550", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13256", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2552", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2553", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_216", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2554", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13260", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13261", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13262", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2555", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2556", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13264", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13265", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2551", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13266", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2552", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13267", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2557", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13268", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2558", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2559", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13269", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2554", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13270", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2561", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13272", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2555", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2563", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2556", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13274", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2564", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13277", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2557", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13278", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2566", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2558", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2559", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13279", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2567", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13280", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2560", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2568", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2561", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2562", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13282", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2569", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13283", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2563", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13284", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2570", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2564", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2565", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13286", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13287", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2572", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2566", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2573", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2567", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13290", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2568", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2575", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13293", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2576", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2570", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13295", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13296", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2571", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13297", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2578", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13298", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2579", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2572", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13299", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2580", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2573", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13300", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2581", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2574", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13301", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13302", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2575", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13303", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2583", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2576", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13304", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2584", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2577", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13305", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13306", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2586", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13307", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2578", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2587", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2579", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13309", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2589", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2580", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13310", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2590", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13311", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2591", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13312", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2582", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13313", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2592", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2583", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2593", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2584", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13315", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2585", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13316", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2595", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2586", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13317", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2587", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13319", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2596", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2588", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13320", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2597", - "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#prod-s6Vb3QUL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2590", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13322", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2598", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2592", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13324", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2600", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2593", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13325", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2601", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2594", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13327", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13328", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2602", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13329", - "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#prod-fSl8sbck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2597", + "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#prod-s6Vb3QUL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2603", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13332", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2604", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2598", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13333", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2605", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2599", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13334", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2600", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13335", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13336", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2607", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13338", - "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#prod-_Kx3fMtB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2602", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13339", + "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#prod-fSl8sbck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13340", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2608", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13341", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2603", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13342", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2604", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13343", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2606", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13345", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2611", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13346", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2612", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13347", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2607", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13348", + "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#prod-_Kx3fMtB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2613", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13350", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2614", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2608", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2609", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2610", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13353", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2615", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2611", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2612", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2616", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13358", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2617", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2613", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2618", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2614", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13361", - "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#prod-MxUpZ-t-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13362", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13363", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2615", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2620", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13365", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2621", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13366", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2616", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13368", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2622", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2617", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13369", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2623", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2618", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13371", + "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#prod-MxUpZ-t-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13372", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13373", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2624", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2619", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2625", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2620", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2626", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13377", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2622", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13379", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2623", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13380", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13381", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2628", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13382", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13383", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2624", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2626", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13389", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2628", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13393", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13394", "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", @@ -3611,203 +3742,203 @@ "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#prod-5segouA8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-X3W5RktU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13396", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tPl3NUyn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13397", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5amcoTln", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13398", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SRoeq51F", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13389", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13399", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sjee5Pog", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13400", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iv3GJbNA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13401", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VdiHdMbL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13402", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SpvJf5dZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OH037R2P", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13394", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13395", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2630", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2631", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13397", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13398", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13399", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13400", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2633", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13402", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13403", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13404", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2634", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13405", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2630", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13406", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2631", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2635", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13408", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13409", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13410", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2636", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13411", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2633", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13412", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13413", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13414", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2634", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13416", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13417", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2635", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13418", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13420", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2636", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13421", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13422", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13423", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2637", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13424", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13425", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13426", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13427", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13428", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13429", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13430", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13431", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13432", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13433", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2637", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13434", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13435", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13436", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13437", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13438", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13439", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13440", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13441", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13443", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13444", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13445", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13446", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13447", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13448", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13449", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13450", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13451", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_217", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13453", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13454", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13456", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13457", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2640", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13458", - "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#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13459", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13460", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13461", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13462", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_217", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2642", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13464", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13465", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2643", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13466", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13467", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2640", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13468", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2644", + "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_13469", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13470", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13471", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13472", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2641", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13473", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2642", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13475", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2643", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13476", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2647", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13477", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2644", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13479", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13480", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2649", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13482", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13483", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2646", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13484", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2651", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13485", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2652", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13486", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2647", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13488", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2648", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13490", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2649", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2650", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13491", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13492", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13493", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13494", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13495", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2652", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13496", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13497", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13498", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13499", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13500", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13501", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13502", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2655", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13504", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13505", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13506", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13507", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13509", "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_13500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13501", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13510", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13511", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2659", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13502", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13512", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2660", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13513", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hjcOowKc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13504", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13514", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OcbYq9se", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13505", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13515", "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", @@ -3824,431 +3955,431 @@ "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#prod-fZ1-o-5P", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13506", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13516", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0wQwLQ_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13507", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13517", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kUTRcwOP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13518", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LpKI1NOa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13519", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s5sTXkkT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13510", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13520", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CeDAPMUu", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13511", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13521", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-81RguExk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13522", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YsZID3li", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ndTQ-Fse", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13513", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13514", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13515", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2661", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2662", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13517", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13518", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13519", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13520", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2663", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13521", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2664", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13522", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13523", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2665", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13525", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13526", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2662", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13527", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2666", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13529", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13530", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13531", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2664", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13533", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13534", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2665", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13535", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13536", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13537", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13538", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13540", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13541", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13543", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2668", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13544", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13545", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13546", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13547", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13548", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13550", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13551", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13552", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13553", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2668", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13554", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13555", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13556", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13557", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13558", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13559", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13561", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13563", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13564", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13566", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13567", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13570", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2669", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13572", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_218", - "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#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13573", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2670", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13575", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13576", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13578", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13579", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13580", - "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_13581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2669", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_218", + "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_13583", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2670", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13584", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2673", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2674", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13587", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2675", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13590", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2676", + "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_13591", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13592", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13593", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13594", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2673", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13595", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2674", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13596", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13597", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2675", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2679", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13599", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13600", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2676", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13601", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2680", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2681", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2682", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13603", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2678", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2683", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13607", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13608", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2679", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2685", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13611", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2680", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13612", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2681", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2682", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13613", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13614", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13615", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2687", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2688", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13617", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13618", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13619", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13620", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2685", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13621", - "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_2686", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13622", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13623", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2691", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13624", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2692", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13625", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T8hjI_vu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2687", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13626", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLqg0yKr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13627", - "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", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-try-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-with-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-continue-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-for-in-and-for-of-statements-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-for-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-while-statement-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-do-while-statement-static-semantics-containsundefinedcontinuetarget", - "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#prod-HhlDWDz1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2689", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13628", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBGwhRuE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13629", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E6M7T9Em", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13630", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V2tQVOUI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2690", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13631", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jJUZqLJS", + "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_13632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BNxhQmvf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13633", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B3-Yz0aF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2691", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13634", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eptReca1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QrxFmsVC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2692", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13635", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T8hjI_vu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13636", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2693", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLqg0yKr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", + "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", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-try-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-with-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-continue-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-for-in-and-for-of-statements-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-for-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-while-statement-static-semantics-containsundefinedcontinuetarget", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-do-while-statement-static-semantics-containsundefinedcontinuetarget", + "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#prod-HhlDWDz1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2694", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBGwhRuE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13639", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E6M7T9Em", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13640", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V2tQVOUI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13641", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2696", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jJUZqLJS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13642", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2697", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BNxhQmvf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13643", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B3-Yz0aF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eptReca1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QrxFmsVC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13645", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13646", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2698", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2693", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2699", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13648", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2694", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2695", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13649", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13650", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13651", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2696", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2697", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13653", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13654", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13656", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2702", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2698", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13657", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13660", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13661", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13662", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13663", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2701", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13666", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2702", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13668", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13669", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2703", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13670", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13671", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13673", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13674", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13675", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13676", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13678", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13679", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2703", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13680", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13681", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13682", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13683", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13685", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13687", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13688", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13690", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13691", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13692", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13693", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13694", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13696", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13697", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2704", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13698", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_219", - "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#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13699", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2705", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13700", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13702", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2706", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13703", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13704", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2707", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13706", - "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_13707", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2704", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13708", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_219", + "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_13709", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2705", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13710", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2708", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13712", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2706", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2707", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2711", + "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_13717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13718", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13719", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2708", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2713", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2710", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2714", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13725", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13726", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2711", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13731", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2713", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2719", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13734", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2714", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13735", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2720", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2715", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2716", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2717", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13739", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13740", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2722", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2718", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2724", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2719", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13745", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2720", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13747", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13748", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13749", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13750", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13751", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2722", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13752", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2724", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13754", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13757", "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_13748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13749", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13750", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13760", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13751", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GeitVMt4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13752", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JQIpAjs-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13763", "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", @@ -4260,54 +4391,54 @@ "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#prod-sGIyUYN_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13765", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13766", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2729", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2730", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13763", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13765", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13767", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13768", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13770", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13772", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13773", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13775", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13779", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13780", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13784", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13786", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13787", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13790", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13791", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13792", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13793", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13795", "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", @@ -4331,198 +4462,198 @@ "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#prod-Xr5TwVeJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13786", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13788", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-og13oFFN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pnNZChTM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13789", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEikQQGc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wyk8qHUC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ITCaMx3s", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q2nhWNO_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iMjjH1kL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13795", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13796", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13797", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2731", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2732", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-og13oFFN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pnNZChTM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13799", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEikQQGc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YGwVcrrX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wyk8qHUC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13801", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Kbec_67R", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ITCaMx3s", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q2nhWNO_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13803", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iMjjH1kL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N8pxX1Sd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oosxnZc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YGwVcrrX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Kbec_67R", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N8pxX1Sd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oosxnZc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OilJQSvS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13822", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13824", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13825", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13827", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OilJQSvS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13835", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13839", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13840", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13842", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13843", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13845", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13846", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13847", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13848", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13849", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13851", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13853", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13857", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13859", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13863", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13866", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13869", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rzpmPN5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13874", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13877", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13879", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13880", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13882", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rzpmPN5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gi9vUOcN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13888", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xvt3pq-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13889", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13890", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gi9vUOcN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13898", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xvt3pq-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13899", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13900", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13902", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13903", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2733", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13912", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13913", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2733", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13915", "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", @@ -4530,55 +4661,55 @@ "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#prod-ztGhnTck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13916", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JN8cu1mT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBAafh2L", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13917", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZlT8Bef", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13918", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bDA2HTuE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qDGWvs6X", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13920", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s_EYcmqv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13921", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol9pQ3OI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13912", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13922", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6S4OZBnv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13913", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oszQ0h58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jR1Utmsf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13925", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUNEQPp0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13916", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13926", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nAbs7Q-f", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13917", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13919", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13922", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13933", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ho2yxuiE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13934", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LISRqOgO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13935", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13926", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13936", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13928", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13929", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13940", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xF2zhbkz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13931", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13941", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cJUP0nVQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13942", "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", @@ -4589,57 +4720,57 @@ "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#prod-mytcbPJI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13944", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13945", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2738", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13936", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13946", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2739", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2740", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13937", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13941", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13942", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13946", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13953", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13955", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13956", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13957", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13958", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2748", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13960", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2749", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13963", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13967", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13969", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2748", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2749", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13971", "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", @@ -4654,227 +4785,227 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2750", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JYruL-G6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13962", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13964", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13965", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13968", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13971", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13973", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13976", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13977", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13978", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13981", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13983", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13984", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13986", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13987", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13989", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13991", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13993", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13994", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_13999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14000", - "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-0p21L8en", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14002", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14003", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14004", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14006", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14007", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14010", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", + "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#_ref_14011", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14013", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14014", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14015", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14016", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14017", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14018", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14019", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14020", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14021", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14024", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14026", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14032", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14035", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14036", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14037", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14038", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14039", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14040", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14041", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14042", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14044", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", - "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", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-computedpropertycontains", - "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#prod-A8PF_J4D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14046", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14050", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14053", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", + "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", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-computedpropertycontains", + "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#prod-A8PF_J4D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14063", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14065", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14068", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14069", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14071", - "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_2768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14072", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14073", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14077", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14078", - "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#prod-mfAdULQi", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14079", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14080", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", + "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_14082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14083", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14084", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14086", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14087", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14088", + "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#prod-mfAdULQi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14092", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14093", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14097", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14098", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14099", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14104", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14107", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14108", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14110", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14112", "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", @@ -4882,46 +5013,47 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_220", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14104", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14114", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14115", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14116", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14107", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14108", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14118", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14110", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14120", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14121", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14112", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14122", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14113", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14123", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14115", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14125", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14126", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14117", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14127", + "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_2796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", @@ -4936,54 +5068,54 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14128", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14119", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14129", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14132", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14123", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14133", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14134", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14125", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14136", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14127", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14137", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14128", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14138", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14129", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14130", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14140", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14141", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14143", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14144", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14145", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14136", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14137", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14146", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14147", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14148", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14149", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14141", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14152", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14143", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14153", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14155", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14146", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14156", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2817", @@ -4991,34 +5123,34 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14147", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14148", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14158", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14149", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14159", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14160", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2825", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2826", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14152", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14161", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14162", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14164", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14165", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14166", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14157", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14167", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", @@ -5032,13 +5164,13 @@ "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#prod-QEcf_4fA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14168", "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#_ref_2853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14159", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14169", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", @@ -5048,21 +5180,21 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2860", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14160", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14161", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14171", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14162", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14172", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14173", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14164", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14175", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14176", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", @@ -5071,15 +5203,15 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14170", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14181", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14183", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", @@ -5088,7 +5220,7 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14184", "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", @@ -5125,284 +5257,284 @@ "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#prod-RnnOsVyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14175", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14176", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14185", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14186", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14177", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14187", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HKn--kBw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-k_mlYmkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G2CxyRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14179", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14180", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14181", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14182", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14184", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14185", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14186", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_EHmedU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14188", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14190", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sMvtbPMk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14192", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-n7xyt9Uq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FYG1zcQs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jL-uFKFZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14195", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qSA3mL7y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ERpBYrCG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8X4gnT8X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_EHmedU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14198", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yT2Snepb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fwZnfA7O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZxMoVw8b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sMvtbPMk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14201", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-byz46S5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iQVGoPgT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zWRPaVzO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-n7xyt9Uq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FYG1zcQs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g9CfMMnI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jL-uFKFZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lJ9wuQsk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qSA3mL7y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ERpBYrCG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8X4gnT8X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yT2Snepb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14209", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fwZnfA7O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZxMoVw8b", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14211", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-byz46S5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iQVGoPgT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14213", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zWRPaVzO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14214", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g9CfMMnI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14215", - "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-GfYjfQgH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lJ9wuQsk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14216", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14217", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14219", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14220", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14223", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", + "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-GfYjfQgH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ba17c3GF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14228", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14229", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14231", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14235", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14236", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14237", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ba17c3GF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14238", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14240", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14241", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14242", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14243", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14244", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14245", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14247", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14248", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14251", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14252", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14253", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14254", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14255", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14256", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14260", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14261", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14262", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14264", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14266", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14267", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14268", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14269", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14270", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14272", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14274", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14278", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14279", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qtkSJIt3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SmIedoOa", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14282", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ovlJaju5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14283", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14284", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14286", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14287", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14289", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14290", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qtkSJIt3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SmIedoOa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ovlJaju5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14295", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14296", - "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", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-propname", - "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#prod-qwkHLLWn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14297", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14298", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14299", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14300", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14301", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14302", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14303", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14304", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14305", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14306", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", + "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", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-propname", + "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#prod-qwkHLLWn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14307", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14309", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14313", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14315", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14316", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14317", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14318", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14319", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14320", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14321", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14322", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14323", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14325", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14326", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14327", - "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_2893", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14329", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14330", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14333", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14334", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14335", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14337", + "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_14338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14339", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14340", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14341", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14342", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14343", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14345", "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", @@ -5422,13 +5554,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-executable-code-and-execution-contexts", "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#_ref_14336", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14337", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14338", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14339", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14340", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14341", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14342", + "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_14346", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14347", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14348", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14349", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14350", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14351", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14352", "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_2898", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2899", @@ -5440,20 +5573,20 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2905", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2906", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2907", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14343", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14344", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14345", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14353", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14354", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14355", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2908", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2909", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2910", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2911", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14346", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14347", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14356", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14357", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2912", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2913", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14348", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14358", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2914", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14349", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14359", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2915", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2916", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2917", @@ -5475,24 +5608,30 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2930", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2931", "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_2932", "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_2933", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2934", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2935", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2936", "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_2937", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2938", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2939", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2940", "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_2941", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2942", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2943", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2944", "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_2945", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2946", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", @@ -5501,25 +5640,31 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2949", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_222", "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_2950", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2951", "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_2952", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2953", "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_2954", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2955", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2956", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2957", "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_2958", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2959", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2960", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2961", "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_2962", "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_14350", + "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_14360", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_223", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_224", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", @@ -5527,6 +5672,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2964", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2965", "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_2966", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2967", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2968", @@ -5535,48 +5681,58 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2971", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2972", "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_2973", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2974", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2975", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2976", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2977", "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_2978", "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_2979", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2980", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2981", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2982", "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_2983", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2984", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2985", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2986", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2987", "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_2988", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2989", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2990", "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_2991", "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_2992", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2993", "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_2994", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2995", "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_2996", "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_2997", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14351", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14352", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14361", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14362", "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-fields-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2998", "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_14353", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14363", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_2999", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3000", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3001", @@ -5589,29 +5745,35 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3004", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3005", "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_3006", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3007", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3008", "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_3009", "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_3010", "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_3011", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3012", "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_3013", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3014", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3015", "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#_ref_14354", + "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_14364", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3016", "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_3017", "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_230", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14355", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14365", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3018", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3019", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3020", @@ -5620,19 +5782,19 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3023", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3024", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_231", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14356", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14357", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14358", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14359", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14360", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14366", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14367", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14368", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14369", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14370", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3025", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3026", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3027", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14361", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14362", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14363", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14364", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14365", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14371", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14372", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14373", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14374", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14375", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3028", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_232", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", @@ -5641,98 +5803,115 @@ "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_3030", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3031", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14366", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14367", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14368", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14369", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14370", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3032", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3033", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3034", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3035", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14371", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14372", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14373", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14374", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14375", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3036", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14376", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14377", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14378", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14379", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14380", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3037", - "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_3038", - "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_3039", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3040", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3032", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3033", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3034", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3035", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14381", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14382", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14383", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14384", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14385", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3041", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3036", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14386", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14387", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14388", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14389", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14390", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3037", + "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_3038", + "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_3039", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3040", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14391", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14392", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14393", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14394", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14395", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3041", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14396", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14397", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3042", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3043", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3044", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3045", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3046", "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_3047", "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_3048", "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_3049", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3050", "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_3051", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3052", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3053", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3054", "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_3055", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3056", "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_3057", "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_3058", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3059", "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_3060", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3061", "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_3062", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3063", "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_3064", "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_3065", "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_3066", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14388", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14389", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14398", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14399", + "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_3067", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14390", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14391", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14400", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14401", + "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_3068", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3069", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3070", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3071", "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_3072", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3073", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3074", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3075", "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_3076", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3077", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3078", "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_3079", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3080", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3081", @@ -5740,6 +5919,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3083", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3084", "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_3085", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3086", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3087", @@ -5752,8 +5932,9 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", "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_3093", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14392", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14402", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3094", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3095", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", @@ -5766,12 +5947,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3099", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3100", "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_3101", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3102", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3103", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14393", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14403", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3104", "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_3105", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3106", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3107", @@ -5779,11 +5962,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3109", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", "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_3110", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3111", "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_3112", "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_3113", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3114", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3115", @@ -5796,35 +5982,41 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3120", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3121", "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_3122", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3123", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3124", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3125", "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_3126", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3127", "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_3128", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3129", "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_3130", "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_3131", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3132", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3133", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3134", "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_3135", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3136", "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_3137", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14394", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14395", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14404", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14405", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3138", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3139", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14396", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14397", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14406", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14407", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3140", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3141", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3142", @@ -5841,10 +6033,12 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3150", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3151", "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_3152", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3153", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3154", "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_3155", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3156", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3157", @@ -5871,15 +6065,17 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3172", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3173", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3174", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14398", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14408", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3175", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3176", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3177", "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_3178", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3179", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3180", "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_3181", "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_241", @@ -5889,12 +6085,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3184", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3185", "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_3186", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3187", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3188", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3189", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3190", "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_243", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3191", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3192", @@ -5903,6 +6101,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_246", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3193", "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_3194", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3195", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", @@ -5916,14 +6115,18 @@ "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-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_3202", + "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_3203", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3204", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3205", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14399", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14400", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14409", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14410", + "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_3206", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3207", + "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_3208", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3209", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3210", @@ -5942,29 +6145,35 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", "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_3221", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3222", + "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_3223", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14401", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14411", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3224", + "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_3225", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3226", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14402", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_14412", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3227", "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-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_3228", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3229", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3230", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3231", "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_3232", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3233", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3234", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3235", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3236", "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_3237", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3238", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3239", @@ -5974,6 +6183,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3243", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3244", "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_3245", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3246", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3247", @@ -5981,14 +6191,17 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3248", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", "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_3249", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3250", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3251", "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_3252", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3253", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3254", "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_3255", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3256", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3257", @@ -6052,6 +6265,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3307", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3308", "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_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#_ref_3311", @@ -6072,6 +6286,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3324", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3325", "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_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#_ref_3328", @@ -6079,6 +6294,7 @@ "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-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_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#_ref_3334", @@ -6092,6 +6308,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3342", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3343", "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_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#_ref_3346", @@ -6116,6 +6333,7 @@ "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-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_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", @@ -6186,13 +6404,16 @@ "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#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_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#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_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_3431", "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_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", @@ -6281,6 +6502,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3514", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3515", "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_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#_ref_3518", @@ -6288,6 +6510,7 @@ "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_3521", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3522", + "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_3523", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3524", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3525", @@ -6319,6 +6542,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3550", "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_3551", "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", @@ -6329,14 +6553,17 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3558", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_255", "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_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-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_3562", "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#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_3565", "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", @@ -6375,10 +6602,12 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3580", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3581", "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_3582", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3583", "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_3584", "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_3585", @@ -6390,14 +6619,17 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3588", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3589", "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_3590", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3591", "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_3592", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3593", "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_3594", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3595", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3596", @@ -6407,14 +6639,17 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3599", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3600", "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_3601", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3602", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3603", "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_3604", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3605", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3606", "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_3607", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3608", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3609", @@ -6452,11 +6687,13 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3636", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3637", "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#sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3638", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3639", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3640", "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_3641", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3642", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3643", @@ -6468,10 +6705,12 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3648", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3649", "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_3650", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3651", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3652", "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_3653", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3654", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3655", @@ -6487,10 +6726,12 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3664", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3665", "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#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3666", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3667", "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_3668", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3669", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3670", @@ -6498,6 +6739,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3672", "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_3673", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3674", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3675", @@ -6507,6 +6749,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3679", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3680", "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_3681", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3682", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3683", @@ -6515,6 +6758,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3686", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3687", "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_3688", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3689", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3690", @@ -6525,6 +6769,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3695", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3696", "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_3697", "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_3698", @@ -6595,6 +6840,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3754", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", "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_3755", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3756", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3757", @@ -6603,6 +6849,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3760", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3761", "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_3762", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3763", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3764", @@ -6618,46 +6865,47 @@ "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_3774", "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_14403", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14413", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3775", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14404", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14414", "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_14405", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14415", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3776", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14406", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14416", "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_14407", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14417", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3777", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14408", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14418", "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_14409", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14419", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3778", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14410", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14420", "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_14411", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14421", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3779", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14412", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14422", "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_14413", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14423", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3780", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14414", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14424", "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_14415", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14425", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3781", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3782", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3783", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14416", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14426", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3784", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14417", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14418", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14427", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14428", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3785", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3786", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3787", "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_14419", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14429", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3788", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3789", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14420", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14430", + "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_3790", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3791", @@ -6692,6 +6940,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioncreate", "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_3815", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3816", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3817", @@ -6707,6 +6956,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3825", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3826", "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_3827", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3828", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3829", @@ -6715,9 +6965,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3832", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3833", "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_3834", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3835", "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_3836", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3837", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3838", @@ -6733,19 +6985,23 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3846", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3847", "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_3848", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3849", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3850", "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_3851", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3852", "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_3853", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3854", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3855", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3856", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3857", "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_3858", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3859", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3860", @@ -6755,12 +7011,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3864", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3865", "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_3866", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3867", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3868", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3869", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3870", "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_3871", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3872", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3873", @@ -6779,14 +7037,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3886", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3887", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3888", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14421", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14422", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14423", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14431", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14432", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14433", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3889", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14424", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14425", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14426", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14427", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14434", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14435", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14436", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14437", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3890", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3891", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3892", @@ -6878,6 +7136,7 @@ "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_3965", "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_3966", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3967", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_3968", @@ -6933,6 +7192,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4007", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4008", "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_4009", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4010", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4011", @@ -6982,6 +7242,7 @@ "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_4048", "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_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", @@ -6989,6 +7250,7 @@ "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#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_4054", "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", @@ -7015,6 +7277,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4077", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4078", "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_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#step-arraysetlength-newlen", @@ -7071,6 +7334,7 @@ "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#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_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_293", @@ -7079,6 +7343,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4126", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4127", "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_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#_ref_4130", @@ -7152,6 +7417,7 @@ "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", "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_4191", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4192", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4193", @@ -7165,6 +7431,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4201", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4202", "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_4203", "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", @@ -7192,11 +7459,13 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4222", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4223", "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_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", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4227", "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_4228", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4229", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4230", @@ -7263,6 +7532,7 @@ "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#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_305", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", @@ -7273,12 +7543,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_311", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", "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_4283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4284", "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-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_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_313", @@ -7286,6 +7558,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_314", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4291", "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_4292", "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", @@ -7299,10 +7572,10 @@ "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_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_14428", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14438", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", "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_14429", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_14439", "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_4304", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4305", @@ -7364,6 +7637,7 @@ "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_4346", "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_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_4349", @@ -7387,6 +7661,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4361", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4362", "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_4363", "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_4364", @@ -7549,6 +7824,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4502", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4503", "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_4504", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4505", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4506", @@ -7576,8 +7852,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-ecmascript-language-source-code", "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#_ref_14430", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14431", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14440", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14441", "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", @@ -7632,16 +7908,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4538", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_339", "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_14432", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14433", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14434", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14435", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14436", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14437", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14438", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14439", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14440", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14441", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14442", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14443", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14444", @@ -7649,8 +7915,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14446", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14447", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14448", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4539", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14449", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14450", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14451", @@ -7661,6 +7925,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14456", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14457", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14458", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4539", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14459", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14460", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14461", @@ -7695,6 +7961,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14490", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14491", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14492", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14493", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14494", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14495", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14496", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14497", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14498", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14499", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14500", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14501", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14502", "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_343", @@ -7708,63 +7984,64 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_349", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4542", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_350", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14493", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14503", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4543", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14494", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14504", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4544", "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_14495", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14496", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14497", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14498", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14499", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14500", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14501", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14502", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14505", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14506", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14507", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14508", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14509", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14510", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14511", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14512", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_351", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4545", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14503", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14513", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4546", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14504", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14514", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4547", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14505", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14506", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14515", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14516", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4548", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4549", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14507", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14517", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4550", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14508", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14518", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4551", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4552", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4553", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14509", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14519", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4554", "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_352", + "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_4555", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4556", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14510", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14511", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14520", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14521", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4557", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4558", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4559", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14512", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14513", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14514", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14515", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14516", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14517", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14518", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14519", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14520", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14521", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14522", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14523", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14524", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14525", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14526", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14527", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14528", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14529", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14530", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14531", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14532", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4560", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4561", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4562", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14523", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_14533", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4563", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_4564", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", @@ -7789,141 +8066,130 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-toggle", "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_14524", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14525", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4568", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14526", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14527", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14528", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14529", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14530", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4569", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14531", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14532", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14533", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14534", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14535", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4568", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14536", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14537", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14538", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4570", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14539", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_353", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14540", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4569", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14541", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14542", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14543", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14544", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14545", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14546", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14547", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14548", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4570", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14549", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_353", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14550", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14551", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14552", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14553", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14554", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14555", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14556", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14557", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14558", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14559", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14560", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14561", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14562", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14563", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14564", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14565", - "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_14566", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_354", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", - "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_14567", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14568", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14569", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14570", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14571", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14572", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14573", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14574", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", - "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_14575", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", + "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_14576", - "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_358", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_354", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", + "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_14577", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14578", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14579", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14580", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14581", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14582", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14583", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", - "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_360", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14584", - "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_356", + "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_14585", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14586", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_362", + "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_358", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14587", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14588", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14589", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14590", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14591", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14592", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14593", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", + "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_360", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14594", - "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_14595", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14596", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_362", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14597", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14598", - "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_14599", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14600", - "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_14601", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14602", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14603", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14604", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", - "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_14605", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14606", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14607", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14608", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14609", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14610", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14611", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14612", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14613", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14614", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", + "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_14615", - "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_14616", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14617", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14618", @@ -7934,80 +8200,123 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14623", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14624", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14625", + "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_14626", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14627", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14628", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14629", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14630", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14631", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14632", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14633", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14634", + "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_14635", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-nway9r4_", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14636", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14637", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14638", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-psYctU2K", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14639", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14640", - "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#prod-IdentifierPart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-v-nflgzJ", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14641", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-nway9r4_", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14642", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14643", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14644", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", + "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_14645", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14646", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14647", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14648", - "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_14649", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14650", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14651", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", - "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_365", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14652", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4571", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14653", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4572", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14654", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14655", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4573", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14656", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14657", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14658", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14659", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14660", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14661", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14662", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14663", + "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_14664", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4571", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14665", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14666", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14667", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4572", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14668", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14669", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14670", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4573", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14671", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14672", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14673", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4574", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14674", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4575", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14675", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4576", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14657", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", + "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_14676", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14677", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14678", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14679", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14680", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14681", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14682", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14683", "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#_ref_14658", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14659", + "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_14684", + "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_14685", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4577", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14660", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14686", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4578", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", "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", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14661", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14687", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4579", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14662", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14688", + "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_371", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14663", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14664", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14665", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14666", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14689", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14690", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14691", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14692", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4580", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_372", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4581", @@ -8021,10 +8330,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", "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_14667", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14668", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14693", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14694", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OptionalChainingPunctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14669", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14695", "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", @@ -8038,149 +8347,123 @@ "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-ct1Yw7tL", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14670", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14671", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-M9nyIflh", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14672", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14673", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14674", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-A9FeOxj0", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14675", - "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_14676", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14677", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14678", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14679", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14680", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14681", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14682", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14683", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14684", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14685", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14686", - "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_14687", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14688", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14689", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14690", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14691", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14692", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14693", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14694", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14695", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14696", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14697", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-M9nyIflh", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14698", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14699", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14700", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-A9FeOxj0", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14701", + "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_14702", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14703", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14704", - "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_14705", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14706", - "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_14707", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14708", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14709", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14710", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14711", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14712", + "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_14713", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14714", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14715", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14716", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14717", - "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_14718", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14719", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14720", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14721", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14722", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14723", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14724", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14725", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14726", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14727", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14728", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14729", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14730", + "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_14731", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14732", + "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_14733", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14734", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14735", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14736", - "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_14737", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14738", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14739", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14740", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14741", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14742", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14743", + "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_14744", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14745", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14746", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14747", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14748", - "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_14749", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14750", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4584", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4585", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4586", - "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_14751", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14752", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14753", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14754", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14755", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14756", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14757", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14758", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14759", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14760", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14761", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14762", + "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_14763", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14764", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14765", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14766", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14767", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14768", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14769", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14770", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14771", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14772", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14773", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14774", + "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_14775", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14776", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4584", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4585", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4586", + "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_14777", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14778", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14779", @@ -8251,34 +8534,22 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14844", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14845", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14846", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14847", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4587", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14848", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14849", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4588", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14850", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14851", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4589", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14852", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14853", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14854", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14855", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14856", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14857", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14858", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14859", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14860", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14861", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14862", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14863", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14864", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14865", @@ -8287,151 +8558,163 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14868", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14869", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14870", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4590", - "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_379", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14871", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14872", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14873", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4587", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14874", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14875", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4588", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14876", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14877", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4589", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14878", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14879", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14880", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14881", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14882", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14883", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14884", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14885", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14886", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14887", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14888", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14889", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14890", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14891", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14892", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14893", - "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_14894", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14895", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14896", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4590", + "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_379", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14897", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14898", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14899", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14900", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14901", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14902", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14903", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14904", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14905", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14906", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14907", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14908", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14909", - "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_14910", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14911", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14912", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14913", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14914", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14915", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14916", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14917", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14918", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14919", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", + "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_14920", - "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_14921", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14922", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4591", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4592", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4593", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4594", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", - "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_4595", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14923", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14924", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4596", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14925", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14926", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14927", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14928", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4597", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14929", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14930", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14931", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14932", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4598", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14933", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14934", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14935", + "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_14936", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4599", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14937", + "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_14938", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14939", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14940", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", - "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_14941", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14942", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14943", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4600", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14944", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14945", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14946", + "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_14947", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14948", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4591", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4592", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4593", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4594", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", + "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_4595", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14949", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14950", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4596", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14951", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14952", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14953", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14954", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4597", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14955", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4601", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14956", - "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_14957", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14958", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4598", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14959", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14960", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14961", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14962", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4599", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14963", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14964", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14965", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14966", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", + "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_14967", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14968", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14969", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4600", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14970", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14971", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14972", @@ -8444,270 +8727,271 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14979", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14980", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14981", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4601", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14982", - "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_385", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4602", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", + "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_14983", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14984", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14985", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14986", - "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_14987", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14988", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14989", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14990", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14991", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14992", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14993", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14994", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14995", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14996", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14997", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14998", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14999", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15000", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15001", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15002", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15003", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15004", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15005", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15006", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15007", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15008", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals-static-semantics-early-errors", + "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_385", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4602", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15009", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15010", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15011", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15012", + "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_15013", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15014", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15015", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15016", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15017", - "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_15018", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15019", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15020", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15021", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15022", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15023", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15024", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15025", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15026", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15027", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15028", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15029", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15030", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15031", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15032", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15033", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15034", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15035", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15036", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15037", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15038", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15039", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15040", + "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_15041", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15042", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15043", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15044", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15045", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15046", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15047", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15048", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15049", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15050", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15051", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15052", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15053", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15054", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15055", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15056", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15057", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15058", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15059", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15060", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15061", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15062", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15063", - "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_15064", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15065", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15066", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15067", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4603", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15068", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15069", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15070", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15071", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4604", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15072", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15073", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4605", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15074", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15075", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15076", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4606", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15077", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15078", - "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_4607", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15079", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15080", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4608", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15081", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15082", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15083", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15084", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4609", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15085", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15086", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4610", + "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_15087", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15088", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4611", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15089", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15090", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4612", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4603", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15091", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15092", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15093", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15094", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4613", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4604", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15095", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15096", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4605", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15097", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15098", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4614", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15099", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4606", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15100", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15101", + "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_4607", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15102", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4615", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15103", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4608", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15104", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15105", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15106", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15107", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4609", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15108", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4616", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15109", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4610", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15110", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15111", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4611", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15112", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4617", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15113", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4612", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15114", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4618", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15115", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15116", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15117", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4619", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4613", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15118", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4620", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15119", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4621", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15120", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4622", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15121", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4614", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15122", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4623", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15123", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15124", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15125", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4624", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4615", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15126", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15127", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4625", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15128", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15129", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15130", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15131", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4616", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15132", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4626", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15133", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15134", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15135", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4617", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15136", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15137", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4618", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15138", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4627", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15139", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15140", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4628", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4619", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15141", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4629", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4620", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15142", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4630", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4621", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15143", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4622", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15144", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4631", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15145", - "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_12353", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4623", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15146", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15147", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15148", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4624", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15149", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15150", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4625", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15151", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15152", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15153", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15154", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15155", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4626", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15156", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15157", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15158", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15159", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15160", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15161", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4627", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15162", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15163", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4628", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15164", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4629", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15165", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4630", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15166", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15167", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_4631", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15168", + "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_12363", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15169", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15170", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15171", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15172", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15173", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15174", @@ -8752,31 +9036,54 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15213", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15214", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15215", - "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_15216", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15217", - "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_15218", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15219", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15220", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15221", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15222", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15223", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15224", - "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_15225", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15226", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15227", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15228", - "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_15229", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15230", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15231", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15232", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15233", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15234", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15235", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15236", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15237", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15238", + "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_15239", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15240", + "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_15241", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15242", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15243", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15244", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15245", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15246", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15247", + "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_15248", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15249", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15250", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15251", + "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_15252", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15253", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15254", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15255", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15256", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_15257", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_393", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane-container", @@ -8799,69 +9106,68 @@ "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-9ZnfnUjq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15235", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15258", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_cQ4k55E", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9S1STxNS", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BindingIdentifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cQDX7f7E", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15236", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15259", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-l0m7C_i-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5cBn3SHb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LabelIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15237", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3VpPJW1o", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-x8F06K1P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Identifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qowk0koj", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15239", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15261", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15263", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4632", "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_15241", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15264", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4633", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4634", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15242", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15265", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4635", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15243", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15244", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15245", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15246", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15268", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15247", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15270", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15249", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15250", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15272", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15273", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4639", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15274", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4641", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15252", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4642", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15253", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15277", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4644", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15278", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4645", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15256", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15257", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15258", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15259", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15279", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15280", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15281", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15282", "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#prod-tbqchaHr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15260", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15283", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15261", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15262", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15263", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15264", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15265", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15284", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15285", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4646", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15286", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4647", "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", @@ -8869,187 +9175,186 @@ "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_15266", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15267", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4647", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15268", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15269", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4648", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15287", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15288", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4648", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15289", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15290", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15270", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15271", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4650", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15291", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15292", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4651", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15272", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4652", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15293", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4653", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15273", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4654", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15294", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4655", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15274", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4656", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15295", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15296", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4657", "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-Joc9-5i9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WzC_-Tli", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15276", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kFKvlIew", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15277", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-izgqBKzQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15278", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rL0KzAka", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15279", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2GG08dnr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15280", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BjlPLEoy", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15281", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qRYwqON3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15282", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4f1krUyY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15283", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Hseyu0a-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15284", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-l_l2o01x", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15285", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ScOzt1wW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15286", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Lu7YZ_Gz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15287", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15288", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15289", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15290", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15291", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15292", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15293", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15294", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15296", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15297", - "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-kFKvlIew", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15298", - "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#_ref_4657", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_395", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-izgqBKzQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15299", - "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-rL0KzAka", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15300", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2GG08dnr", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15301", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BjlPLEoy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15302", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qRYwqON3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15303", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4f1krUyY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15304", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Hseyu0a-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15305", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-l_l2o01x", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15306", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ScOzt1wW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15307", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Lu7YZ_Gz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15308", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4658", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15309", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_396", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15310", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4659", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15312", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15314", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15315", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15316", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15317", - "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_15318", + "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_15319", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", + "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#_ref_4658", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15320", + "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#_ref_15321", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15322", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15323", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15324", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15325", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15326", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15327", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15328", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15329", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15330", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_396", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15331", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4660", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15332", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15333", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15334", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15335", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15336", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15337", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15338", + "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_15339", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15341", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15342", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15343", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15344", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15345", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15346", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15348", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Elision", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7xTfeyA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lq_Nojbr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15328", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15349", "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_15329", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15350", "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#prod-ACq7eTCD", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4660", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4661", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15330", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4662", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15332", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15333", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15334", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15351", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4663", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15335", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15352", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15353", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15354", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15355", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4664", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15336", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15356", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4665", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15357", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4666", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4667", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4668", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15337", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15338", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15339", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4669", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15358", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15360", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15361", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4671", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15341", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15342", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15343", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15344", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4672", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15345", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15362", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15363", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15365", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4673", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15346", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15366", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4674", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15367", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4675", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15348", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15368", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4676", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15369", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4677", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4678", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4679", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15349", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15350", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15351", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4680", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15352", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15371", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15372", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4681", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15353", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4682", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15354", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15374", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4683", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15375", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4684", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15355", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15357", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4685", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15376", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15378", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4686", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4687", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4688", @@ -9058,721 +9363,727 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4691", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4693", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15358", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4694", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15379", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4695", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15360", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15380", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15361", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15381", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15382", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4698", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15362", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4699", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15363", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15383", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4700", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15385", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4701", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15365", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4702", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15366", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15386", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4703", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15367", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15387", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4704", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15388", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4705", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15368", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15369", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15390", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2XenTcpv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15391", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15371", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15372", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15392", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-O1kityZO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15373", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15374", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15394", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15375", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15376", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15396", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HvcUscDA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15399", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N_V61Gw7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15400", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cSnpDCEZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15380", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15401", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JP-jcLhQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15402", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8fEXDve1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15382", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1paap4E_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15383", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15404", "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_15384", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15386", - "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_15387", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15388", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15389", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15390", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15391", - "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_15392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4705", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15393", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4706", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4707", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15407", + "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_15408", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4708", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4709", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", + "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_15413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4706", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4707", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15415", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4710", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4711", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4712", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15417", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4714", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4715", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4716", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4717", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15421", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4718", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4720", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15425", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15426", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4722", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4723", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4724", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15430", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4725", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4726", - "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-2nasR_1u", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4709", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4710", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15433", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4728", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15435", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4711", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15437", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4729", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4730", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4731", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4712", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4713", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4732", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4714", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4733", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4735", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4715", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15441", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4716", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4718", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15442", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15443", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4719", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4720", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15444", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15445", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4722", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15446", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15447", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4723", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15448", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15449", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4740", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4742", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4744", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4724", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15450", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4745", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4725", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15451", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15452", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4727", + "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-2nasR_1u", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15453", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15454", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4728", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15455", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15456", - "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_408", - "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#prod-r1teTyPc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15457", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4746", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15458", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15459", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4748", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4749", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4750", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4751", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4752", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4753", - "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#_ref_4733", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15460", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4754", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4755", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15461", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4756", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4735", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15462", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4758", - "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-FjGsqAJv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15463", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--wg-2WV5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15464", - "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_4737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15465", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_401", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_402", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15467", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IqxH63yE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15468", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4740", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15469", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15470", - "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_4741", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4742", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4743", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4745", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15471", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4746", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15472", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15473", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15474", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15475", - "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_406", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15476", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15477", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4759", + "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_408", + "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_15478", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4747", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15479", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4760", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15480", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4748", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4749", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4751", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4752", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4754", + "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#_ref_15481", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15482", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15483", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4759", + "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-FjGsqAJv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15484", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4761", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--wg-2WV5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15485", + "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_15486", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15487", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15488", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IqxH63yE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15489", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15490", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15491", + "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_15492", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15493", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15494", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15495", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15496", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4764", + "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_15497", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15498", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15499", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15500", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15501", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15502", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15503", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4769", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15504", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4770", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15505", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15506", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4772", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15507", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4773", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15508", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4774", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15510", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4775", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15511", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4776", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15512", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4777", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15513", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15514", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4778", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4764", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15516", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15517", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15518", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4766", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15519", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15520", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15521", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4783", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15522", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4786", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4787", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4788", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4789", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4790", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4791", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4792", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4793", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4795", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4796", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4799", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4800", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15523", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4769", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15524", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4770", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15525", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4804", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4772", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15527", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4773", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15528", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15529", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15530", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4775", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15531", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4806", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4807", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4776", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15532", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4777", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15533", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4778", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15534", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15535", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4779", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15536", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4809", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4810", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4780", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15537", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15538", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15539", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15540", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15541", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4812", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4783", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4784", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15543", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4813", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4785", + "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_4786", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4787", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4788", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4790", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4791", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4792", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4794", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4797", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4798", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4799", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4801", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4803", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15544", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4816", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15545", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4817", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15547", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15548", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4806", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15550", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4819", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15551", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4820", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15552", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4807", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4808", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15553", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4821", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15554", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15555", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4823", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15556", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15557", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4810", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15558", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15559", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15560", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4825", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4826", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15561", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15562", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4827", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4828", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4829", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4813", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15563", - "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_411", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15564", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4815", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15565", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4830", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4816", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4817", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15566", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15567", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4818", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15569", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15570", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15571", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4819", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4820", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15572", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4821", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4833", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4822", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15575", - "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-zOzqrjO_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15577", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15578", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15580", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4826", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15582", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CbDen9pR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15583", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ROYaXrl2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4828", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4829", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4830", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15584", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", + "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_15585", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4831", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15587", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15588", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15589", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4832", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15590", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15592", - "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_4833", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15593", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15594", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58WiwMc8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15595", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cmo-Ch0M", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4834", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15596", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XZ1IV5BV", + "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-zOzqrjO_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15597", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15598", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15599", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15600", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15601", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15602", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15603", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CbDen9pR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ROYaXrl2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15605", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15606", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15607", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15608", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15609", - "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#prod-SuperProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15610", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15611", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-e75CowVl", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15612", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15613", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", + "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_15614", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15615", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58WiwMc8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15616", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cmo-Ch0M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15617", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XZ1IV5BV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15618", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15619", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15620", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15621", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15623", - "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_15624", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15625", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15627", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15628", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15630", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", + "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_15631", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15632", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-e75CowVl", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15633", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15634", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15635", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15637", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15639", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RmIHX089", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hKgp5YBB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15641", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15642", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15644", + "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_15645", - "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#prod-a5k1i_eU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15646", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15647", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15650", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15651", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15652", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15653", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15654", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15655", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15656", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15657", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15658", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15660", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RmIHX089", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15661", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hKgp5YBB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15662", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15663", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4835", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15664", - "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-CallMemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15665", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15666", + "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_15667", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4836", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15668", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4837", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4838", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15669", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4835", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15671", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15672", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15673", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4840", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4841", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15674", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15675", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15676", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15677", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4842", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4843", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15678", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4844", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15680", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15681", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4845", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15682", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4846", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4847", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15683", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15684", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4836", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15685", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15686", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4848", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15687", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4849", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4850", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15688", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15689", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4838", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15690", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15691", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15692", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15693", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4840", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15694", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4841", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4842", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15695", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15696", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15698", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4843", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4844", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15699", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4845", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15700", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15701", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15702", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4846", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15703", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4847", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4848", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15704", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15705", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15706", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15707", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4849", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15708", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4850", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4851", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15709", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15710", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15711", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15712", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4852", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4853", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15713", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4854", "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#_ref_4854", + "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_4855", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4856", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4857", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4858", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4859", "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#_ref_4859", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15693", + "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_4860", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15714", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4861", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4862", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4863", "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#_ref_15694", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4863", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15695", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15715", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4864", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15698", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15699", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15700", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15716", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15718", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4865", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15701", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15719", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15720", + "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_15721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4866", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15702", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15722", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4867", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15723", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4868", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4870", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4871", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4872", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4873", "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#_ref_15703", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15704", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4873", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15705", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15706", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15707", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15724", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15725", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4874", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15728", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4876", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4877", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4878", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4880", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4881", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4882", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15709", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15730", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4884", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15710", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15711", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15712", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4885", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15714", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15733", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15734", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4886", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4887", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15715", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4888", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15736", "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#_ref_4888", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4889", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4890", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4891", @@ -9790,227 +10101,229 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4903", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4904", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4905", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4906", "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#_ref_15716", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4906", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4907", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4908", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15718", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4909", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4910", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15719", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4911", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15740", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4912", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15720", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15721", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4913", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15741", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15742", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4914", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15722", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4915", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15743", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4916", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4917", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4918", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4919", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15723", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4920", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15744", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4921", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4922", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4924", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4925", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4926", + "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_4927", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4928", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4930", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4931", + "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_4932", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4933", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4934", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4935", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4936", "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#prod-qXYYcvIK", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4936", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15724", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15725", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4937", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15745", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15746", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4938", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15726", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15747", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4940", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15748", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4941", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4942", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4943", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15730", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15749", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15750", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4945", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15751", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15752", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4946", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15732", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15733", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4947", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15735", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4948", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4949", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4950", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4951", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15736", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4952", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4953", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15738", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4954", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15759", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4955", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15740", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4956", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15742", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4957", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15762", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15763", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15764", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4958", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15745", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4959", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15766", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4961", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4962", "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#_ref_15746", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15748", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4962", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15768", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15769", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4963", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15749", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15750", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15751", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15752", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4964", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15770", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15773", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4965", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15753", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15754", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15755", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4966", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15775", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15776", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15777", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4967", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4968", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15778", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15758", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15759", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4968", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15780", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4969", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15760", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15761", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4970", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15782", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15783", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4971", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15763", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4972", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15784", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15785", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15786", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4973", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4974", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15768", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15787", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15788", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4975", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15769", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15770", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15789", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4976", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15790", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15791", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15792", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15772", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4978", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15793", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15773", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15774", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15776", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4980", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15794", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15797", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4981", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15777", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4982", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15798", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4983", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15778", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15779", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15781", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4984", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15799", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15801", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15802", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15803", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4987", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15783", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15786", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4988", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15806", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4989", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4990", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15787", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15808", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4992", "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#_ref_15788", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4992", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4993", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15810", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4994", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4995", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4997", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15790", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15811", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_418", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15791", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15792", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15793", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_4999", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15813", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15815", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5001", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15796", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15799", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5002", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15817", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15818", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15819", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15820", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5003", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15821", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5004", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15801", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5005", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15822", "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#_ref_5005", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5006", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5007", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5008", @@ -10021,8 +10334,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5013", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5014", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5016", + "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_5017", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5018", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5019", @@ -10033,8 +10347,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5024", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5026", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5027", + "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_5028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5030", @@ -10042,106 +10357,106 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5033", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5035", "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_15802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15823", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15805", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15806", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15826", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15807", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15828", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15808", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15829", "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_15809", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15810", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15811", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15812", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15813", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15830", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15831", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5036", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15833", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5037", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15835", "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#_ref_15815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15816", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5037", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15836", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5038", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5039", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5040", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5041", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5042", "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#_ref_15817", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15838", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5043", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5044", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5045", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5046", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5047", "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#_ref_15819", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15840", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15841", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5048", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5049", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5050", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5051", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5052", "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#_ref_15821", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5052", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15842", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15843", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5053", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5054", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5055", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5057", "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_15823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15844", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-n3f1x4OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15845", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bEnaiUfM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15825", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15846", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOmRMvU8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15826", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15847", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-55Xz_E0Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15827", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15848", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yxAmCDj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15828", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15849", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nw8eIftf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15829", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15850", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4lEraLTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15830", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15851", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nl8w2g65", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15852", "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_15832", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15833", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5057", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15834", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15835", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15836", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15837", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15838", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15839", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15840", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15841", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15842", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15843", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15844", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15845", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15846", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15853", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15854", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15847", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15848", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15855", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15856", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15857", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15858", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15859", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15860", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15861", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15862", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15863", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15864", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15866", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15867", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5059", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15868", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5060", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5061", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5062", @@ -10149,516 +10464,518 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5064", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5065", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5066", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5067", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5068", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5069", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5070", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15849", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5071", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15870", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5072", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5073", "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#_ref_15850", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15851", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5073", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15871", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15872", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5074", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5075", "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#_ref_15852", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15853", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5075", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15873", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15874", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5076", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5077", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5078", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#table-typeof-operator-results", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#table-35", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", "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#_ref_15854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5078", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15875", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15876", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5079", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5080", "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#_ref_15856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15857", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5080", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15877", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15878", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5081", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5082", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5083", "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#_ref_15858", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15859", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5083", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15879", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5084", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5085", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5086", "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#_ref_15860", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15861", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5086", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15881", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15882", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5087", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5088", "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_15862", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15863", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15864", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15865", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15866", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15867", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15868", - "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_15869", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15870", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15871", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15872", - "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#_ref_15873", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15874", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15875", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15876", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5089", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15877", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15878", - "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_15879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15880", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15881", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15882", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15883", - "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-EEr7dA-y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15884", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15885", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5090", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15886", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15887", - "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#_ref_5089", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15888", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15889", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5091", + "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_15890", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15891", - "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_15892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15893", + "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#_ref_15894", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15895", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15896", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15897", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5090", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15898", - "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#_ref_15899", + "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_15900", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5092", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15901", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15902", - "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-XorHFOnH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15903", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15904", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5093", + "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#_ref_15905", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15906", - "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#_ref_5091", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15907", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15908", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5094", + "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#_ref_15909", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15910", - "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_5092", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15911", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15912", + "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_15913", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15914", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15915", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15916", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15917", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15918", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15919", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", + "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#_ref_15920", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15921", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5093", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15922", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15923", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", + "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#_ref_15924", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15925", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5094", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15926", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15927", + "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#_ref_15928", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5095", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15929", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5096", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5097", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5095", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15930", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15931", + "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_15932", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5098", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15933", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5099", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5100", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15934", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15935", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15936", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5101", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5102", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5103", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15938", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15939", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15940", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15941", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5105", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5106", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15942", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15943", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15945", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5108", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5109", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15946", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15947", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15948", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5110", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15949", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5111", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5113", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5096", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15950", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5097", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5098", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15951", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15952", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15953", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5116", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5117", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5118", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5120", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5121", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5123", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5124", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5126", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5128", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5129", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5130", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5131", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5132", - "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_5099", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15954", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5100", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5101", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15955", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15956", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15957", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5102", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15958", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5103", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5104", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15959", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15960", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15961", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5105", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15962", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5106", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5107", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15963", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15964", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15965", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5108", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15966", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5134", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5135", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5109", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5110", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15969", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5136", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5111", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15970", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5137", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5112", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5113", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15971", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15972", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5116", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15973", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5139", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15974", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5140", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5141", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5117", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5118", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5119", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5121", + "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_5122", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5124", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5125", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5126", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5127", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5129", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5132", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5133", + "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_15975", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15976", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5142", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5144", - "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_15979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15980", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15981", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15982", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15983", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15984", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15987", - "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#_ref_5135", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5136", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15988", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15989", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5145", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5137", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5139", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15992", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15993", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5146", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15994", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5140", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15995", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5141", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5142", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15997", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5147", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5143", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_15999", - "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_5144", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5145", + "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_16000", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16001", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16002", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16003", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16004", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16005", - "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#prod-BitwiseORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16006", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16007", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16008", + "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#_ref_16009", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16010", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5146", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16011", - "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#_ref_16012", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16013", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16014", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5148", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5149", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5147", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5150", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16016", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16017", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16018", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5151", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5152", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5148", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16019", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5153", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16020", + "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_16021", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16022", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5154", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16023", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5155", - "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#prod-LogicalORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16024", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16026", + "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_16027", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16028", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16029", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16030", - "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-ShortCircuitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16031", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16032", + "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#_ref_16033", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16034", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5157", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5158", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5149", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5150", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16036", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5159", - "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_5151", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16037", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-R8ryvMfV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Z4PEVU4t", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16039", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_eOvXLbd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5152", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5153", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16040", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5154", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16041", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16042", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16043", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5155", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16044", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5156", + "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_16045", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16046", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16047", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16048", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16049", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16050", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16051", - "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#sec-conditional-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16052", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16053", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16054", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16055", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5158", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5159", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16057", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5160", + "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_16058", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-R8ryvMfV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16059", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Z4PEVU4t", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16060", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5161", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_eOvXLbd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16061", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16062", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16063", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16064", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5162", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16065", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16066", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16067", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16068", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16069", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16071", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16072", + "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_16073", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16074", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5163", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16075", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16076", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16077", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16078", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5161", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16079", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16080", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16081", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5164", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5162", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16082", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5166", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16083", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16084", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16085", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5169", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5163", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16086", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5170", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16087", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5171", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5172", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16089", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16090", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16091", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16092", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5173", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16093", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5174", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16094", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5175", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5176", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16095", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5164", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16096", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16097", - "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_5177", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5178", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5179", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16098", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5180", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16099", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5181", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16100", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16101", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5182", - "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_5183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16102", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5166", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16103", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16104", - "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_5184", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5185", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5168", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16105", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5187", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16106", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5188", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5169", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5170", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5171", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16108", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5189", - "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_5190", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16109", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5172", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5173", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16110", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16111", - "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_5191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5192", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5193", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16113", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5174", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5175", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16115", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5177", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16116", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16117", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16118", + "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_5178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5180", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16119", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5181", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16121", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16122", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5183", + "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_5184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16124", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16125", + "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_5185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16126", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5188", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16127", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5189", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16129", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5190", + "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_5191", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16132", + "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_5192", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5193", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5195", - "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_16135", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16136", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5196", + "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_5197", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5198", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_425", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_426", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", @@ -10668,20 +10985,20 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_431", "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_5198", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5199", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5200", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5201", + "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_5202", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5203", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5204", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_434", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5204", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5206", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5207", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5208", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5209", @@ -10691,299 +11008,300 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5213", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5214", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5215", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-applystringornumericbinaryoperator-operations-table", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5216", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-applystringornumericbinaryoperator-operations-table", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5217", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_435", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_436", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5217", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5218", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_437", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5218", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5219", + "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_5220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5223", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5224", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16116", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16117", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16118", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16139", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16140", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16141", "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_16121", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16142", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16122", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16143", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16123", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16124", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16144", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16145", "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_16125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16126", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16146", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16147", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16127", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16148", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16128", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16129", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16149", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16150", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16151", "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_16131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16152", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16132", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16153", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16133", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16134", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16154", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16155", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-enAr2ZG3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16135", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16156", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16136", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16158", "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_16138", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16139", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16159", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16160", "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_16140", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16141", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16161", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16162", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16142", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16143", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16163", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16164", "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_16144", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16145", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16166", "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_16146", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16147", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16168", "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_16148", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16149", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5224", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16151", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16152", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16153", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16155", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16157", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16159", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16169", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16170", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5225", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16161", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16162", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16171", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16172", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16173", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16174", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16175", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16177", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16180", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5226", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16163", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16164", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16165", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16166", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16181", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5227", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16167", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5228", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16188", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5228", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5229", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5230", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16168", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16189", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16169", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16190", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5231", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16170", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5232", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16191", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5233", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5234", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5235", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16171", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5236", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16192", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5237", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16172", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16173", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16174", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16193", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5239", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16175", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16195", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5240", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16196", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5241", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16197", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5242", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5244", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16177", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5245", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16198", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5246", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16199", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5247", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16179", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16180", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16181", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16200", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5249", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16201", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16202", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16203", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5250", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16204", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5252", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5253", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16184", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5254", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16205", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16206", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5256", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5257", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16186", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5258", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16207", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5259", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16208", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5260", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16188", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5261", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16209", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5262", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5263", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16189", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16190", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16191", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5264", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16210", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16211", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16212", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5265", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16192", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5266", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16193", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16214", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16194", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16195", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5267", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16196", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16216", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5268", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16197", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16217", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5269", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16198", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16199", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16218", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5270", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16200", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16219", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5272", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16201", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5273", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16202", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5274", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16203", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16204", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16224", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16225", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5277", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16206", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16207", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5278", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16226", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16227", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16228", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5279", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16208", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5280", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16229", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5281", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16209", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16210", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5281", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16231", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5282", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5283", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5284", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5285", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5286", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16211", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5286", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16212", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16213", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16232", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5287", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16233", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16234", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16235", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5288", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16216", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16217", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16236", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5289", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16218", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16219", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16220", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16237", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16238", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5290", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16221", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16239", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16241", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5291", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16222", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16242", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5292", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16243", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5293", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5294", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5296", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16224", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16244", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5297", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16245", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5298", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5299", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5300", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16225", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16226", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16227", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16228", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16229", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16230", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5301", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16246", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16247", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16248", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16249", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16250", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16251", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5302", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5303", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5304", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5305", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5306", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5307", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16231", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5308", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16232", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16252", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5309", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16233", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16253", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5310", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16235", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16254", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16236", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16237", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16239", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16256", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5312", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16257", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16258", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16259", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5313", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16261", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5314", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16241", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16242", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16243", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16244", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16245", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16246", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16247", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5315", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16264", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16265", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5316", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5317", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5318", @@ -10994,55 +11312,56 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5323", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5324", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5325", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16249", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16250", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5326", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16269", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16270", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16271", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5327", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16252", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16272", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5328", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16273", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5329", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16253", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16254", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16255", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16256", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16257", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16258", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5329", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16274", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16276", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16277", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16278", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16279", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5330", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16259", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16260", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16280", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5332", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16261", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16281", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5333", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16262", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16282", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5334", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16264", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16265", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16266", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16283", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16284", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5335", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16268", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16285", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16286", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16287", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16288", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5336", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16289", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5337", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5338", "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_16269", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16290", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16270", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16291", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16292", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16272", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16273", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16274", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5338", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16293", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16294", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16295", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5339", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_16296", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5341", "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", @@ -11062,731 +11381,712 @@ "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-_RzUocsc", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16276", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16297", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zzZIrcve", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16298", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-tLSm97IT", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16278", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16299", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--E29oaLq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16279", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16300", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--LiPad3T", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16280", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16281", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16301", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16302", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3eO1A4mA", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16282", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16303", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1mMhFDto", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16283", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16304", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bep3gsuf", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16284", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16305", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-6V6m-A5U", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16285", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16286", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16306", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16307", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3chu9X3V", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16287", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16308", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--yHlyxIy", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16288", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16309", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5Kl0FUSw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16289", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16310", "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_16290", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16311", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-atbkfQ3e", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16291", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16312", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DEQYio0_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16292", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16313", "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-L8T23W53", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16293", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16314", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CsuSm934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16294", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16315", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Mj0BF5Ng", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16295", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16316", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_n4x_0B4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16296", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16317", "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-00LpqzuX", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16297", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16318", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Uwt2E06k", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16298", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16319", "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#_ref_16299", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16300", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16301", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5341", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16302", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16303", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16304", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16305", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16320", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16321", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16322", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5342", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16323", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16324", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16326", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5343", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16306", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5344", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16327", "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_16307", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16328", "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_16308", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16329", "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_16309", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16330", "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_16310", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16311", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16331", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16332", "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-EQzE7F8u", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16312", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16333", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GRF71K6E", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16313", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16334", "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_16314", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5344", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16315", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16335", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5345", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16316", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16336", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5346", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16317", - "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#_ref_16337", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5347", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16318", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16338", + "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#_ref_5348", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16339", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5349", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5350", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16319", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5351", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16320", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16340", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5352", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16321", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16322", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16323", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16324", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16341", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5353", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16342", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16343", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16344", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16345", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5354", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16346", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5355", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16326", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16327", - "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_5356", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16347", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16348", + "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_5357", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5358", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5359", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16328", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16329", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5360", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16349", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16350", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5361", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5362", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5363", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5364", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5365", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5366", "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_439", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16330", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16331", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16332", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16333", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5366", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16351", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16352", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16353", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16354", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5367", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5368", "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_440", "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_5368", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5369", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16334", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16335", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16336", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16337", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16338", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16339", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16340", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16341", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16342", - "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_16343", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16344", - "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-YHzPmgz1", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G1Hf7gBn", - "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_16345", - "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_16346", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16347", - "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_16348", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16349", - "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_16350", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16351", - "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_16352", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16353", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5370", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16354", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5371", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16355", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16356", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16357", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16358", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5372", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16359", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16360", - "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#_ref_16361", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16362", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16363", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5373", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5374", + "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_16364", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16365", + "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-YHzPmgz1", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G1Hf7gBn", + "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_16366", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5375", + "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_16367", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16368", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5376", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5377", + "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_16369", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5378", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5379", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16370", + "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_16371", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16372", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5380", + "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_16373", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5381", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5382", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16374", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5383", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5371", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16375", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5372", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16376", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5384", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5385", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16377", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16378", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16379", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5386", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5387", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5388", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5373", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16380", - "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_5389", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5390", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16381", + "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#_ref_16382", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16383", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16384", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5374", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5375", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16385", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16386", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16387", - "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_5376", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16388", - "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-b7kFpx81", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16389", - "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_5377", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5378", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16390", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5379", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5380", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16391", - "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_16392", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16393", - "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_5381", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16394", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5382", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5383", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16395", - "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#_ref_5384", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16396", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16397", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5391", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5392", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5385", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5386", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16398", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16399", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16400", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5393", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16401", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16402", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5394", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5387", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5388", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5389", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16401", + "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_5390", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5391", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16402", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16403", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16404", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5395", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16405", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5396", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5397", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16406", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5398", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16407", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16408", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5399", - "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_5400", + "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_16409", + "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-b7kFpx81", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16410", + "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_16411", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5401", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5402", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_441", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16412", + "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_16413", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16414", + "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_16415", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5403", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5404", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16416", - "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-XzywOrpN", + "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#_ref_16417", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Q02W-YD", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16418", - "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_5392", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5393", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16419", - "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_16420", - "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_16421", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5394", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16422", - "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_16423", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5395", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16424", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16425", - "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_5396", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16426", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5397", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5398", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16427", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5399", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16428", - "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_16429", - "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_5400", + "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_5401", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16430", - "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_16431", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16432", - "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_5402", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5403", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_441", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16433", - "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_16434", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16435", - "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_16436", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5404", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5405", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16437", - "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-_67MBf2R", + "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-XzywOrpN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16438", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VmvTFDAY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Q02W-YD", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16439", + "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_16440", - "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-xrMoI6uo", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16441", - "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-ZImPf3XQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16442", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16443", - "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-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_16444", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16445", - "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_16446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iBHkClE5", + "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_16447", - "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#prod-jhtKd-Y5", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16448", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5405", + "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_16450", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5406", + "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_16451", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5407", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", + "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_16452", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5408", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16453", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5409", + "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_16454", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5410", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1euONYQ-", + "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_16455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16456", + "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_16457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5411", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5412", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5413", - "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#prod-jjw6mbi6", + "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-_67MBf2R", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16459", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5414", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5415", + "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_16460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5416", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5417", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5418", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5419", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5420", - "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_5421", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5422", - "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_16461", + "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_16462", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5423", + "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_16463", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5424", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5425", + "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_16465", - "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_16466", + "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_16467", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5426", + "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_16468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5427", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5428", + "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#prod-jhtKd-Y5", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16469", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5429", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5430", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5406", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16471", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5407", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5431", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5432", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5433", - "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#sec-empty-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5434", - "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#_ref_5408", + "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_16473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5409", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16474", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5410", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5411", + "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_16476", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16477", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5435", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16478", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5412", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5413", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16479", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5414", + "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#prod-jjw6mbi6", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16480", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5415", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5416", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16481", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5417", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5418", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5419", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5420", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5421", + "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_5422", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5423", + "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_16482", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16483", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5424", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16484", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16485", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5425", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5426", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16486", + "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_16487", - "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#_ref_16488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5427", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5436", - "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_5428", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5429", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16490", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5430", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16491", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5431", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16492", - "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_16493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5432", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5433", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5434", + "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#sec-empty-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5435", + "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#_ref_16494", - "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_16495", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16496", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5437", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16498", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5438", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5436", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16500", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16502", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_442", - "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#_ref_16503", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16504", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16506", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5440", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5441", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16507", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5442", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5443", + "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#_ref_16509", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16510", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5437", + "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_16511", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5444", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5445", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5446", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16512", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5447", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5448", - "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-_iKWbsbc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16513", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-APtduKCe", + "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_16514", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GF3bPj7n", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16515", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-6JGUK4CB", + "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_16516", - "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#_ref_16517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16518", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5438", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16519", - "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#prod-bY0mbJsd", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16520", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5449", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16521", - "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_16522", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5450", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5440", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16523", - "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_442", + "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#_ref_16524", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5451", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16525", - "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_16526", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16527", - "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_5441", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5442", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16528", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16529", - "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_5443", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5444", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16530", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16531", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16532", - "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-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#prod-3uzJdijq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5446", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5447", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16533", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5448", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5449", + "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-_iKWbsbc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16534", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-APtduKCe", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16535", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5454", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5455", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GF3bPj7n", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16536", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5459", - "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#prod-6JGUK4CB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16537", + "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_16538", - "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_16539", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16540", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5460", + "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#prod-bY0mbJsd", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16541", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", - "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#prod-0mdwhc7l", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5450", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16542", + "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_16543", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5451", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16544", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5461", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5462", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5463", + "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_16545", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5465", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5466", - "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_5452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16546", + "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_16547", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16548", + "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_16549", - "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_16550", + "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_16551", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16552", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16553", - "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_443", + "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#prod-3uzJdijq", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16554", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16555", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16556", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5455", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5457", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16557", - "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_5458", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5459", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5460", + "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_16558", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16559", + "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_16560", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16561", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5461", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16562", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", + "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#prod-0mdwhc7l", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16563", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16564", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16565", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5462", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5463", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5464", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16566", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5465", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5466", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5467", + "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_16567", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16568", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16569", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5467", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16570", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", + "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_16571", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16572", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16573", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16574", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5468", + "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_16575", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5469", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16576", - "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#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16577", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16578", + "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_16579", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16580", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16581", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16582", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5471", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16583", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16584", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16585", - "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_16586", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16587", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16588", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16589", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16590", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5468", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16591", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16592", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16593", - "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_16594", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16595", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5469", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16596", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5470", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16597", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5474", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5475", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5476", + "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#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16598", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5477", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16599", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5478", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16600", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5479", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5480", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5481", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5482", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16601", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16602", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16603", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5483", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5484", - "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_5485", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5486", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5487", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5488", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5492", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5493", - "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_5494", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5496", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5497", - "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_5471", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5472", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16604", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16605", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16606", - "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#prod-HwfL-Win", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16607", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16608", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16609", - "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_16610", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16611", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5474", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16612", - "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_16613", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16614", + "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_16615", - "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_16616", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16617", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16618", - "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_5475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5476", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5477", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16619", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5478", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16620", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5479", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16621", - "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_5480", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5481", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5482", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5483", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16622", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16623", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16624", - "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_5484", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5485", + "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_5486", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5487", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5489", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5490", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5491", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5492", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5494", + "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_5495", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5496", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5497", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5498", + "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_16625", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16626", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16627", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jY1gwM9V", + "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_16628", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16629", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16630", - "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#prod-xutvwaXc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16631", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16632", - "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-Od4pejmC", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16633", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bASH00Dp", + "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_16634", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_446", - "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_16635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16636", + "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_16637", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16638", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16639", + "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_16640", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16641", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16642", + "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_16643", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16644", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16645", + "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_16646", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16647", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16648", + "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_16649", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16650", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16651", + "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_16652", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16653", + "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-Od4pejmC", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16654", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bASH00Dp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16655", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_446", + "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_16656", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16657", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16658", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16660", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16661", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5498", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16662", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_447", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16663", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16664", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16665", @@ -11800,17 +12100,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16673", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16674", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16675", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16676", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16677", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16678", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16679", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16680", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16681", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16682", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5501", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16683", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_447", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16684", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16686", @@ -11820,171 +12119,194 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16690", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16691", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16692", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5502", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16693", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5503", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16694", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5504", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16695", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16696", - "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#prod-HvnSrzbi", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16697", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16698", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5501", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16700", - "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_16701", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16702", - "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_16703", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5502", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16704", - "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_16705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16706", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ju7bhK7a", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16707", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XukR8W1f", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16708", - "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_16709", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16710", - "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_16711", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16712", - "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_16713", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ag9Jf7uA", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5503", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16714", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QtossHb7", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5504", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16715", - "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_5505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16716", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16717", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5506", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16717", + "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#prod-HvnSrzbi", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16718", - "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_16719", - "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_16720", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_448", - "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_5507", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", - "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_16721", + "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_16722", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5509", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16723", - "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#prod-bTiDTykL", + "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_16724", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16725", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5511", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5512", + "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_16726", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16727", - "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#prod-dhS3iRZF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ju7bhK7a", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16728", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XukR8W1f", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16729", + "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_16730", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16731", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5515", + "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_16732", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16733", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A6rVBZNm", + "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_16734", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ag9Jf7uA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16735", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QtossHb7", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16736", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5516", + "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_16737", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16738", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5507", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16739", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zcGoySgU", + "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_16740", + "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_16741", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_448", + "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_5508", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", + "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_16742", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5518", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5519", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16743", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5510", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16744", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5520", + "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#prod-bTiDTykL", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16745", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16746", - "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_5511", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5512", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16747", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16748", + "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#prod-dhS3iRZF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16749", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5521", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16750", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5522", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16751", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16752", - "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_5516", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16753", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16754", + "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_16755", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16756", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5524", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16757", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16758", - "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_5518", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16759", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16760", + "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_16761", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5525", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5526", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16762", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16763", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5527", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5519", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5520", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16764", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16765", - "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_5521", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16766", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16767", + "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_16768", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5528", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16769", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5529", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16770", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5522", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16771", - "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_5523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16772", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16773", + "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_16774", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5530", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16775", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5531", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16776", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5524", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16777", - "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_5525", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16778", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16779", + "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_16780", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5532", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5533", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16781", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16782", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5534", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5526", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5527", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16783", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16784", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5528", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16785", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16786", + "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_16787", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16788", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16789", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5529", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16790", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5530", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16791", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16792", + "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_16793", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16794", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16795", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5531", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16796", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5532", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16797", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16798", + "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_16799", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16800", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16801", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5533", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5534", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16802", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16803", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5535", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16804", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16805", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_450", "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_5535", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5536", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5537", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5538", @@ -11998,13 +12320,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5546", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5547", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5548", - "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_5549", + "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_5550", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5551", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16785", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16786", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5552", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16806", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16807", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5553", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5554", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5555", @@ -12013,8 +12335,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5558", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5559", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5560", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16787", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5561", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16808", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5562", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5563", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5564", @@ -12025,12 +12347,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5569", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5570", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5571", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16788", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5572", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16809", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5573", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5574", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16789", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5575", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16810", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5576", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5577", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5578", @@ -12044,434 +12366,439 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5586", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5587", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5588", - "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#_ref_16790", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5589", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16791", + "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#_ref_16811", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5590", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16812", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5591", + "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", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5591", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5592", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5593", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5594", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5595", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5596", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5597", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5598", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-iterator-objects", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5599", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-iterator-objects", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5600", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5601", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5602", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5603", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5604", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5605", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%.next", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5606", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%.next", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5607", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5608", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5609", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5610", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5611", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5612", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-properties-of-for-in-iterator-instances", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5613", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-properties-of-for-in-iterator-instances", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5614", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5615", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#table-for-in-iterator-instance-slots", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement", "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_16792", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16793", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16813", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16814", "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_16794", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16795", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16796", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16815", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16816", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16817", "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#_ref_5615", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16797", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5616", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16798", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16818", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5617", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16819", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5618", "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_16799", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16800", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16820", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16821", "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_16801", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16802", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16803", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16822", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16823", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16824", "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#_ref_5618", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16804", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5619", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16805", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16825", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5620", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16826", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5621", "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#_ref_16806", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16807", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16808", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16809", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16827", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16828", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16829", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16830", "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#_ref_5621", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16810", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16811", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5622", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16831", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16832", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5623", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5624", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5625", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5642", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5626", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5643", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5627", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5628", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5629", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_455", "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_16812", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16813", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5629", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16833", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16834", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5630", - "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_16814", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16815", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5631", + "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_16835", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16836", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5632", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16816", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5633", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16837", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_456", "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#_ref_16817", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16818", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16819", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5633", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16838", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16839", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16840", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5634", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5636", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5637", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16820", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5638", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16841", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5639", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5640", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16821", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5641", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16842", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5642", "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_16822", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16823", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16843", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16844", "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_16824", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16845", "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_16825", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16826", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16827", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16846", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16847", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16848", "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_16828", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16849", "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_16829", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16830", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16850", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16851", "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_16831", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16832", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16852", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16853", "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_16833", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16854", "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_16834", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16835", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5643", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16836", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16855", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16856", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5644", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16837", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16857", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5645", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16838", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16858", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5646", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16859", "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#prod--oXyocga", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5646", - "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_16839", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5647", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16840", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16841", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16842", + "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_16860", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5648", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16861", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16862", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16863", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5649", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5650", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5651", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5652", - "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_16843", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16844", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16845", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16846", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5653", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16847", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16848", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16849", + "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_16864", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16865", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16866", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16867", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5654", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16868", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16869", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16870", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5655", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5656", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5657", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16850", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5658", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16851", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16852", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16853", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16871", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5659", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16854", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16872", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16873", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16874", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5660", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16875", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5661", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5662", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5663", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16855", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5664", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16876", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5665", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5666", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16856", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16857", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16858", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5667", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16877", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16878", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16879", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5668", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5669", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5670", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5671", "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#_ref_16859", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5671", + "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_16880", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5672", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5673", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16860", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16861", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16862", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5674", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5675", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16863", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16864", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16865", - "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#_ref_16866", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16867", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16868", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5676", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5677", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5678", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5679", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16869", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5680", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5681", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16870", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5682", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16871", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16872", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5683", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16873", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16874", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16875", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5684", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16876", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16877", - "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_16878", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16879", - "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-ZdaBUa3q", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16880", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9bKQMexM", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16881", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16882", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16883", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5675", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5676", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16884", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16885", - "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_16886", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-islabelledfunction", + "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#_ref_16887", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16888", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16889", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5677", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5678", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5679", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5680", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16890", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5685", - "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#_ref_5681", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5682", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16891", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5683", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16892", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5686", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5687", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16893", - "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", - "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_5684", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16894", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5688", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16895", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5689", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5690", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5691", - "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_16896", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16897", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5692", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5693", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5694", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16898", + "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_16899", - "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_16900", + "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-ZdaBUa3q", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16901", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5695", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9bKQMexM", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16902", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5696", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5697", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16903", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5698", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5699", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5700", - "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_16904", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16905", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yNvNX8se", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16906", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nGqcJdt_", + "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_16907", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E9WZy4XN", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_457", + "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_16908", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-JaqknT0A", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16909", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WDFeNdWY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16910", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OTAMsoQb", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16911", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7zXkEnhZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5686", + "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#_ref_16912", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P_sTorcs", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16913", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--R2pJplF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5687", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5688", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16914", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-UhENwxgv", + "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", + "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_16915", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nKo_YY6H", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5689", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16916", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDRWisB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5690", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5691", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5692", + "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_16917", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16918", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5693", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5694", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5695", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16919", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16920", + "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_16921", - "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#_ref_16922", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5696", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16923", - "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#_ref_5697", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5698", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16924", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16925", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5700", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5701", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5702", - "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#prod-3whCJM4e", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16925", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16926", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yNvNX8se", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16927", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EYIEedje", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nGqcJdt_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16928", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E9WZy4XN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16929", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cfkI0NCS", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-JaqknT0A", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16930", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WDFeNdWY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16931", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OTAMsoQb", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16932", - "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#prod-7zXkEnhZ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16933", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P_sTorcs", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ybInUotF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--R2pJplF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16935", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Finally", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-UhENwxgv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16936", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CatchParameter", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nKo_YY6H", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16937", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDRWisB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16938", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16939", - "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_16940", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16941", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16942", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5704", + "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#_ref_16943", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16944", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5706", + "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#_ref_16945", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5707", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16946", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5708", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-catchclauseevaluation", - "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_5702", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5703", + "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_16947", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16948", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5709", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5710", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5711", + "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_16949", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5712", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5713", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16950", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5714", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5715", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5716", + "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_16951", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5717", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5718", - "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_16952", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16953", + "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_16954", - "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#_ref_16955", + "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_16956", + "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_16957", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5719", + "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_16958", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5720", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5721", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16959", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16960", + "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_16961", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16962", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5722", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5723", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5704", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16963", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16964", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5706", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16965", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5707", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16966", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5708", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16967", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5709", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_458", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-catchclauseevaluation", + "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_16968", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16969", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5710", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5711", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5712", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16970", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5713", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16971", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5715", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5716", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5717", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16972", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5718", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5719", + "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_16973", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16974", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16975", + "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#_ref_16976", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16977", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16978", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16979", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5721", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5722", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16980", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16981", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16982", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16983", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5723", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16984", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16985", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16986", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16987", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5725", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16988", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16989", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5726", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5727", "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#sec-debugger-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16969", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5727", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_16990", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5730", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5731", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_5732", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane", @@ -12489,44 +12816,44 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#menu-toggle", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-ecmascript-language-functions-and-classes", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5732", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5733", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_459", "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-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_16970", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16991", "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-X0L442RA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eloVArBA", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16971", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16972", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16973", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16992", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16993", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16994", "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_16974", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16975", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16995", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16996", "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-TejDOk2p", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16976", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16997", "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_16977", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16978", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16998", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16999", "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_16979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17000", "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-t4IFgCs2", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16980", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17001", "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_16981", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5733", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16982", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17002", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5734", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16984", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17003", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17004", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16985", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16986", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16987", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17005", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5736", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17006", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17008", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5737", "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", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsexpression", @@ -12534,904 +12861,903 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-containsexpression", "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_16988", - "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_16989", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16990", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5737", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16991", - "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_16992", - "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_16993", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16994", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5738", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16995", - "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_16996", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16997", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5739", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_16998", - "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_16999", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5740", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17003", - "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_17004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17005", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5742", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17006", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5743", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17007", - "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_17008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17009", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5744", + "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_17010", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5745", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17011", - "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_5738", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17012", + "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_17013", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5746", + "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_17014", - "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_17015", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5739", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17016", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5747", + "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_17017", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5748", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17018", - "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_5740", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17019", + "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_17020", - "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_17021", - "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_17022", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5741", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17023", - "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_5742", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17024", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", + "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_17025", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17026", - "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_5743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17027", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5744", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17028", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5750", + "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_17029", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5751", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17030", - "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_5745", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17031", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5746", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17032", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5752", + "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_17033", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5753", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17034", - "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_5747", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17035", - "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#prod-eeXd9umu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17036", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5754", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5748", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17038", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5755", - "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_5749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17039", - "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#prod-iu5DldfN", + "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_17040", - "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_17041", + "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_17042", - "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-8U9yuoPy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17043", - "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_17044", + "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_17045", - "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#prod-TzoSXJM8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17046", - "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_5750", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17047", + "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_17048", - "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_17049", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5751", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17050", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5756", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5752", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17051", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5757", + "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_17052", - "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_17053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5758", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5753", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17054", - "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_5754", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17055", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-46y1StQq", + "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_17056", + "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_17057", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5759", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5760", - "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_5755", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17059", - "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_5756", + "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_17060", + "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#prod-iu5DldfN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17061", + "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_17062", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5761", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5762", - "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#prod-HBo05lrR", + "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_17064", - "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-b6-qn4pg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17065", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", + "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_17067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6kCXjXJH", + "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_17068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17069", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", + "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_17070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17071", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5763", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5757", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17072", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5764", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5758", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17073", - "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#prod-X-TC2nAd", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vy2-ZCdS", + "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_17074", - "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_5759", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17075", + "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_17076", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5765", + "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_17077", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17078", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5761", + "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_17080", + "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_17081", - "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_17082", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5766", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17083", - "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_5762", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17084", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5763", + "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#prod-HBo05lrR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17085", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5767", + "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_17086", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5768", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17087", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5769", + "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_17088", - "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#prod-6kCXjXJH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17089", - "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_17090", + "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_17091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5770", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17092", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5771", - "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_5764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17093", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5772", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5765", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17094", - "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#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#prod-X-TC2nAd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vy2-ZCdS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17095", - "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#prod--tdGBtde", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17097", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5766", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17098", - "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_17099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17100", - "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_17101", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17102", + "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_17103", - "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-CvdRIvQG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5767", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17104", - "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-jJULW0Hz", + "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_17105", - "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_17106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5768", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17107", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5769", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17108", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5770", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17109", + "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_17110", + "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_17111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17112", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5771", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17113", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5772", + "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_17114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5773", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17115", + "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_17116", + "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_17117", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5774", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17118", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17119", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5777", + "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_17120", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5778", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17121", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5779", + "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_17122", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17123", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17124", + "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-CvdRIvQG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5781", + "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-jJULW0Hz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17126", + "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_17127", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17128", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17129", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5784", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17131", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17132", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17133", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17134", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5787", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5788", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5774", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17136", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17137", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17138", - "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#prod-SI3y-Fh-", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5775", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5791", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5777", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17140", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5792", - "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", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5793", - "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_5778", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5794", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17142", - "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#prod-oT86BVb2", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17144", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5781", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17146", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17147", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5796", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17148", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17149", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5798", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5799", - "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_17150", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5784", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17151", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5800", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17153", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17154", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5787", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17155", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5804", - "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#prod-M2Odxhb_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5788", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17157", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5805", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17158", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5807", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5791", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17159", + "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#prod-SI3y-Fh-", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17160", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5810", - "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_5792", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5793", + "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", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5794", + "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_17162", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17163", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5811", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5812", + "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#prod-oT86BVb2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5813", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17165", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5816", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5817", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17166", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5796", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17167", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5818", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5819", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17168", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5797", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17169", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17170", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5800", + "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_17171", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17172", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17173", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5801", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5802", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17174", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17175", - "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#_ref_5803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5804", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17176", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5805", + "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#prod-M2Odxhb_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17177", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17178", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5820", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5807", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17179", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5809", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17180", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5821", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17181", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5810", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5811", + "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_17182", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17183", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5822", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17184", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5812", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5813", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5814", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5815", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5816", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17186", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5823", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5824", - "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_5817", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5818", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17187", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17188", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5819", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17189", - "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-C8khN6EK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17190", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K4CbCiCx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17191", - "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_17192", - "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_17193", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17195", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17196", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFormalParameters", + "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#_ref_17197", - "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_17198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17199", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5821", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17200", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5825", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17201", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5822", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17202", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5826", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17203", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5827", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17204", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5828", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5823", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17207", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5825", + "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_17208", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17209", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5831", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5832", + "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-C8khN6EK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17211", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K4CbCiCx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5833", + "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_17213", - "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#prod-paSxtgKv", + "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_17214", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-72drK4Uu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17215", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5834", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17216", - "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_5835", - "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_17217", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5836", + "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_17218", - "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#prod-C8uAwDLj", + "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_17219", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17220", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5837", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5838", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17221", - "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_5839", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5840", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5826", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5841", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5827", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17224", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5828", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17225", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17226", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5842", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5831", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17228", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5844", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17229", - "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#_ref_17230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17231", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5845", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17232", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17233", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5834", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17234", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5846", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5847", - "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#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#prod-paSxtgKv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17235", + "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_17236", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5835", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17237", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SKJRU3Gy", + "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_5836", + "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_17238", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JrqfvaKq", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cxt3DfG5", + "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#prod-C8uAwDLj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17240", - "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_17241", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5838", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5839", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17242", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nWs7csn9", + "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_5840", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17243", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17244", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5842", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17245", - "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-4-xtlU1r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17246", - "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_17247", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5844", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17248", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17249", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5848", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5845", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5849", + "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#_ref_17251", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5850", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17252", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5851", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5846", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17253", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17254", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17255", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5847", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5848", + "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_17256", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5852", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5853", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17258", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5854", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SKJRU3Gy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5855", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JrqfvaKq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5856", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cxt3DfG5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17261", - "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#prod-IjiMaa22", + "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_17262", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17263", + "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_17264", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17265", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5857", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17266", + "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-4-xtlU1r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17267", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5858", + "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_17268", - "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_17269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17270", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5849", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5859", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5850", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17272", - "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_5851", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17273", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5852", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17275", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5860", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17277", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5853", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17278", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5861", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5854", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17279", - "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_5855", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5856", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17281", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5857", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17282", + "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#prod-IjiMaa22", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17283", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5862", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17284", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17285", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5863", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17286", - "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_5858", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17287", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17288", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5859", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17289", + "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_17290", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5864", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17291", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5865", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5860", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17293", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p8Pkhz62", + "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_17294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17295", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17296", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17297", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5866", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5861", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17298", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5867", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5862", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17300", - "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#prod-pvkrotoO", + "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_17301", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kI3eJd2i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17304", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y_NSkW05", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5863", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17305", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fiMt-szv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17306", - "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_5864", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17307", + "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_17308", - "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_17309", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17310", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17311", - "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#prod-VntM4j0E", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5865", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17312", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17313", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5866", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17314", + "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_17315", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17316", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17317", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17318", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5867", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17319", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17320", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5868", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17321", + "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#prod-pvkrotoO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17322", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17323", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17324", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kI3eJd2i", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17325", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y_NSkW05", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17326", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fiMt-szv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17327", + "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_17328", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17329", + "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_17330", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17331", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17332", + "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#prod-VntM4j0E", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17333", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17335", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17336", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5869", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5870", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5871", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17316", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5872", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17317", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17318", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17337", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5873", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17338", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5874", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5875", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-methoddefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-PropertyDefinitionEvaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-runtime-semantics-propertydefinitionevaluation", "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_17319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17320", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17321", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5875", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17322", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17340", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5876", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5877", - "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_17323", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17324", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5878", + "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_17344", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17345", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17346", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5879", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5880", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17326", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5881", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5882", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17327", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5883", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17348", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5884", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5885", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5886", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5887", - "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_17328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17330", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17331", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5888", + "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_17349", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17350", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17351", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5889", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5890", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17332", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5891", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17353", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5892", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17334", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5893", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17354", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17355", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5894", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5895", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5896", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5897", - "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_17335", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17336", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17337", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17338", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5898", + "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_17356", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17357", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17358", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17359", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5899", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5900", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5901", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17360", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5902", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17340", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17341", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5903", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5904", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5905", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5906", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5907", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5908", - "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_17342", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17343", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17344", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5909", + "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_17363", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17364", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17365", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17366", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5910", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5911", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17346", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5912", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17367", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5913", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17347", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17348", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5914", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17368", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17369", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5915", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5916", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5917", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5918", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5919", - "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_17349", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17351", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5920", + "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_17370", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17371", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17372", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5921", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5922", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17353", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5923", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5924", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17354", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17355", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5925", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17375", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5927", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5928", "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_17356", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17357", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17358", - "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_17359", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17360", - "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_17361", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17362", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17363", - "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_17364", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17365", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17366", - "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-UaNDUTMe", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17367", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17368", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17369", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17371", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17372", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17373", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17374", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17375", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5928", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", - "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_17376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17378", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5929", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17379", + "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_17380", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5930", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17381", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5931", + "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_17382", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17383", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5933", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17384", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5934", + "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_17385", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17386", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17387", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17388", + "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-UaNDUTMe", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17388", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17389", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17390", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17391", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17392", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17393", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17394", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5935", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17395", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17396", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5929", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", + "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_17397", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5936", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5937", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17398", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5938", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17399", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5939", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5930", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17400", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5940", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17401", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5941", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5931", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17402", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17403", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5942", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5933", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17404", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5934", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17405", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5943", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5935", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17406", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17407", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5944", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17408", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17409", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5945", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17410", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17411", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5946", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17412", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17413", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17414", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17415", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5936", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17416", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17417", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17418", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5937", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5938", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5939", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5940", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17421", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5941", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5942", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17423", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17424", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5943", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17425", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17426", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5944", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17427", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5945", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17429", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5946", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17431", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17432", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5947", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17433", "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_5947", - "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_17413", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5948", + "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_17434", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5949", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5950", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17414", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5951", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5952", "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#prod-x_w-E_WI", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17415", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17416", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17417", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5952", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17418", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17436", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5953", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17439", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17440", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5954", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17420", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17421", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5955", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17441", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17442", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5956", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5957", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5958", - "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_17422", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17423", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17424", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5959", + "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_17443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17444", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5960", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17425", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17426", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5961", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17446", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17447", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5962", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5963", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17427", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5965", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17448", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5966", "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#prod-FnOrbSnb", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17428", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17429", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5966", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17449", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17450", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17430", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5968", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17451", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5969", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17431", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17432", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5970", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17452", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17453", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5971", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5972", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5973", - "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_17433", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17434", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17435", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5974", + "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_17454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17456", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5975", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17436", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5976", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5977", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5978", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17437", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17458", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17438", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5981", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5982", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5983", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5984", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17440", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17441", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17442", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17443", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17444", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17445", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17446", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17447", - "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#_ref_17448", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17449", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17450", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5985", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17451", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17465", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17466", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17467", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17468", + "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#_ref_17469", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17470", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17471", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5986", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17452", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17472", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5987", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17473", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17474", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5988", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17454", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5989", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17475", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5990", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5991", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5992", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_5993", @@ -13468,639 +13794,639 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6026", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6027", "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_17456", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17457", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17458", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17459", - "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_17460", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17461", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17462", - "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_17463", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17464", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17465", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17466", - "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_17467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17468", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17469", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17470", - "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-47HC640n", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17471", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17472", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17473", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17474", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17475", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6027", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", - "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_17476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17478", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6028", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17479", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17480", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6029", + "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_17481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17482", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17483", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6031", + "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_17484", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6032", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17485", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6033", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17486", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6034", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17487", + "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_17488", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17489", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17490", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17491", + "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-47HC640n", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17492", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17493", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17494", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17495", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17496", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6035", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6028", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", + "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_17497", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17499", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6036", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6037", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6029", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17500", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6038", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17501", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6039", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17502", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17503", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6041", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6031", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17504", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6032", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6033", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17506", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6034", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17507", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6043", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6035", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17508", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17509", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17510", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17511", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6045", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17512", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17513", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17514", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17515", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17516", - "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_6048", - "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_17517", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6049", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6050", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6051", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6036", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17518", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6052", - "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#prod-JvNVLw_7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17519", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17520", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6037", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6038", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17521", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6053", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6039", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17522", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17523", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6054", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6055", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6041", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6042", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17525", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6056", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6057", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6059", - "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_17526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17527", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17528", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6060", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6061", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17529", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17530", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6062", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6064", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6065", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6045", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17531", - "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#prod-A3m5kV04", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17533", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6067", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17534", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6069", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17535", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17536", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6070", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6071", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6072", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6073", - "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_6048", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17537", + "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_6049", + "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_17538", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6050", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6051", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6052", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17539", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6074", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6053", + "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#prod-JvNVLw_7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17540", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6076", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6077", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17541", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6079", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6080", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17542", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6054", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17543", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6081", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6082", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6083", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6084", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17544", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6055", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6056", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17545", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6057", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6058", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6059", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6060", + "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_17547", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17548", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17549", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6061", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6062", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17551", - "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#_ref_6063", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6064", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6065", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6066", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17552", + "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#prod-A3m5kV04", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17553", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17554", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6085", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6067", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17555", - "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_6069", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17557", - "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_6071", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6072", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6073", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6074", + "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_17558", - "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_17559", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17560", - "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_6075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17561", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6078", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6079", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17562", - "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_6080", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6081", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17563", - "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-YUQCWiaa", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17564", - "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-ADR6-dWZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6082", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6084", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17565", - "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_17566", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17567", - "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-Qf4HAgqR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17568", - "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_17569", - "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_17570", - "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_17571", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z0w9dpDy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17572", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0Xskgzt4", - "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#sec-asyncgenerator-definitions-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17573", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17574", - "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-G9YdmiD5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17575", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BPUn8Lt3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6086", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17576", - "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#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_17577", - "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-7H97-zXN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17578", - "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-0HOUlTAD", + "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_17579", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6086", - "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-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_17580", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17581", + "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_17582", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6087", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17583", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6088", + "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_17584", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6089", + "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-YUQCWiaa", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6090", + "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-ADR6-dWZ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17586", + "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_17587", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6091", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17588", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6092", + "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-Qf4HAgqR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17589", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6093", + "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_17590", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6094", + "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_17591", + "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_17592", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6095", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z0w9dpDy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6096", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0Xskgzt4", + "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_17594", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17595", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6097", + "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-G9YdmiD5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BPUn8Lt3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17597", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6098", + "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_17598", + "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-7H97-zXN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17599", + "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-0HOUlTAD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6087", + "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_17601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17602", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17603", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6088", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17604", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6100", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6089", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6090", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17606", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6101", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6091", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17607", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17608", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6102", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6092", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17609", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6103", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6093", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17610", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6104", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6094", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17611", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6105", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17612", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6106", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17613", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6107", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17614", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6108", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6097", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17615", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17616", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6098", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17617", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6110", - "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#prod-z4kY36XR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17619", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17620", - "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_17621", - "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_17622", - "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_6100", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17623", - "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_17624", - "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#prod-5dD0G3pr", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17625", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6112", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6101", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17626", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17627", - "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_6102", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17628", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17629", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6113", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6103", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17630", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6114", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6104", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17631", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6105", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17632", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6115", - "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#prod-CtxLpivn", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6106", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17633", - "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_6107", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17634", - "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_6108", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17635", - "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_6109", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17636", - "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_17637", - "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#prod-19e_yBXp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6110", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17638", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17639", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6117", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6111", + "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#prod-z4kY36XR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17640", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6118", - "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_6112", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17641", + "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_17642", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6119", + "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_17643", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6120", + "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_17644", + "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_17645", - "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#prod-A14zfyT4", + "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#prod-5dD0G3pr", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17646", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6121", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6113", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17647", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6122", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6123", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17648", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6124", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD4OjNLB", + "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_17649", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17650", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6126", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17651", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6127", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17652", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6128", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17653", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6129", - "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_6130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6131", - "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_6116", + "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#prod-CtxLpivn", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17654", + "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_17655", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6132", + "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_17656", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6133", + "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_17657", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9EwGAkEl", + "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_17658", + "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#prod-19e_yBXp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17659", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6134", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6117", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17660", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6135", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6118", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17661", - "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_6119", + "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_17662", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6136", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17663", - "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_6120", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17664", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6121", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17665", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6137", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17666", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6138", + "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#prod-A14zfyT4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17667", - "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_6122", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17668", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6140", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6123", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6124", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6141", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6125", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6126", + "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_17670", - "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_17671", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6127", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17672", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6142", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6128", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6143", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6129", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17674", - "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#prod-QQ9gR7rA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6130", + "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_6131", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6132", + "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_17675", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17676", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6144", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6133", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17677", - "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_6134", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17678", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6146", + "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_17679", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sMaEe0uD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17680", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uPgf_Q1K", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6135", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dExs5jCW", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6147", - "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_6136", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17682", + "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_17683", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6148", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6137", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17684", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6149", + "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_17685", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6150", - "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_17686", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6138", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17687", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6139", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17688", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", + "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_17689", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6140", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6141", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17690", - "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_6142", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17691", + "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_17692", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17693", - "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_6143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17694", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6144", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17695", + "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#prod-QQ9gR7rA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17696", - "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_17697", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6145", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17698", + "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_17699", - "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_6146", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17700", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sMaEe0uD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17701", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uPgf_Q1K", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17702", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6151", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dExs5jCW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6148", + "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_17703", - "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_6152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6153", - "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_17704", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6154", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6149", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17705", - "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_6150", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17706", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6151", + "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_17707", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17708", - "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_17709", + "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_17710", - "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_17711", + "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_17712", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17713", - "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_17714", + "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_17715", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17716", - "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_17717", + "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_17718", - "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_17719", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17720", + "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_17721", - "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_17722", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17723", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6152", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17724", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w57asuPi", + "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_6153", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6154", + "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_17725", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6155", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17726", - "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-cYRKXADu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17727", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17728", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17729", - "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-fA8Y53Jv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17730", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17731", + "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_17732", - "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_17733", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17734", - "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-Uf4haGDs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17735", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17736", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17737", - "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-7bSRnJkd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17738", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17739", + "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_17740", - "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_17741", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17742", - "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-3lM6XkIw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17744", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17745", - "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-w57asuPi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17746", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17747", + "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_17748", - "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_17749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17750", + "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_17751", - "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_17752", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17753", + "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_17754", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6155", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17755", - "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#prod-deOh_-BS", + "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_17756", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17757", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17758", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6156", + "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_17759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17760", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17761", + "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_17762", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17763", + "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_17764", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17765", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17766", + "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_17767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17768", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17769", + "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_17770", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17772", + "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_17773", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17774", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17775", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17776", + "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#prod-deOh_-BS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17777", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17778", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6157", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6159", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6160", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17781", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6162", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6163", "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#prod-sy-617ri", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6164", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6165", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17762", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6167", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6168", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6169", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody", "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_17763", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6169", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17764", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17784", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6170", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17785", "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#prod-tPq9hD-G", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17765", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17786", "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_17766", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6170", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17787", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6171", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17788", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qe_eKZ3f", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17768", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17789", "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_17769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6171", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17770", - "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_17771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6172", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17772", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17791", + "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_17792", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6173", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17793", "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", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6173", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6174", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6175", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6176", - "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_17773", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17774", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6177", + "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_17794", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6178", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6179", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6180", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6181", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17776", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17796", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6182", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6183", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17777", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6186", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6187", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6188", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17778", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6189", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17800", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6190", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6191", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6192", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6193", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6196", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17781", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6197", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17802", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6199", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6200", @@ -14115,18 +14441,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6209", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6210", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6211", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17783", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17803", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6213", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17804", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6214", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17784", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6215", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17805", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6216", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6218", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6219", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17806", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6222", @@ -14155,122 +14481,95 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6245", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6247", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6248", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-bindingclassdeclarationevaluation", "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_17786", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17787", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6248", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6249", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6251", - "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_17791", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6252", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17792", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17793", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17794", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17795", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_465", - "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#_ref_17796", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17797", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6253", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17798", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6254", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17799", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17800", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17801", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6255", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17803", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17804", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17805", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6256", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17806", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6257", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17807", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6249", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6258", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6250", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17810", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6261", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6262", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6263", - "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_17811", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6251", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6252", + "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_17812", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6253", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17813", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17814", - "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_17815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17816", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_465", + "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#_ref_17817", - "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_17818", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6254", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17819", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17821", - "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_17822", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6256", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17823", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17824", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17825", - "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-WjFwGBMF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17826", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6257", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17827", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6264", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6258", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17828", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17830", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6259", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17831", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6260", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6261", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6262", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6263", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6264", + "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_17832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17834", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17835", + "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_17836", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17838", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6266", + "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_17839", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17840", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17842", + "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_17843", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17844", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17845", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17846", + "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-WjFwGBMF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17847", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17848", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17849", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17850", - "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_17851", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17852", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17853", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17854", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6268", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17855", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17856", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17857", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6270", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6266", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17858", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17859", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6272", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17860", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17861", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17862", @@ -14280,266 +14579,264 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17866", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17867", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17868", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6273", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17869", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17870", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17871", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6275", + "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_17872", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17873", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6276", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17874", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6268", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17875", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17876", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6277", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6270", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17877", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6279", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17878", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17879", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6272", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17880", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6281", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6273", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17881", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17882", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6282", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17883", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17884", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6283", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17885", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17886", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6284", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17887", - "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#prod-VjNDNC25", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17888", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17889", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17890", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6285", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6275", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17891", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17892", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6286", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6287", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6276", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17893", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17894", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6288", - "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_6277", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17895", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17896", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17897", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6289", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6279", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17898", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6280", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17899", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6291", - "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#prod-3RN98Vrc", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6281", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17900", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17901", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6293", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6282", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17902", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6294", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6295", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17903", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6283", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17904", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6296", - "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_17905", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6284", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17906", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17907", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6297", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6298", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6285", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17908", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6300", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6301", + "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#prod-VjNDNC25", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17909", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6302", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6303", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17910", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17911", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6304", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6286", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17912", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17913", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6287", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6288", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17914", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17915", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6289", + "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_17916", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17917", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17918", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6291", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17919", - "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_6305", - "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_17920", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6306", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6307", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6308", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6309", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6310", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6292", + "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#prod-3RN98Vrc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17921", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6311", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6312", - "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#_ref_17922", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6293", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17923", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6295", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6296", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17924", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6313", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17925", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6297", + "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_17926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17927", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6315", - "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_17928", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6298", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6299", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17929", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6300", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17930", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6303", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6304", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17931", - "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_17932", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6305", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17933", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17934", - "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_17935", - "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_17936", - "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-cDxY5q2J", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17937", - "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_17938", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17939", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17940", + "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_6306", + "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_17941", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6307", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6308", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6309", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6310", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6311", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17942", - "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_6312", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6313", + "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#_ref_17943", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17944", - "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_17945", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6314", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17946", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6316", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17947", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17948", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6315", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6316", + "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_17949", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17950", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17951", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17952", + "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_17953", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17954", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17955", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6320", + "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_17956", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6321", + "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_17957", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6322", + "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-cDxY5q2J", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17958", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6323", + "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_17959", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17960", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17961", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17962", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17963", - "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#prod-ua51hPgJ", + "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_17964", - "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_17965", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6326", + "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_17966", - "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_6327", - "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_17967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6330", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6331", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6332", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17968", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6334", - "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#prod-kBFLOl9Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17969", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17970", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6335", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6336", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17971", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17972", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6337", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6338", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17973", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6339", - "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_17974", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6320", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17975", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6340", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6341", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17976", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6321", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17977", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6342", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6322", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17978", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6323", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17979", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6343", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6344", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6345", - "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#_ref_6325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17981", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17982", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6326", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17984", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6346", + "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#prod-ua51hPgJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17985", - "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_6347", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6348", + "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_17986", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6327", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17987", + "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_6328", + "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_17988", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6329", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6330", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6331", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6332", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6333", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17989", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6335", + "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#prod-kBFLOl9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17990", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17991", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6336", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6337", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17992", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17993", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6338", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17994", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6340", + "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_17995", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17996", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17997", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17998", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6349", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_466", - "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_6351", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6352", - "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_6343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_17999", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6353", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6344", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6354", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6346", + "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#_ref_18002", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18004", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18005", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18006", + "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_6348", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18007", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18009", @@ -14553,13 +14850,20 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18017", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18018", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18019", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6350", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6351", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_466", + "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_6352", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6353", + "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_18020", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18021", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6354", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18022", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6355", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18024", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18026", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18027", @@ -14580,7 +14884,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18042", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18044", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18045", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6357", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18048", @@ -14599,82 +14905,82 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18061", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18062", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6357", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18064", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18065", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6358", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18067", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6359", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18069", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18071", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6360", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18072", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18073", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18074", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18075", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18076", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6361", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18077", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18079", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6363", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18080", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18081", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18082", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6364", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18083", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6365", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18084", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6358", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18086", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18087", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6359", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18088", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6366", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18089", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6360", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6367", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18092", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6361", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18093", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18094", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18097", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6368", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18098", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6363", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18100", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6369", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6364", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18101", - "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_6370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6371", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6372", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18102", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18103", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6365", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18104", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6366", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18105", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18106", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18107", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18108", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6367", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18110", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18112", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6368", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18113", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18117", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18118", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6369", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18119", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18120", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18121", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6370", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18122", + "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_6371", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6372", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18123", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18124", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18125", @@ -14755,26 +15061,20 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18200", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18201", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18202", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18203", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18205", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18207", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6375", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18208", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18209", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18211", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18212", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18213", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18214", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18216", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6378", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18218", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18219", @@ -14782,21 +15082,26 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18226", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6375", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18229", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6379", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18230", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18231", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18232", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18233", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18234", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6378", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18235", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18236", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18237", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6379", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18238", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18239", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18240", @@ -14808,18 +15113,41 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18247", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18248", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6380", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18249", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6381", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6382", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6380", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18251", - "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_18252", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18254", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18255", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18256", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18257", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18258", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18259", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18260", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18261", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18262", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18263", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18264", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18265", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18266", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18267", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18268", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18269", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6381", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18270", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6382", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_18272", + "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_6384", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6385", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6386", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6387", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6388", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane", @@ -14840,73 +15168,74 @@ "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-k7_ObWcc", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18252", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18273", "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-he3lY70e", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18253", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18274", "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_18254", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6388", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18255", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18275", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6389", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18256", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18276", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6390", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18257", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18258", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18259", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18277", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6391", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18279", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18280", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6392", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6393", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6394", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_467", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18260", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6395", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18261", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18262", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_467", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18281", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6396", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18283", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6397", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18263", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6398", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_468", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18284", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6399", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18264", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_468", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6400", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18265", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18285", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6401", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18266", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18286", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6402", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18267", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18268", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18287", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6403", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18288", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18289", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6404", "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#prod-ATUJl4Kq", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18269", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18270", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6404", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18271", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18290", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18291", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6405", - "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#_ref_18292", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6406", + "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#_ref_6407", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#script-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_469", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-script-records", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6407", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6408", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6409", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6410", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18272", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6411", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18293", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6412", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6413", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18273", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6414", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18274", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18294", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6415", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18295", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6416", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6417", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6418", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6419", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6420", @@ -14919,12 +15248,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6427", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6428", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6429", - "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_18275", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6430", + "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_18296", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6431", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18276", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6432", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18297", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6433", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6434", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6435", @@ -14932,27 +15262,27 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6437", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6438", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6439", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18277", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18278", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18279", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6440", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18280", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18281", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18282", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18283", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18298", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18299", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18300", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6441", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18301", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18302", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18303", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18304", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6442", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18284", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18285", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18286", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6443", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18305", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18306", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18307", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6444", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6445", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6446", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6447", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6448", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#step-globaldeclarationinstantiation-web-compat-insertion-point", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_470", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6448", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6449", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6450", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6451", @@ -14960,184 +15290,186 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6453", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6454", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6455", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_471", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18287", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18288", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6456", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_471", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18309", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6457", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6458", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18289", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6459", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18310", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6460", "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-J1Dzjg4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18290", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18311", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18291", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18312", "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-oFwa4ZD6", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18292", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18313", "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_18293", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18294", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18314", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18315", "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-0vrrEsBm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18295", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18316", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WCJmhvY4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18296", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18317", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jXCkpXv4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18297", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18318", "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_18298", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6460", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18299", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18319", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6461", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18300", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18320", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6462", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18301", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18321", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6463", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18302", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18322", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6464", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18303", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18323", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6465", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18304", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18324", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6466", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18305", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18306", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18325", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6467", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18307", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18326", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18327", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6468", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18328", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6469", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18309", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18329", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6470", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18310", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18330", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6471", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18311", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18331", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6472", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18312", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18332", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6473", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18313", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18314", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18315", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18316", - "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_18333", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6474", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18334", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18335", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18336", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18337", + "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_6475", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6476", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6477", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6478", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6479", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-modulerequests", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-modulerequests", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-modulerequests", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-modulerequests", "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_6479", - "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_18317", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6480", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18318", - "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_18319", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18320", + "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_18338", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6481", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18321", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18339", + "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_18340", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18341", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6482", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18322", - "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_18323", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18342", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6483", - "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_18324", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18325", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18343", + "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_18344", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6484", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18326", - "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_18327", + "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_18345", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18346", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6485", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18347", + "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_18348", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6486", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18328", - "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_18329", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18330", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6487", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18331", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18349", + "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_18350", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18351", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6488", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18352", "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_18332", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18353", "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_18333", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18354", "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_18334", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18355", "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_18335", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18356", "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_18336", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18357", "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_18337", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6488", - "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#_ref_18358", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6489", + "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", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6490", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6491", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6492", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_474", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6492", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-36", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6493", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-36", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6494", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6495", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6496", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6497", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-abstract-methods-of-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-abstract-methods-of-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6499", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-37", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#resolvedbinding-record", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6499", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6500", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6501", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-cyclic-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#cyclic-module-record", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6503", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6504", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6505", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_476", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6506", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_476", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6507", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_477", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-fields", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6507", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6508", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6509", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6510", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6511", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6512", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18338", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6513", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18359", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6514", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6515", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6516", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6517", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6518", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6519", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6520", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_479", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6521", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6522", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_480", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-methods", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6522", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6523", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6524", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6525", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6526", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6527", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6528", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6528", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6529", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6530", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6531", @@ -15148,9 +15480,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6536", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6537", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6538", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6539", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6539", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6540", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6541", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6542", @@ -15165,8 +15498,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6551", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6552", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6553", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6554", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6555", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6556", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6557", @@ -15186,8 +15520,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6571", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6572", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6573", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6574", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6575", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6576", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6577", @@ -15202,15 +15537,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6586", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6587", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6588", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6589", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6590", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6591", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6592", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6593", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6594", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6595", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6596", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6597", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6598", @@ -15222,8 +15558,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6604", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6605", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6606", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6607", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6608", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6609", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6610", @@ -15232,8 +15569,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6613", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6614", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6615", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6616", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6617", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6618", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6619", @@ -15252,8 +15590,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6632", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6633", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6634", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6635", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6636", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6637", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6638", @@ -15264,9 +15603,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6643", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6644", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6645", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6646", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-example-cyclic-module-record-graphs", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-simple", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6646", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6647", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6648", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6649", @@ -15274,14 +15613,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6651", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6652", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6653", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-missing", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6654", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-missing", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6655", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6656", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6657", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6658", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6659", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6660", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6661", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6662", @@ -15291,8 +15630,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6666", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6667", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6668", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle-async", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6669", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle-async", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6670", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6671", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6672", @@ -15300,55 +15639,55 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6674", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6675", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6676", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6677", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_482", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6677", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6678", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_483", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6678", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6679", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6680", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_484", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-3", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6680", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6681", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_485", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6681", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6682", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6683", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_486", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6683", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6684", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_487", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-6", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6684", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6685", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6686", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_488", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6686", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6687", "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-module-graph-cycle-async-fields-8", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6687", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6688", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6689", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6690", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_490", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sourctextmodule-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_491", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6690", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18339", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6691", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18360", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6692", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6693", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_492", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6694", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_493", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_492", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6695", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-additional-fields-of-source-text-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_493", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6696", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-38", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-additional-fields-of-source-text-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6697", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18340", + "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_6698", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18361", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6699", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6700", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6701", @@ -15363,45 +15702,46 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6710", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6711", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6712", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6713", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6714", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6715", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_494", "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_6715", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6716", "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_18341", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18342", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18362", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18363", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_495", "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_6716", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-40", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6717", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-40", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6718", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6719", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6720", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_496", "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_6720", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6721", "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_18343", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18344", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18345", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18346", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18347", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18348", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18364", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18365", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18366", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18367", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18369", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_497", "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_6721", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-42", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6722", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-42", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6723", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6724", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18349", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6725", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18350", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18370", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6726", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18371", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6727", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6728", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6729", @@ -15413,8 +15753,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6735", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6736", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6737", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6738", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6739", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6740", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6741", @@ -15428,8 +15769,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6749", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6750", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6751", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6752", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6753", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6754", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6755", @@ -15460,8 +15802,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6780", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6781", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6782", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6783", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6784", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6785", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6786", @@ -15483,15 +15826,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6802", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6803", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6804", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18351", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18352", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18353", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18354", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6805", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18372", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18373", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18374", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18375", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6806", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6807", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6808", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6809", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6810", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6811", @@ -15507,18 +15851,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6821", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6822", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6823", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6824", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6825", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6826", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18355", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6827", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18376", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6828", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6829", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6830", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_499", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6831", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_499", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6832", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6833", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6834", @@ -15526,15 +15871,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6836", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6837", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6838", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6839", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6840", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6841", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18356", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6842", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18377", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6843", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_500", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6844", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_500", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6845", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6846", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6847", @@ -15552,10 +15898,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6859", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6860", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6861", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6862", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_501", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6863", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_501", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6864", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6865", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6866", @@ -15570,488 +15917,490 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6875", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6876", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6877", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6878", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6879", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6880", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6881", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6882", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6883", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6884", - "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#_ref_6885", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18357", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18358", + "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#_ref_6886", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18379", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6887", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18359", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18360", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18361", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6888", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18362", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18380", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18382", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6889", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18383", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6890", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18363", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18364", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18365", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6891", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18384", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18385", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18386", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6892", "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_18366", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18367", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18387", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18388", "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_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18389", "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_18369", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18370", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18371", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18390", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18391", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18392", "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_18372", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18373", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18393", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18394", "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_18374", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18375", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18395", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18396", "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-XiX5S_vU", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18376", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18397", "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_18377", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18398", "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_18378", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18379", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18399", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18400", "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_18380", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18401", "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_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18402", "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_18382", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18383", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18403", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18404", "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-5TmWi69r", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18384", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18405", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Pd4rUvEL", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18385", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18386", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18406", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18407", "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-sCJUL89L", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18387", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18408", "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_18388", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18409", "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_18389", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6892", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18390", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18410", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6893", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18411", "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", "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_6893", - "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_18391", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18392", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6894", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18393", + "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_18412", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18413", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6895", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18394", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18414", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6896", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18415", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6897", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-haUIYXQl", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18395", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18416", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hUPyQqYi", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18396", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6897", - "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_18397", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18398", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18417", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6898", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18399", + "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_18418", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18419", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6899", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18400", - "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_18401", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18420", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6900", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18421", + "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_18422", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6901", "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#prod-ejkMSdRd", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18402", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18403", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6901", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18404", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18423", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18424", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6902", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18405", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18425", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6903", - "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_18406", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18407", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18426", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6904", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18408", + "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_18427", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18428", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6905", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18409", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18429", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6906", - "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_18410", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18430", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6907", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18411", + "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_18431", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6908", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18432", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6909", - "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_18412", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6910", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18413", + "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_18433", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6911", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18434", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6912", - "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_6913", - "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_18414", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18415", + "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_6914", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18416", + "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_18435", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18436", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6915", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18417", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18437", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6916", - "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_18418", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18438", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6917", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18419", + "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_18439", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6918", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18440", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6919", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Qq5Ok86W", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18420", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18421", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6920", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18422", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Qq5Ok86W", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18441", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18442", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6921", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18423", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18443", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6922", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18444", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6923", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6924", "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_18424", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18425", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18445", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18446", "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_18426", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18447", "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_18427", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18448", "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_18428", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18449", "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_18429", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18450", "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_18430", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18451", "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_18431", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18432", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18452", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18453", "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-A39AIi_B", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-o48mDNgZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18433", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18454", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bKXP43lb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18434", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18455", "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_18435", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18436", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18456", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18457", "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_18437", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18458", "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_18438", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18439", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18459", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18460", "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-JyH8gtYm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18440", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18461", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HMTDwQcl", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18441", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18442", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18462", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18463", "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_18443", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18444", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6924", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18445", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18464", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18465", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6925", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18446", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18466", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6926", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18467", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6927", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18447", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18448", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6928", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18468", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18469", "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_18449", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6928", - "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_18450", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18451", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18470", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6929", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18452", + "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_18471", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6930", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18453", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6931", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18474", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6932", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-_KDGI2fs", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18454", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18475", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExniQRjB", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18455", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6932", - "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_18456", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18457", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18476", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6933", - "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_18458", + "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_18477", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18478", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6934", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18459", - "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_18460", + "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_18479", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6935", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18461", - "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_18462", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18480", + "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_18481", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6936", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18463", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18482", + "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_18483", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6937", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18484", "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_18464", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18485", "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_18465", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18486", "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_18466", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6937", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18467", - "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_18487", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6938", - "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_18468", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18469", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18488", + "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_6939", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18470", + "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_18489", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18490", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6940", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18471", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18491", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6941", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-PXy6OYfk", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18472", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18492", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6942", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-PXy6OYfk", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18493", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6943", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18473", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-yE_sj4Qx", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18474", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18475", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6944", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18494", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-yE_sj4Qx", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18495", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18496", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6945", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18476", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6946", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18497", "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_18477", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18498", "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_18478", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18479", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6946", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18480", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18499", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18500", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6947", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18481", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18501", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6948", - "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_18482", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6949", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18483", + "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_18503", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6950", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18504", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HgfJHgi9", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18484", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18505", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TCq0u4jM", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18485", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6950", - "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_18486", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18487", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18506", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6951", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18488", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-H38kB23_", + "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_18507", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18508", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6952", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-cZdtFWyT", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18489", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18509", + "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_6953", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-cZdtFWyT", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18510", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6954", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18490", - "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_18491", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6955", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18492", - "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_18493", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18511", + "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_18512", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6956", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18494", - "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_18495", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18513", + "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_18514", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6957", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18496", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18515", + "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_18516", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6958", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18517", "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_18497", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18518", "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_18498", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18519", "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_18499", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18520", "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_6958", - "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_18500", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18501", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6959", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18502", + "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_18521", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18522", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6960", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18503", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18523", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6961", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-pHxySdXg", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18504", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18524", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6962", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-pHxySdXg", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18525", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6963", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18505", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GRhLFzm0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18506", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18507", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6964", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18526", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GRhLFzm0", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18527", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18528", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6965", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18508", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6966", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18529", "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", "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_6966", - "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_18509", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18510", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6967", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18511", + "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_18530", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18531", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6968", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18512", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18532", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6969", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18533", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6970", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-lSM0kaNt", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18513", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18534", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TW56DY7O", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18514", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6970", - "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_18515", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18516", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18535", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6971", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18517", + "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_18536", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18537", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6972", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18518", - "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_18519", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18538", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6973", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18520", - "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_18521", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18539", + "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_18540", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6974", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18541", + "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_18542", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6975", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18522", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6976", - "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_18523", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18543", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6977", + "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_18544", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6978", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18524", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6979", - "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_18525", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18545", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6980", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18526", + "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_18546", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6981", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18547", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6982", - "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_18527", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6983", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18528", + "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_18548", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6984", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18549", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6985", - "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_18529", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6986", + "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_18550", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6987", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6988", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentriesformodule", "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_6988", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6989", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-eEU1GKNj", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18530", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6990", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18531", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-eEU1GKNj", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18551", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6991", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18552", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6992", - "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_6993", - "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_18532", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18533", + "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_6994", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18534", + "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_18553", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18554", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6995", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18535", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18555", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6996", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-sRdxtKYQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18536", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18556", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6997", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18537", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-sRdxtKYQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18557", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6998", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18558", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_6999", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kMIeNwJo", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18538", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18539", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7000", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18540", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kMIeNwJo", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18559", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18560", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7001", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18541", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18561", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7002", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18562", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7003", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7004", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-referencedbindings", "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_7004", - "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_18542", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18543", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7005", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18544", + "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_18563", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18564", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7006", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18545", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18565", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7007", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-T6LrnWgA", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18546", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18566", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7008", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18547", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iOxB68Nd", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18548", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18549", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-T6LrnWgA", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18567", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7009", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18550", - "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#_ref_18551", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18552", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18553", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18568", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iOxB68Nd", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18569", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18570", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7010", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18554", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18555", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18556", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18557", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18558", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18559", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18560", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18571", + "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#_ref_18572", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18573", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18574", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7011", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18561", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18575", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18576", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18577", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18578", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18579", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18580", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18581", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7012", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18562", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18582", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7013", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18583", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7014", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7015", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18563", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7016", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18564", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18584", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7017", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18565", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18566", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18585", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7018", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18586", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_18587", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7019", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7020", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7021", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7022", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane", @@ -16070,47 +16419,46 @@ "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_18567", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7022", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18588", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7023", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18568", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18569", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7024", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18589", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18590", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7025", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18570", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18571", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18572", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7026", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18591", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18592", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18593", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7027", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7028", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7029", - "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_7030", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18573", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18574", + "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_7031", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18594", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18595", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7032", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7033", - "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_7034", + "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_7035", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-forbidden-extensions", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7036", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-forbidden-extensions", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7037", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7038", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7039", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18575", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18576", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18577", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18578", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18579", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18580", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18581", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18582", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18583", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18584", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18585", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7040", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18596", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18597", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18598", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18599", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18600", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18601", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18602", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18603", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18604", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18605", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18606", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7041", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7042", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7043", @@ -16119,26 +16467,27 @@ "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7046", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7047", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7048", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7049", "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_18586", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18587", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7049", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18607", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18608", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7050", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7051", "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_18588", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18589", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18590", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18609", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18610", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18611", "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_7051", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7052", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_508", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_509", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_510", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_511", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18591", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7052", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18612", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_7053", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_512", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18592", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_18613", "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", @@ -16156,13 +16505,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#menu-toggle", "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_18593", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_18594", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7053", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_18614", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_18615", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7054", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7055", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_513", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7056", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_513", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7057", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7058", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7059", @@ -16172,19 +16520,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7063", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7064", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7065", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_514", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7066", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_514", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7067", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7068", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_515", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7069", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_516", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_515", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7070", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_516", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7071", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7072", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7073", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_517", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7074", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_517", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7075", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7076", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7077", @@ -16198,10 +16546,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7085", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7086", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7087", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7088", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_518", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_519", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_520", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7088", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_7089", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_521", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_522", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_523", @@ -16222,32 +16571,39 @@ "https://tc39.es/ecma262/multipage/global-object.html#menu-toggle", "https://tc39.es/ecma262/multipage/global-object.html#spec-container", "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7089", + "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7090", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7091", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7092", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7093", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7093", + "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7094", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7095", + "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", "https://tc39.es/ecma262/multipage/global-object.html#_ref_524", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", + "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", "https://tc39.es/ecma262/multipage/global-object.html#_ref_525", "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", + "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", "https://tc39.es/ecma262/multipage/global-object.html#_ref_526", "https://tc39.es/ecma262/multipage/global-object.html#sec-function-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7095", + "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", + "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7096", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7097", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7098", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7099", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7100", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-constructors", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-methods", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-functions", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7100", + "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7101", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7102", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7103", @@ -16256,18 +16612,18 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_7106", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7107", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7108", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18595", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7109", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18616", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7110", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18596", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18597", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7111", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18598", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18617", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18618", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7112", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18599", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18619", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7113", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18600", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18620", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7114", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18621", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7115", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7116", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7117", @@ -16286,48 +16642,50 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_7130", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7131", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7132", - "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7133", + "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", + "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7134", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7135", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7136", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7137", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7138", - "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7139", + "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7140", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7141", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7142", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7143", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7144", "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-throw-duplicate-binding", "https://tc39.es/ecma262/multipage/global-object.html#_ref_527", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7144", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7145", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7146", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7147", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7148", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7149", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7150", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18601", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18602", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18603", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7151", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18604", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18605", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18606", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18607", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18622", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18623", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18624", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7152", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18625", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18626", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18627", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18628", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7153", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7154", "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", "https://tc39.es/ecma262/multipage/global-object.html#_ref_528", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7154", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18608", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18609", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18610", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7155", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18629", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18630", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18631", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7156", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7157", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7158", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7159", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7160", @@ -16339,34 +16697,42 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_7166", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7167", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7168", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7169", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7170", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7171", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7172", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7173", "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7173", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7174", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7175", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7176", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7177", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18611", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18612", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7178", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18632", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18633", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7179", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18613", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7180", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18634", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7181", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7182", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7183", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7184", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7185", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7186", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7187", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7188", @@ -16377,6 +16743,7 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_7193", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7194", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7195", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7196", "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-handling-functions", "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", @@ -16384,55 +16751,65 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_536", "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_18614", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18635", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriCharacters", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18615", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18616", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18636", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18637", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriCharacter", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18617", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18618", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18619", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18638", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18639", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18640", "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_18620", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18621", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18622", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18641", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18642", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18643", "https://tc39.es/ecma262/multipage/global-object.html#prod-uriEscaped", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18623", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18624", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18644", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18645", "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_537", "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7196", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7197", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7198", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7199", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7200", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7201", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7202", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7203", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7204", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7205", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7206", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18625", + "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#sec-decodeuri-encodeduri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7207", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18646", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7208", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7209", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7210", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_538", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7210", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18626", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18627", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7211", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18647", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18648", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7212", + "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_539", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_7212", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_18628", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_7213", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_18649", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_7214", "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", "https://tc39.es/ecma262/multipage/global-object.html#_ref_540", @@ -16541,54 +16918,64 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#spec-container", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-fundamental-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7214", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7215", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7216", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7217", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7218", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7219", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7220", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7221", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7222", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7223", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7224", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7225", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7226", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7227", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7228", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7229", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7230", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7231", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7232", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7233", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7234", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7235", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7236", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7237", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7238", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7239", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7240", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7241", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7242", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7243", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7244", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7245", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7246", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7247", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7248", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7249", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-create-data-property-on-object-functions", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7249", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7250", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7251", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7252", @@ -16598,155 +16985,182 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7256", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7257", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7258", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7259", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7260", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7261", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7262", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7263", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7264", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7265", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7266", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7267", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7268", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7269", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7270", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7271", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7272", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7273", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7274", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7275", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7276", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7277", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7278", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7279", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7280", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7281", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7282", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7283", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7284", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7285", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7286", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7287", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7288", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7289", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7290", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7291", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7292", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7293", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7294", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7295", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7296", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7297", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7298", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-additional-properties-of-the-object.prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7298", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7299", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7300", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7301", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-topropertykey", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7301", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7302", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7303", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7304", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_585", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_586", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_587", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-check-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7304", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7305", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7306", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7307", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_588", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_589", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-topropertykey", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7307", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7308", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7309", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_590", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_591", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_592", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7309", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7310", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7311", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7312", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7313", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7314", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7315", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7316", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7317", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7318", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7319", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__proto__", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7324", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7325", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7319", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-get-object.prototype.__proto__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7326", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7320", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-get-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7321", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7322", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7323", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7324", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype-legacy-accessor-methods", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7340", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7341", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7342", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineGetter__", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7326", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7327", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7328", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7329", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7330", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7331", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7332", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7333", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7334", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7335", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7336", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7337", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7338", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7339", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7340", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-object-instances", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7342", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7343", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7343", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7344", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7345", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7346", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7347", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7348", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7349", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7350", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7351", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7352", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-dynamic-function-sourcetext-prefixes", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7352", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7353", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7354", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7355", @@ -16758,20 +17172,20 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7361", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7362", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7363", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18629", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18630", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18631", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18632", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18633", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18634", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18635", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18636", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18637", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7364", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18638", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18639", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18640", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18650", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18651", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18652", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18653", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18654", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18655", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18656", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18657", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18658", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7365", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18659", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18660", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18661", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7366", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7367", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7368", @@ -16799,34 +17213,38 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7390", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7391", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7392", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7393", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7394", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7395", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7396", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7397", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7398", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7399", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7400", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7401", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7402", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7403", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7404", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7405", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7406", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7407", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7408", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7409", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7410", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7411", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7412", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_593", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7412", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7413", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7414", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7415", @@ -16841,113 +17259,127 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7424", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7425", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7426", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7427", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7428", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7429", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7430", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7431", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7432", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7433", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7434", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_594", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7434", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7435", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7436", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7437", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_595", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7438", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18641", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18642", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18643", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_595", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7439", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18662", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18663", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18664", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7440", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7441", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18644", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7442", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18665", "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18645", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18646", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18647", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18666", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18667", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18668", "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_7442", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7443", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7444", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7445", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7446", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7447", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_597", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_598", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7447", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7448", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7449", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7450", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7451", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7452", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18648", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18649", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18650", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18651", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7453", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18669", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18670", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18671", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_18672", + "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_7454", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7455", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7456", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7457", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7458", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7458", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7459", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7460", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7461", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7462", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7463", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7464", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7465", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7466", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7467", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7468", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7469", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7470", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7471", "https://tc39.es/ecma262/multipage/fundamental-objects.html#thisbooleanvalue", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thisbooleanvalue", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7471", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7472", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7473", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7474", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7475", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7476", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7476", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7477", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7478", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7479", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7480", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7480", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7481", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7482", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7483", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7484", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7485", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7486", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_599", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7486", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7487", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7488", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7489", @@ -16957,207 +17389,255 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7493", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7494", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7495", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7496", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_600", "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-globalsymbolregistry-record-fields", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7496", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-44", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7497", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-44", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7498", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7499", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_601", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7499", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7500", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_602", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7500", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7501", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_603", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7501", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7502", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_604", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7503", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_604", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7504", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7505", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7506", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_605", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7506", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7507", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_606", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7507", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7508", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7509", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_607", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7509", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7510", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_608", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7510", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7511", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_609", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7511", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7512", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_610", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7512", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7513", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_611", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7513", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7514", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_612", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7514", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7515", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_613", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7515", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7516", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7517", "https://tc39.es/ecma262/multipage/fundamental-objects.html#thissymbolvalue", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thissymbolvalue", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7517", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7518", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7519", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7520", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7521", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7522", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7523", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7524", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7525", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7526", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7527", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7528", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7529", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@toprimitive", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7530", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7531", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-symbol-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7532", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-symbol-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7533", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7534", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_614", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_615", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7534", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7535", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7536", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7537", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7538", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7539", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7540", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7541", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7542", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7543", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7544", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7545", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7546", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7547", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7548", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7549", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7550", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7551", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7552", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7552", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7553", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7554", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7555", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7556", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7557", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-error-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7558", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-error-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7559", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7560", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_616", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7560", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7561", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7562", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7563", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7564", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7565", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7566", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-object-structure", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_617", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7566", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7567", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7568", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_618", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-constructors", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7568", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7569", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7570", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7571", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7572", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7573", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-nativerror-ordinarycreatefromconstructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7574", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-nativerror-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7575", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7576", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_619", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7577", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-constructors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_619", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7578", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7579", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7580", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_620", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7580", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7581", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7582", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7583", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7584", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_621", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7584", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7585", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7586", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-nativeerror-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7587", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-nativeerror-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7588", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_622", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7588", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7589", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7590", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7591", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7592", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7593", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7594", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7595", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7596", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7597", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7598", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7599", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7600", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7601", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7602", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7603", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7604", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7605", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7606", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-aggregate-error-instances", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7606", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7607", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_7608", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_623", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-spacer", @@ -17177,83 +17657,101 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#spec-container", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbers-and-dates", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7608", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7609", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7610", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7611", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7612", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7613", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7614", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7615", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7616", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7617", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7618", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7619", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7620", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7621", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7622", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7623", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7624", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7625", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7626", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7626", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7627", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7628", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7629", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7630", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7633", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7634", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7634", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7638", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7639", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7640", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7642", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7643", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7644", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7645", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7646", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7646", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7647", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7648", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7649", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7650", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7651", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisnumbervalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisnumbervalue", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7651", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7652", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7653", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7654", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7655", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7656", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7657", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7658", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7659", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7660", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7661", @@ -17261,22 +17759,23 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7663", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7664", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7665", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#step-number-proto-toexponential-intermediate-values", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7666", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#step-number-proto-toexponential-intermediate-values", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7667", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7668", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7669", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7670", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7671", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7672", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7673", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7674", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7675", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7676", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7677", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7678", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7679", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7680", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7681", @@ -17288,12 +17787,14 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7687", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7688", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7689", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7690", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7691", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7692", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7693", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7694", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7695", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7696", @@ -17309,143 +17810,173 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7706", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7707", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7708", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7709", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7710", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7711", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7712", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7713", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7714", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7715", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7715", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7716", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7717", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7718", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7719", + "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_7719", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7720", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7721", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7722", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7723", + "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_7724", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7725", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7726", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7727", + "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_7728", - "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_7729", + "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_7730", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7731", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7732", + "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_7733", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7734", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7735", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7736", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7737", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7738", + "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_7739", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7740", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7741", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7742", - "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-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7743", + "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_7744", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7745", "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_7745", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7746", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7747", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7748", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7749", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7750", - "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.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7751", + "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_7752", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7753", + "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_7754", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7755", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7756", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7757", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7758", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7759", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7759", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7760", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7761", + "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_7762", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7763", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7764", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7765", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7766", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7767", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", "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#_ref_7767", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7768", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", + "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_7769", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", + "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_7770", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", + "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_7771", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", + "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_7772", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", + "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_7773", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", + "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_7774", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", + "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_7775", - "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#sec-math-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7776", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", + "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_7777", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", + "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_7778", + "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_7779", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7780", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7781", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7782", + "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_7783", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7784", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7785", + "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_7786", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7787", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7788", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7789", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7790", + "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_7791", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7792", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7793", + "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_7794", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7795", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7796", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7797", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7798", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7799", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7800", + "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_7801", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7802", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7803", + "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_7804", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7805", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7806", @@ -17464,152 +17995,181 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7819", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7820", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7821", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7822", + "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_7823", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7824", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7825", + "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_7826", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7827", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7828", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7829", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7830", + "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_7831", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7832", + "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_7833", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7834", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7835", + "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_7836", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7837", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7838", + "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_7839", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7840", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7841", + "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_7842", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7843", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7844", + "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_7845", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7846", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7847", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7848", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7849", + "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_7850", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7851", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7852", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7853", + "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_7854", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7855", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7856", + "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_7857", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7858", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7859", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7860", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7861", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7862", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7863", + "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_7864", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7865", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7866", + "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_7867", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7868", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7869", + "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_7870", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7871", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7872", + "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_7873", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7874", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7875", + "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_7876", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7877", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7878", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7879", + "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_7880", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7881", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7882", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7883", + "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_7884", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7885", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7886", + "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_7887", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7888", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7889", + "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_7890", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7891", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7892", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7893", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7894", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7895", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "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_7896", + "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_7897", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7898", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7899", + "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_7900", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7901", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7902", + "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_7903", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7904", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7905", + "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_7906", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7907", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7908", + "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_7909", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7910", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7911", + "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_7912", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7913", + "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_7913", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7914", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7915", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", "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_7915", + "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_7916", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7917", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7918", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", "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_7918", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7919", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7920", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7921", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7922", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7923", "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_7923", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7924", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7925", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7926", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7927", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7928", "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_7928", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7929", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7930", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7931", @@ -17621,8 +18181,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7937", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7938", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7939", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7940", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7941", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7942", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7943", @@ -17631,24 +18191,24 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7946", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7947", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7948", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7949", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7950", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7951", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7952", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7953", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7954", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7955", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7956", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7957", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7958", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7959", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7960", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7961", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7962", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7963", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7964", @@ -17681,13 +18241,13 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7991", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7992", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7993", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7994", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7995", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7996", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7997", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7998", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_7999", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8000", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8001", @@ -17723,14 +18283,15 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8031", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8032", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8033", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8034", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8035", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8036", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8037", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8038", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8039", + "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_8040", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8041", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8042", @@ -17749,60 +18310,63 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8055", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8056", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8057", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8058", + "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_8059", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8060", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8061", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8062", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8063", + "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_8064", - "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_8065", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8066", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8067", + "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_8068", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8069", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8070", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8071", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8072", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8073", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8074", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8075", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8076", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8077", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8078", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8079", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8080", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8081", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8082", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8083", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8084", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8085", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8086", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8087", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8088", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8089", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8090", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8091", "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_8089", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8090", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8091", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8092", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8093", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8094", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8095", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8096", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8097", + "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_8098", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8099", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8100", @@ -17812,10 +18376,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8104", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8105", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8106", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8107", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8108", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8109", + "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_8110", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8111", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8112", @@ -17830,38 +18395,42 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8121", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8122", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8123", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8124", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8125", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8126", + "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_8127", + "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_8128", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8129", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8130", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8131", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "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_8129", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8130", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8131", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8132", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8133", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8134", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8135", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8136", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8137", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8138", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8139", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8140", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8141", "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#_ref_8139", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8140", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8141", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8142", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8143", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8144", @@ -17869,10 +18438,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8146", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8147", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8148", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8149", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8150", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8151", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8152", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8153", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8154", @@ -17888,28 +18457,31 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8164", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8165", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8166", - "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_8167", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8168", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8169", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", + "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_8170", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8171", + "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_8172", + "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_8173", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8174", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8175", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8176", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_641", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8177", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8178", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8179", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_641", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8180", + "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_8181", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8182", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8183", @@ -17922,84 +18494,104 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8190", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8191", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8192", - "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_8193", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8194", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8195", - "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#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_8196", - "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_8197", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8198", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", + "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_8199", + "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_8200", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8201", - "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.getdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8202", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8203", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8204", - "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.getday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8205", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8206", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8207", - "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.getfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8208", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8209", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8210", - "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.gethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8212", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8213", - "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.getmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8214", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8215", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8216", - "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.getminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8217", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8218", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8219", - "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.getmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8220", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8221", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8222", - "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.getseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8223", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8224", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8225", + "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_8226", - "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.gettimezoneoffset", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8227", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8228", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8229", + "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_8230", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8231", + "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_8232", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8233", + "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_8234", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8235", + "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_8236", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8237", + "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_8238", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8239", + "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_8240", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8241", + "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_8242", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8243", + "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_8244", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8245", + "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_8246", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8247", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8248", @@ -18008,10 +18600,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8251", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8252", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8253", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8254", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8255", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8256", + "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_8257", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8258", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8259", @@ -18022,10 +18615,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8264", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8265", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8266", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8267", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8268", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8269", + "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_8270", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8271", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8272", @@ -18038,10 +18632,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8279", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8280", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8281", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8282", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8283", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8284", + "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_8285", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8286", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8287", @@ -18051,10 +18646,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8291", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8292", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8293", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8294", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8295", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8296", + "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_8297", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8298", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8299", @@ -18066,10 +18662,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8305", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8306", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8307", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8308", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8309", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8310", + "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_8311", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8312", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8313", @@ -18079,10 +18676,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8317", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8318", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8319", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8320", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8321", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8322", + "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_8323", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8324", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8325", @@ -18093,25 +18691,28 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8330", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8331", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8332", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8333", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8334", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8335", + "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_8336", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8337", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8338", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8339", + "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_8340", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8341", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8342", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8343", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8344", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8345", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8346", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8347", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8348", + "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_8349", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8350", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8351", @@ -18120,10 +18721,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8354", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8355", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8356", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8357", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8358", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8359", + "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_8360", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8361", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8362", @@ -18134,10 +18736,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8367", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8368", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8369", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8370", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8371", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8372", + "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_8373", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8374", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8375", @@ -18145,10 +18748,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8377", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8378", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8379", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8380", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8381", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8382", + "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_8383", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8384", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8385", @@ -18158,10 +18762,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8389", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8390", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8391", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8392", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8393", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8394", + "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_8395", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8396", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8397", @@ -18169,10 +18774,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8399", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8400", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8401", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8402", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8403", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8404", + "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_8405", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8406", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8407", @@ -18181,97 +18787,114 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8410", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8411", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8412", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8413", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8414", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8415", + "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_8416", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8417", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8418", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8419", + "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_8420", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8421", + "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_643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8422", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8423", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8424", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8425", + "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_8426", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8427", + "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_8428", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8429", + "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_8430", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_644", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8431", + "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_8432", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8433", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_644", + "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_8434", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_645", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8435", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_646", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8436", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8437", + "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_645", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8438", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_646", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8439", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8440", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8441", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8442", - "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#_ref_8443", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8444", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8445", + "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_8446", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8447", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8448", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8449", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8450", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8451", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8452", + "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_8453", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8454", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8455", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8456", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8457", + "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_8458", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8459", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8460", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8461", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8462", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8463", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_647", + "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_8464", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_648", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8465", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8466", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_647", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8467", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_648", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8468", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8469", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8470", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8471", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8472", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8473", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8474", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8475", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", + "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_8476", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8477", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8478", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8479", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8480", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_8481", "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", @@ -18290,42 +18913,45 @@ "https://tc39.es/ecma262/multipage/text-processing.html#spec-container", "https://tc39.es/ecma262/multipage/text-processing.html#sec-text-processing", "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_8479", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8480", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8481", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8482", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8483", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8484", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8485", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8486", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8487", + "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_8488", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8489", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8490", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8491", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8492", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8493", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8494", + "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_8495", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8496", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8497", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8498", + "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_8499", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8500", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8501", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8502", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8503", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8504", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8505", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8506", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8507", + "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_8508", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8509", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8510", @@ -18335,80 +18961,90 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8514", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8515", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8516", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8517", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8518", - "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_8519", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", + "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_8520", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8521", + "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_8522", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8523", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8524", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8525", + "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_8526", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8527", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8528", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8529", + "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_8530", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8531", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8532", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8533", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8534", + "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_8535", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8536", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8537", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8538", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8539", + "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_8540", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8541", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8542", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8543", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8545", + "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_8546", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8547", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8548", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8549", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8550", + "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_8551", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8552", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8553", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8554", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8555", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8556", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8557", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8558", + "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_8559", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8560", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8561", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8563", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8564", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8565", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8566", + "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_8567", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8568", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8569", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8570", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8571", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8572", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8573", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8574", + "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_8575", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8576", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8577", @@ -18417,30 +19053,33 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8580", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8581", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8582", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8583", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8584", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8585", + "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_8586", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8587", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8588", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8589", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8590", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8591", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8592", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8593", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8594", + "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_8595", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8596", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8597", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8598", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8599", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8600", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8601", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8602", + "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_8603", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8604", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8605", @@ -18450,34 +19089,40 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8609", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8610", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8611", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8612", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8613", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8614", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "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_8615", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8616", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8617", + "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_8618", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8619", + "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_8620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8621", + "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_8622", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8623", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8624", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8625", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8626", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8627", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8628", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8629", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8630", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", + "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_8631", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8632", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8633", + "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_8634", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8635", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8636", @@ -18494,23 +19139,25 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8648", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8649", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", - "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", - "https://tc39.es/ecma262/multipage/text-processing.html#table-45", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8653", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8654", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8655", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", + "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", + "https://tc39.es/ecma262/multipage/text-processing.html#table-45", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8656", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8657", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8658", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8659", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8660", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8661", + "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_8662", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8664", @@ -18535,29 +19182,32 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8685", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8686", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8688", + "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_8689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8691", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8692", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8693", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8694", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8696", + "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_8697", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8698", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8701", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8702", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8703", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8704", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8705", + "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_8706", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8707", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8708", @@ -18578,584 +19228,574 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8723", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8724", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8725", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-splitmatch", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8726", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8727", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8728", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-splitmatch", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-splitmatch", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8729", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8730", + "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_8731", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8732", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8733", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8734", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8735", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8736", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8737", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8738", + "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_8739", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8740", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8741", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8742", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8743", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8744", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8745", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8746", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8747", + "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_654", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8745", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8748", + "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_655", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8746", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8749", + "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_656", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8747", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8748", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8749", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8750", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8751", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8752", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8753", + "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_8754", + "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_657", "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_658", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8752", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8753", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8754", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8755", + "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_8756", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8757", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8758", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8759", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18673", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18674", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", "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_661", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8757", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8760", + "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_662", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8758", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8761", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8759", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8762", "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_663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8760", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8761", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8762", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8763", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8764", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8765", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8766", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8767", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8768", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8769", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8770", - "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#sec-properties-of-string-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8771", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8772", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8773", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%.next", + "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_8774", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-@@tostringtag", + "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_8775", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8776", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%.next", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8777", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-@@tostringtag", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8778", + "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_8776", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18654", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Pattern", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18655", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Disjunction", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18656", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18657", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18658", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Alternative", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18660", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Term", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18661", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18662", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18664", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Assertion", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18665", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18666", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18667", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18668", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Quantifier", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18669", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18670", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-QuantifierPrefix", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18671", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18672", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18673", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18674", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Atom", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8779", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18675", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18676", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18677", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18678", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18679", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Alternative", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18680", - "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_18681", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Term", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18682", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-AtomEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18685", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Assertion", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18686", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oo951o9a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18687", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MEeQQu3e", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18688", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-oPPhk0pZ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18689", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3rHpyopk", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18691", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KFE72mZL", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-QuantifierPrefix", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18692", - "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_18693", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18694", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierName", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-7lP6RX49", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18695", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18696", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18697", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18698", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18701", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", + "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_18702", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18703", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-AtomEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18704", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18705", - "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_18706", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18707", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oo951o9a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18708", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MEeQQu3e", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18709", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-oPPhk0pZ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18710", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3rHpyopk", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18711", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18712", - "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#prod-KFE72mZL", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18713", + "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_18714", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18715", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierName", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-7lP6RX49", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18716", - "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#prod-Wlj6DCQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18717", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18718", - "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-RegExpIdentifierStart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tBaAC-4a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18719", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18720", - "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#prod-WBQHipLA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18721", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18722", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3UnQBhG_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18723", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18724", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18725", - "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_18726", + "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_18727", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18728", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18729", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18730", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18731", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18732", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18733", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", + "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_18734", - "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_18735", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18736", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18737", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", + "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_18738", - "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_18739", + "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_18740", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18741", + "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_18742", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18743", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18744", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18745", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18746", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", + "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_18747", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18748", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18749", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18750", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18751", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18752", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18753", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18754", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18755", + "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_18756", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18757", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18758", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-XasmPTvP", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18759", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-8_e8tlx2", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18759", + "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_18760", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18761", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-vzYjsMTa", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-_O6e_qMV", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-b7xEos_a", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18762", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-OVCnPzXd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18763", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18764", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18765", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18766", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18767", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8777", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18768", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18769", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18770", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18771", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18772", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18773", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18774", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18775", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8778", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8779", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18776", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18777", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18778", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8780", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18779", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-XasmPTvP", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18780", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-8_e8tlx2", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18781", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18782", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8781", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-vzYjsMTa", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-_O6e_qMV", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-b7xEos_a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18783", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8782", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-OVCnPzXd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18784", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8783", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18785", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8784", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18786", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8785", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18787", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8786", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18788", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8780", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18790", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18791", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8787", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18792", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8788", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18793", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18794", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8790", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18795", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8791", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18796", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8792", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8781", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8782", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18797", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18798", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8793", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18799", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8783", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18800", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18801", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18802", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8794", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18803", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8784", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18804", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8785", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8786", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18806", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8795", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8787", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8788", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18808", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18809", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18810", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8796", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18811", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18812", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8790", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18813", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8791", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18814", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8792", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18815", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8797", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8798", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8793", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18816", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8799", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8800", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8801", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8802", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8803", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8794", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18817", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8804", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8795", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18818", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18819", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8806", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8796", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18820", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8808", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8809", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18821", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18822", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18823", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8797", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18824", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18825", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18826", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8798", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18827", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18828", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18829", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SW1wsHv2", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-bDYaT4vt", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18830", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-zN7WPfK3", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-_sYwOjnL", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-uFVNSs1H", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8799", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18831", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18832", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", - "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_18833", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18834", - "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_8800", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8801", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18835", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", - "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_8802", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8803", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8804", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8806", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18836", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8808", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18837", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18838", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8809", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8810", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18839", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8811", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8812", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18840", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18841", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18842", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8810", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18843", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8811", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18844", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8812", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18845", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18846", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18847", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18848", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SW1wsHv2", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-bDYaT4vt", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18849", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-zN7WPfK3", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-_sYwOjnL", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-uFVNSs1H", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18850", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18851", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", + "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_18852", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18853", + "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_18854", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-sourcetext", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-YwpqHKM8", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", + "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_18855", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18856", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-GwDkgvpu", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18857", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18858", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8813", - "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#prod-Yflikipu", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18859", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-9mV1v__j", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18860", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18861", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8813", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18862", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18863", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18864", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8814", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18863", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8815", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8816", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18864", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18865", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18866", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18867", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8817", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18868", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18869", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18870", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8818", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8819", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8820", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8821", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8822", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8823", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8824", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18871", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18872", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8825", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18873", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-sourcetext", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-YwpqHKM8", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18874", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8826", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8827", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8828", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8829", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8830", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8831", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18875", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-GwDkgvpu", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18876", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8832", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8833", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8834", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8835", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8836", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8837", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8838", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8839", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8840", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8841", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8842", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8843", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8844", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18877", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8816", + "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#prod-Yflikipu", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18878", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-9mV1v__j", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18879", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18880", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8817", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18881", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8818", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18882", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8845", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8846", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8819", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18883", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18884", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18885", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8820", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18886", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8821", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18887", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8822", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18888", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18889", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18890", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8847", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8848", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18891", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18892", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18893", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18894", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8849", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8850", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8851", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8852", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8853", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8854", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8855", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8823", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18894", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18895", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18896", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18897", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18898", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18899", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18900", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8824", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8825", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8826", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18901", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18902", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18903", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8827", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18904", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18905", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18906", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8828", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8829", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8830", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8831", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8832", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8833", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8834", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18907", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18908", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8835", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18909", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18910", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8856", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8857", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8858", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8836", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8837", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8838", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8839", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8840", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8841", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18911", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18912", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8842", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8843", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8844", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8845", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8846", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8847", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8848", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8849", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8850", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8851", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8852", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8853", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8854", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18913", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8859", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18914", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18915", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18916", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18917", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8860", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18918", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8861", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8862", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8863", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8864", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8865", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8866", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8867", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8868", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8869", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8870", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8871", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8855", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8856", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18919", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18920", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18921", @@ -19164,335 +19804,395 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18924", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18925", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18926", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8857", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8858", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18927", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18928", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18929", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18930", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8859", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8860", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8861", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8862", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8863", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8864", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8865", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18931", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18932", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18933", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18934", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18935", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18936", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18937", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8872", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8873", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18938", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8874", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8875", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18939", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8876", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8877", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8878", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8879", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8880", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8881", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8882", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8883", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18940", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18941", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8884", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8885", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8886", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8887", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18942", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18943", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8888", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8889", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8890", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18944", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18945", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8891", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8892", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8893", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8894", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18946", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8866", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8867", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8868", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18947", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8895", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8896", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8897", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8898", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18948", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18949", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8899", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8900", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8869", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18950", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18951", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8901", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8902", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18952", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18953", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8870", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18954", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8871", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8872", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8873", + "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_8874", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8875", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8876", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8877", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8878", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8879", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8880", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8881", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18955", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18956", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18957", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18958", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18959", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18960", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18961", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8903", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18962", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8904", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18963", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18964", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18965", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18966", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8905", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18967", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18968", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18969", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18970", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18971", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18972", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8906", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18973", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8907", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8908", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8909", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8910", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8911", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8912", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8913", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8914", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8915", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8882", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8883", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18974", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8884", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8885", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18975", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8916", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8917", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8918", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8919", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8920", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8921", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8922", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8923", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8886", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8887", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8888", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8889", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8890", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8891", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8892", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8893", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18976", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18977", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8924", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8894", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8895", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8896", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8897", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18978", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18979", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8898", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8899", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8900", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18980", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18981", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8901", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8902", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8903", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8904", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18982", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18983", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8905", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8906", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8907", + "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_8908", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18984", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18985", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8909", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8910", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18986", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8925", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8926", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_685", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8927", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8928", - "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8929", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8930", - "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8931", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8932", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8933", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8934", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8935", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8936", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8937", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8938", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8939", - "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#_ref_694", - "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-atomescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18987", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8911", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8912", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18988", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8940", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8941", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8942", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18989", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18990", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8943", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18991", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18992", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8944", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18993", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18994", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18995", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18996", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8945", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8946", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18997", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8913", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18998", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8947", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8914", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_18999", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19000", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19001", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19002", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8948", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8915", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19003", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19004", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8949", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8950", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8951", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8952", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8953", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8954", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8955", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8956", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8957", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8958", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19005", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19006", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19007", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19008", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8916", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19009", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8917", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8918", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8919", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8920", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8921", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8922", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8923", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8924", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8925", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19010", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19011", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8959", + "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_8926", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8927", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8928", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8929", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8930", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8931", + "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_8932", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8933", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19012", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19013", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8934", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19014", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19015", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8960", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19016", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19017", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19018", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19019", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19020", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19021", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19022", + "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_8935", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8936", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_685", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8937", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8938", + "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8939", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8940", + "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8941", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8942", + "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_8943", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8944", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8945", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8946", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8947", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8948", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8949", + "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#_ref_694", + "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-atomescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19023", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19024", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8961", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8950", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8951", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8952", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19025", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8962", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8963", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8964", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8965", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_696", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8966", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19026", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8967", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8953", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19027", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8968", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19028", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8969", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8970", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_697", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8971", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8972", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8973", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_698", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8954", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19029", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19030", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19031", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19032", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8955", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8956", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19033", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19034", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8957", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19035", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19036", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19037", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19038", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8958", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19039", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19040", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8959", + "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_8960", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8961", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8962", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8963", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8964", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8965", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8966", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8967", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8968", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19041", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19042", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19043", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19044", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19045", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19046", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8974", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8975", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8976", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19047", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8969", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19048", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19049", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19050", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19051", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8970", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19052", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19053", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19054", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19055", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19056", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19057", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19058", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8977", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19059", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19060", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8971", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19061", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8972", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8973", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8974", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8975", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_696", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8976", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19062", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8977", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19063", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8978", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19064", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8979", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8980", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_697", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8981", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8982", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8983", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_698", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19065", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19066", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19067", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19068", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19069", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19070", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19071", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19072", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19073", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19074", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19075", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19076", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8978", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19077", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19078", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19079", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19080", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19081", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19082", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8979", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8980", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8981", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8982", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8983", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8984", + "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_8985", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8986", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19083", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19084", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19085", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19086", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19087", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19088", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19089", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19090", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19091", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19092", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19093", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19094", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8987", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19095", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19096", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19097", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19098", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19099", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19100", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19101", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19102", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19103", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19104", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19105", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19106", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19107", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19108", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19109", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19110", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19111", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19112", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8988", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19113", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19114", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19115", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19116", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19117", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19118", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8989", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8990", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8991", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8992", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19083", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19084", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19085", - "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#_ref_8993", + "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_8994", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8995", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8996", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_8997", @@ -19501,81 +20201,94 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9000", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9001", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9002", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19119", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19120", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19121", + "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_9003", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9004", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19086", + "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_9005", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9006", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9007", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19087", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9008", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9009", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19088", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9010", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19089", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9011", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19090", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9012", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19091", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9013", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9014", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19122", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9015", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19092", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19093", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9016", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19094", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19095", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9017", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19096", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19123", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9018", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19097", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19098", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19099", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9019", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19124", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9020", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19125", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9021", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9022", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19127", + "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_9023", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9024", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9025", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", + "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_19128", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19129", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9026", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19130", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19131", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9027", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19132", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9028", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19133", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19134", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19135", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9029", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9030", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9031", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9032", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9033", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9034", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9035", + "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_9036", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9037", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9038", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9039", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "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_9040", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9041", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9042", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9043", + "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_9044", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9045", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9046", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9047", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9048", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9049", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_701", + "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_9050", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9051", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9052", @@ -19585,8 +20298,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9056", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9057", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9058", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19100", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9059", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_701", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9060", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9061", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9062", @@ -19596,57 +20309,64 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9066", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9067", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9068", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19136", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9069", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9070", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9071", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19101", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9072", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19102", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9073", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9074", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9075", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9076", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9077", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9078", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9079", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9080", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9081", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19137", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9082", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19138", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9083", + "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_9084", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9085", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9086", + "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_9087", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9088", + "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_9089", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9090", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9091", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9092", + "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_9093", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9094", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9095", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9096", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9097", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9098", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9099", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9100", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9101", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9102", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9103", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9104", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9105", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9106", + "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_9107", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9108", + "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_9109", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9110", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9111", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9112", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9113", @@ -19662,7 +20382,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9123", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9124", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9125", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9127", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9128", @@ -19673,11 +20392,10 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9133", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9134", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9135", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9136", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9137", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9138", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9139", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9140", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9141", @@ -19686,8 +20404,11 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9144", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9145", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9146", + "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_9147", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9148", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9149", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9150", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9151", @@ -19721,7 +20442,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9179", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9180", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9181", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9182", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9183", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9184", @@ -19732,24 +20452,26 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9189", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9190", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9191", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9192", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9193", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9194", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9195", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9196", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9197", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9198", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9199", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9200", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9201", + "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_9202", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9203", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9204", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9205", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9206", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9207", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9208", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9209", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9210", @@ -19778,60 +20500,76 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9233", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9234", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9235", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9236", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9237", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9238", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9239", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9240", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9241", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9242", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9243", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9244", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9245", + "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_9246", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19103", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9247", + "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_9248", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9249", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9250", + "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_9251", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19104", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9252", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9253", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9254", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_702", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9255", - "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#_ref_9256", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19139", + "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_9257", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9258", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9259", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9260", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9261", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_19140", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9262", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9263", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9264", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_702", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9265", + "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_9266", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9267", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9268", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9269", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9270", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9271", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9272", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9273", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9274", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9275", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9276", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9277", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9278", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9279", + "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_9280", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9281", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9282", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_9283", "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", @@ -19850,24 +20588,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#spec-container", "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#_ref_9274", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9284", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9275", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9276", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9277", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9278", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9279", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9280", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9281", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9282", - "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#_ref_9283", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9284", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9285", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9286", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9287", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9288", @@ -19875,16 +20601,19 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9290", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9291", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9292", + "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_9293", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9294", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9295", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9296", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9297", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9298", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9299", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9300", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9301", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9302", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9303", @@ -19893,8 +20622,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9306", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9307", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9308", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9309", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9310", + "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_9311", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9312", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9313", @@ -19922,9 +20654,7 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9335", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9336", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9337", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9338", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9339", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9340", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9341", @@ -19934,63 +20664,72 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9345", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9346", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9347", + "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_9348", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", + "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_9349", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9350", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9351", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9352", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9353", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9354", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9355", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9356", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9357", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9358", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9359", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9360", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9361", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9362", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9363", + "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_9364", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9365", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9366", + "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_9367", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9368", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9369", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9370", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9371", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9372", + "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_9373", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9374", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9375", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9376", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9377", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9378", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9379", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9380", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9381", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9382", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9383", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9384", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9385", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9386", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9387", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9388", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", + "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_9389", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9390", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9391", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9392", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9393", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9394", + "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_9395", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9396", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9397", @@ -20002,10 +20741,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9403", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9404", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9405", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9406", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9407", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9408", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9409", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9410", @@ -20014,9 +20751,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9413", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9414", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9415", + "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_9416", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9417", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", + "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_9418", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9419", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9420", @@ -20027,8 +20767,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9425", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9426", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9427", + "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_9428", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9429", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9430", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9431", @@ -20039,11 +20780,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9436", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9437", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9438", + "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_9439", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9440", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9441", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9442", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9443", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9444", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9445", @@ -20053,8 +20795,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9449", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9450", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9451", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9452", + "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_9453", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9454", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9455", @@ -20064,47 +20807,52 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9459", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9460", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9461", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", + "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_9462", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9463", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9464", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9465", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9466", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9467", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9468", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9469", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9470", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9471", + "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_9472", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9473", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9474", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9475", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9476", + "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_9477", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9478", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9479", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9480", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9481", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9482", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9483", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9484", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9485", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9486", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9487", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9488", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9489", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9490", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9491", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9492", + "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_9493", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9494", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9495", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9496", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9497", + "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_9498", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9499", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9500", @@ -20114,8 +20862,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9504", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9505", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9506", + "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_9507", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9508", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9509", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9510", @@ -20126,10 +20875,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9515", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9516", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9517", + "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_9518", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9519", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9520", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9521", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9522", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9523", @@ -20139,10 +20889,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9527", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9528", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9529", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9530", + "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_9531", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9532", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9533", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9534", @@ -20151,12 +20901,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9537", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9538", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9539", + "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_9540", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9541", + "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_9542", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9543", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9544", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9545", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9546", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9547", @@ -20167,8 +20920,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9552", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9553", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9554", + "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_9555", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9556", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9557", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9558", @@ -20178,8 +20932,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9562", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9563", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9564", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9565", + "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_9566", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9567", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9568", @@ -20187,9 +20942,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9570", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9571", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9572", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9573", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9574", + "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_9575", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9576", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9577", @@ -20198,10 +20954,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9580", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9581", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9582", + "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_9583", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9584", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9585", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9586", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9587", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9588", @@ -20212,10 +20969,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9593", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9594", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9595", + "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_9596", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9597", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9598", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9599", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9600", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9601", @@ -20226,6 +20984,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9606", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9607", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9608", + "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_9609", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9610", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9611", @@ -20234,7 +20994,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9614", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9615", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9616", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9617", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9618", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9619", @@ -20245,6 +21004,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9624", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9625", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9626", + "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_9627", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9628", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9629", @@ -20253,7 +21014,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9632", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9633", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9634", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9635", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9636", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9637", @@ -20264,6 +21024,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9642", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9643", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9644", + "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_9645", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9646", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9647", @@ -20271,11 +21033,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9649", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9650", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9651", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9652", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9653", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9654", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9655", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9656", @@ -20284,70 +21043,77 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9659", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9660", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9661", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9662", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9663", - "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_705", + "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_9664", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9665", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9666", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9667", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9668", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9669", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9670", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9671", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9672", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9673", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "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_9674", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9675", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9676", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9677", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9678", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9679", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9680", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9681", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9682", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9683", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9684", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9685", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9686", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9687", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9688", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9689", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9690", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9691", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9692", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9693", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9694", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9695", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9696", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9697", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9701", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_711", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9702", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9703", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9704", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9705", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9706", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9711", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_711", + "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_9712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9714", @@ -20380,11 +21146,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9741", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9743", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9745", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9746", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9747", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9748", @@ -20393,150 +21156,173 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9752", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9753", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9754", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9755", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", + "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_9756", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9757", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9759", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9760", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9761", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9762", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9763", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9764", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9765", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9766", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9767", + "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_9768", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9769", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9770", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9771", + "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_9772", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9773", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9774", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9775", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9776", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9777", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9778", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9779", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9780", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9781", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9782", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9783", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9784", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9785", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9786", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9787", + "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_9788", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9789", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9790", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9791", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9792", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9793", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9794", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9795", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9796", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9797", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9798", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9799", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9800", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9801", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9802", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9803", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9804", - "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#_ref_9805", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9806", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9807", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9808", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9809", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9810", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9811", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9812", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9813", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9814", + "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_9815", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9816", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9817", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9818", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9819", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9820", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9821", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9822", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9823", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9824", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9825", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9826", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9827", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9828", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9829", + "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_9830", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9831", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9832", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9833", + "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_715", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9834", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9835", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9836", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9837", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9838", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9839", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9840", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9841", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9842", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9843", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9844", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9845", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9846", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9847", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9848", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9849", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9850", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9851", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9852", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9853", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9854", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9855", + "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_9856", + "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_9857", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9858", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9859", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9860", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9861", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9862", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9863", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9864", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9865", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9866", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9867", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9868", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9869", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9870", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9871", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9872", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9873", @@ -20552,90 +21338,97 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9883", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9884", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9885", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9886", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9887", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9888", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9889", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9890", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9891", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9892", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9893", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9894", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9895", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9896", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9897", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9898", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9899", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9900", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9901", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9902", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9903", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9904", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9905", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9906", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9907", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9908", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9909", + "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_9910", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9911", + "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_9912", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9913", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9914", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9915", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9916", - "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.buffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9917", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9918", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9919", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9920", + "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_9921", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9922", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9923", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9924", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9925", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9926", + "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_9927", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9928", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9929", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9930", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9931", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9932", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9933", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9934", + "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_9935", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9936", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9937", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9938", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9939", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9940", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9941", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9942", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9943", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9944", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9945", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9946", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9947", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9948", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9949", + "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_9950", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9951", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", + "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_9952", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9953", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9954", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9955", @@ -20644,13 +21437,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9958", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9959", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9960", + "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_9961", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9962", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9963", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9964", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9965", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9966", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9967", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9968", @@ -20660,14 +21454,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9972", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9973", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9974", + "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_9975", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9976", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9977", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9978", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9979", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9980", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9981", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9982", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9983", @@ -20676,10 +21471,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9986", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9987", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9988", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9989", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_724", + "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_9990", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9991", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9992", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9993", @@ -20688,9 +21484,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9996", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9997", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_9998", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", + "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_9999", - "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_10000", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10001", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10002", @@ -20698,21 +21495,23 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10004", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10005", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10006", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10007", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10008", + "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_10009", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10010", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10011", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10012", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10013", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10014", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10015", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10016", + "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_10017", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10018", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10019", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10020", @@ -20720,11 +21519,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10022", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10023", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10024", + "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_10025", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10026", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10027", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10028", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10029", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10030", @@ -20733,12 +21533,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10033", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10034", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10035", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10036", + "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_10037", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10038", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10039", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10040", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10041", @@ -20746,33 +21546,38 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10043", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10044", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10045", + "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_10046", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10047", + "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_10048", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10049", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10050", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10051", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10052", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10053", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10054", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10055", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10056", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10057", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10058", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10059", + "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_10060", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10061", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10062", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10063", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10064", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10065", + "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_10066", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10067", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10068", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10069", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10070", @@ -20782,10 +21587,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10074", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10075", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10076", + "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_10077", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10078", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_732", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10079", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10080", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10081", @@ -20795,10 +21601,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10085", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10086", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10087", + "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_10088", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_732", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10089", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10090", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10091", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10092", @@ -20808,42 +21615,43 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10096", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10097", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10098", + "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_10099", - "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#_ref_733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10100", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10101", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10102", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10103", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10104", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10105", - "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#_ref_10106", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10107", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10108", - "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_737", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10109", + "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_10110", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10111", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10112", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10113", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10114", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10115", + "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_10116", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10117", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10118", + "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_737", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10119", - "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#_ref_10120", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10121", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10122", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10123", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10124", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10125", @@ -20851,11 +21659,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10127", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10128", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10129", + "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_10130", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10131", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10132", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10133", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10134", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10135", @@ -20865,130 +21676,143 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10139", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10140", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10141", + "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_10142", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10143", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10144", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10145", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10146", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10147", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10148", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10149", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10150", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10151", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10152", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10153", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10154", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10155", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10156", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10157", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10158", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10159", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10160", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10161", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_745", + "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_10162", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_747", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_748", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_749", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10163", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10164", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10165", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10166", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_750", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10167", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10168", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10169", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10170", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10171", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_745", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10172", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_747", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_748", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_749", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10173", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10174", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10175", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10176", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_750", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10177", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10178", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10179", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10180", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10181", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10182", + "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_10183", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10184", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10185", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_752", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10186", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10187", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10188", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10189", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10190", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_754", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10191", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10192", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10193", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10194", + "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_10195", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_752", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10196", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10197", + "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_10198", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10199", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10200", - "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#_ref_754", + "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_10201", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10202", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10203", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10204", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_755", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10205", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10206", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10207", - "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10208", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10209", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10210", + "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_10211", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10212", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10213", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10214", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_755", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10215", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10216", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10217", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_756", + "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_10218", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10219", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10220", - "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#_ref_10221", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10222", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_757", + "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_10223", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10224", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10225", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10226", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10227", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_756", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10228", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10229", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10230", + "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_10231", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10232", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_757", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10233", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10234", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10235", @@ -20996,79 +21820,97 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10237", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10238", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10239", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10240", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10241", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10242", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10243", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10244", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10245", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10246", - "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#_ref_10247", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_759", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_760", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_761", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_762", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10246", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10247", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10248", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10249", + "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_10250", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10251", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10252", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10253", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10254", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10255", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10256", - "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-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_10257", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_759", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_760", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_761", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_762", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10258", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_763", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10259", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10260", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10261", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10262", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10263", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10264", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10265", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10266", + "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_10267", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10268", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_763", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10269", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10270", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10271", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10272", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10273", + "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_10274", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10275", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10276", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10277", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10278", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10279", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_764", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10280", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10281", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", + "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_10282", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10283", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10284", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10285", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10286", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10287", + "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_10288", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10289", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_764", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10290", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10291", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10292", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10293", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10294", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_765", "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_766", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_767", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-prototype-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10285", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10286", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10295", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10296", + "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_768", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10287", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_10297", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_769", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-container", @@ -21090,32 +21932,26 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-keyed-collections", "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#_ref_10288", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10289", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10290", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10291", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10292", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10293", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10294", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10295", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10296", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10297", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10298", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10299", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10300", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10301", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10302", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10303", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10304", + "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_10305", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10306", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10307", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10308", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10309", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10310", + "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_10311", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10312", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10313", @@ -21123,305 +21959,358 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10315", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10316", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10317", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10318", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10319", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10320", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10321", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10322", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10323", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10324", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10325", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10326", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10327", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10328", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10329", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10330", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10331", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10332", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10333", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10334", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10335", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10336", + "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_10337", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10338", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", + "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_10339", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10340", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10341", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10342", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10343", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10344", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", + "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_10345", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10346", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10347", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10348", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "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_10349", + "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_10350", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10351", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10352", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10353", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10354", + "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_10355", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10356", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10357", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10358", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "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_10359", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10360", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10361", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10362", + "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_10363", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", + "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_10364", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10365", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10366", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10367", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10368", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", + "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_10369", - "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#_ref_10370", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10371", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10372", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10373", + "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_10374", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10375", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10376", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10377", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10378", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10379", + "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_10380", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10381", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10382", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10383", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10384", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10385", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10386", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10387", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10388", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10389", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10390", + "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_10391", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10392", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10393", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10394", + "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_10395", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10396", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10397", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10398", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10399", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10400", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10401", + "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_10402", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10403", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10404", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10405", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10406", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10407", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10408", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10409", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10410", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10411", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10412", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10413", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10414", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10415", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10416", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10417", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10418", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10419", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", + "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_10420", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10421", + "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_10422", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10423", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10424", + "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_10425", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10426", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10427", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10428", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10429", + "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_10430", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10431", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10432", + "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_10433", + "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_10434", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10435", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10436", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10437", + "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_10438", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10439", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10440", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", + "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_10441", + "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_10442", - "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#_ref_10443", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10444", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10445", + "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_10446", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10447", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10448", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10449", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10450", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10451", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10452", + "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_10453", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10454", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10455", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10456", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10457", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10458", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10459", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_770", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10460", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10461", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10462", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10463", + "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_10464", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10465", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10466", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10467", + "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_10468", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10469", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_770", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10470", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10471", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10472", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10473", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10474", + "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_10475", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10476", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10477", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10478", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10479", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10480", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10481", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10482", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10483", + "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_10484", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10485", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10486", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "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_10487", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10488", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10489", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10490", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10491", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "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_10492", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10493", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10494", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10495", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10496", + "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_10497", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10498", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10499", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10500", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_771", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_772", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10501", + "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_10502", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10503", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10504", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10505", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10506", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10507", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10508", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10509", + "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_10510", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_771", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_772", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10511", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10512", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10513", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10514", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10515", + "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_10516", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10517", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10518", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10519", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10520", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10521", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10522", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10523", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10524", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10525", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10526", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10527", + "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_10528", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10529", + "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_10530", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10531", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10532", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10533", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10534", + "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_10535", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10536", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10537", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10538", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10529", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10530", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10531", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10532", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10539", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10540", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10541", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10542", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10533", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10543", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakset-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10534", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_10544", "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", @@ -21440,85 +22329,85 @@ "https://tc39.es/ecma262/multipage/structured-data.html#spec-container", "https://tc39.es/ecma262/multipage/structured-data.html#sec-structured-data", "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_773", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_774", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10535", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10536", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10537", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10538", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10539", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10540", - "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#_ref_10541", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10542", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10543", - "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#_ref_10544", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10545", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10546", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10547", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10548", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10549", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10550", + "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_10551", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10552", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10553", + "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_10554", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10555", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10556", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10557", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10558", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10559", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", + "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_10560", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10561", - "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#_ref_10562", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10563", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_775", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10564", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10565", + "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_10566", + "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_10567", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10568", + "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_10569", + "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_10570", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10571", + "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_10572", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10573", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_775", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10574", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10575", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10576", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10577", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10578", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10579", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_776", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10580", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10581", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10582", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10583", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10584", + "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_10585", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10586", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10587", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10588", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10589", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_776", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10590", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10591", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10592", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10593", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10594", - "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#_ref_10595", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10596", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10597", @@ -21526,12 +22415,12 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10599", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10600", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10601", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_777", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_778", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10602", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10603", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10604", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", + "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_10605", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10606", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10607", @@ -21539,10 +22428,13 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10609", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10610", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10611", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_777", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_778", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10612", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10613", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_779", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10614", + "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_10615", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10616", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10617", @@ -21552,7 +22444,7 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10621", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10622", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10623", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_779", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10624", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10625", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10626", @@ -21563,7 +22455,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10631", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10632", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10633", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_780", + "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_10634", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10635", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10636", @@ -21574,53 +22467,60 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10641", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10642", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10643", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_780", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10644", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10645", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10646", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10647", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10648", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10649", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10650", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10651", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10652", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10653", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10654", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10655", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10656", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10657", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10658", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10659", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10660", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10661", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10662", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "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_10663", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10664", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10665", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10666", + "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_10667", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10668", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10669", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10670", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10671", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10672", + "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_10673", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10674", + "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_10675", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10676", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10677", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10678", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10679", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10680", + "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_10681", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10682", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10683", @@ -21631,60 +22531,68 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10688", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10689", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10690", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10691", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10692", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10693", - "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#_ref_10694", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10695", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10696", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10697", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10698", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10699", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10700", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10701", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10702", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10703", + "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_10704", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10705", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10706", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", + "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_10707", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10708", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10709", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10710", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10711", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10712", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10713", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10714", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10715", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10716", + "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_10717", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10718", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10719", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10720", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10721", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10722", + "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_10723", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10724", + "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_10725", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10726", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10727", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10728", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10729", + "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_10730", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10731", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10732", @@ -21692,128 +22600,158 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10734", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10735", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10736", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10737", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10738", - "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#_ref_10739", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10740", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10741", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10742", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10743", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_781", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10744", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10745", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10746", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10747", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10748", + "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_10749", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10750", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10751", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10752", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_782", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10753", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_781", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10754", + "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_10755", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10756", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10757", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10758", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10760", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10762", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_782", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10763", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10764", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10765", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10766", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10767", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10768", + "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_10769", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10770", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10771", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10772", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10773", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10774", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10775", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10776", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10777", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", + "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_10778", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10779", + "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_10780", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10781", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10782", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.constructor", + "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_10783", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10784", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10785", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10786", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10787", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", + "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_10788", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10789", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10790", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10791", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10792", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10793", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", + "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_10794", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", + "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_10795", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", + "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_10796", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", + "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_10797", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", + "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_10798", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", + "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_10799", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", + "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_10800", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", + "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_10801", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", + "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_10802", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", + "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_10803", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", + "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_10804", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", + "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_10805", + "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_10806", + "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_10807", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "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_10808", + "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_10809", + "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_10810", + "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_10811", + "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_10812", + "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_10813", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10814", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10815", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10816", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10817", + "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_10818", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10819", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10820", @@ -21822,6 +22760,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10823", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10824", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10825", + "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_10826", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10827", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10828", @@ -21829,33 +22769,38 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10830", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10831", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10832", - "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#_ref_10833", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_783", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10834", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10835", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10836", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10837", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_784", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10838", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10839", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10840", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10841", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10842", + "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_10843", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_783", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10844", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10845", + "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_10846", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10847", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_784", + "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_10848", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10849", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10850", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10851", + "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_10852", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10853", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10854", @@ -21869,18 +22814,19 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10862", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10863", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10864", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10865", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10866", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10867", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10868", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10869", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10870", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10871", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10872", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10873", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10874", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "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_10875", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10876", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10877", @@ -21888,26 +22834,28 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10879", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10880", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10881", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10882", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10883", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10884", + "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_10885", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10886", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10887", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10888", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10889", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10890", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10891", + "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_10892", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10893", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10894", - "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#_ref_10895", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10896", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10897", + "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_10898", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10899", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10900", @@ -21915,6 +22863,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10902", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10903", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10904", + "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_10905", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10906", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10907", @@ -21923,31 +22874,31 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10910", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10911", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10912", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10913", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10914", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10915", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10916", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10917", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10918", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10919", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10920", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10921", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10922", + "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_10923", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10924", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10925", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10926", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10927", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10928", + "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_10929", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10930", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10931", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10932", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_785", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10933", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10934", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10935", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10936", @@ -21957,27 +22908,30 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10940", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10941", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10942", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_785", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10943", + "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_10944", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10945", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10946", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_786", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10947", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10948", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10949", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10950", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10951", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10952", + "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_10953", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10954", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10955", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10956", + "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_786", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10957", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10958", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10959", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10960", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10961", @@ -21985,13 +22939,15 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10963", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10964", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10965", + "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_10966", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10967", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10968", + "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_10969", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10970", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_787", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_788", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10971", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10972", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10973", @@ -22002,6 +22958,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10978", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10979", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10980", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_787", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_788", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10981", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10982", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10983", @@ -22012,42 +22970,44 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10988", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10989", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10990", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10991", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10992", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10993", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10994", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10995", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10996", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10997", - "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#_ref_10998", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_10999", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11000", + "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_11001", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11002", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_789", + "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_11003", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11004", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11005", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11006", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11007", + "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_11008", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11009", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11010", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11011", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11012", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_789", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11013", + "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_11014", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11015", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_790", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11016", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_791", + "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_11017", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11018", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11019", @@ -22057,8 +23017,11 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11023", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11024", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11025", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_790", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11026", + "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_791", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11027", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11028", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11029", @@ -22068,9 +23031,10 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11033", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11034", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11035", + "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_11036", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11037", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_792", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11038", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11039", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11040", @@ -22079,9 +23043,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11043", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11044", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11045", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11046", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11047", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_792", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11048", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11049", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11050", @@ -22090,70 +23054,76 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11053", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11054", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11055", + "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_11056", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11057", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11058", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11059", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11060", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11061", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11062", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11063", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11064", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11065", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11066", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11067", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11068", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11069", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", + "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_11070", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11071", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11072", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11073", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19105", + "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_11074", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_793", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11075", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11076", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11077", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", + "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_11078", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_794", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11079", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19106", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19107", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11080", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11081", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11082", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11083", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19141", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11084", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19108", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_795", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_796", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_797", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19109", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19110", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_793", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11085", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11086", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11087", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11088", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_794", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11089", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19142", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19143", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11090", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11091", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11092", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11093", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11094", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19144", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_795", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_796", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_797", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19145", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_19146", + "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_11095", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11096", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11097", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11098", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11099", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11100", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11101", @@ -22164,6 +23134,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11106", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11107", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11108", + "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_11109", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11110", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11111", @@ -22185,7 +23157,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11127", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11128", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11129", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11130", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11131", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11132", @@ -22196,6 +23167,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11137", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11138", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11139", + "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_11140", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11141", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11142", @@ -22205,35 +23178,37 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11146", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11147", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11148", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_798", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11149", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_799", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11150", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_800", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_801", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11151", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11152", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11153", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11154", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11155", - "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#_ref_11156", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11157", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11158", + "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_798", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11159", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_799", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11160", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_800", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_801", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11161", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11162", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11163", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11164", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11165", + "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_11166", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11167", + "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_11168", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11169", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11170", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11171", @@ -22244,8 +23219,20 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11176", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11177", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11178", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", + "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_11179", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11180", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11181", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11182", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11183", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11184", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11185", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11186", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11187", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11188", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_11189", "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", @@ -22264,91 +23251,103 @@ "https://tc39.es/ecma262/multipage/managing-memory.html#spec-container", "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#_ref_11180", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11181", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11182", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11183", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11184", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11185", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11186", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11187", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11188", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11189", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11190", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11191", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11192", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11193", - "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_11194", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11195", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11197", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11196", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "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_11197", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11198", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11199", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11200", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11201", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11202", - "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-weak-ref.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11203", + "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_11204", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11205", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11206", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11207", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11206", + "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_11208", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11209", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11210", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11211", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11212", + "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_11213", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11214", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11215", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11216", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11217", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11218", + "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_11219", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11220", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11221", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11222", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11223", - "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_11224", + "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_11225", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11226", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11227", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11228", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11229", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11230", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11231", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11232", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11233", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "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_11234", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11235", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11236", + "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_11237", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11238", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11239", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11240", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11241", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11242", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11243", + "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_11244", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11245", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11246", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11247", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11248", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11249", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11250", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11251", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_11252", "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", @@ -22391,40 +23390,33 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", "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_11243", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11244", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11245", - "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#_ref_11246", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11247", - "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_11248", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11249", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11250", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11251", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11252", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11253", + "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_11254", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11255", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", + "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_11256", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11257", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", + "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_11258", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11259", + "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_11260", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11261", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11262", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11263", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11264", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11265", + "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_11266", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11267", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11268", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11269", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11270", @@ -22432,11 +23424,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11272", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11273", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11274", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11275", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11276", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11277", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11278", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11279", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11280", @@ -22447,140 +23438,154 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11285", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11286", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11287", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11288", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11289", - "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_11290", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11291", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", - "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_11292", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11293", - "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#_ref_11294", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11295", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11296", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11297", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11298", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11299", + "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_11300", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11301", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", + "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_11302", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11303", + "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_11304", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11305", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11306", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11307", - "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#_ref_11308", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11309", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11309", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11310", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11311", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11312", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11313", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11314", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11315", + "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_11316", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11317", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", + "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_11318", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11319", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11320", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11321", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11322", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", + "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_11323", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11324", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11325", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11326", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11327", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11328", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11329", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11330", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11331", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11332", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11333", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11334", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11335", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11336", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11337", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11338", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11339", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11340", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11341", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11342", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11343", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11344", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11345", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11346", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11347", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getcapabilitiesexecutor-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11348", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11349", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11350", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11351", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11352", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11353", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_817", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11354", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11355", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11356", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11357", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getcapabilitiesexecutor-functions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11358", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11359", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11360", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11361", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11362", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11363", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_817", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11364", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11365", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11366", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11367", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11368", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11369", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11370", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11371", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11372", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11373", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11374", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11375", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11376", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11377", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-jobs", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereactionjob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11378", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11379", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11380", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11381", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11382", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11383", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11384", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11385", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11386", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11387", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-jobs", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereactionjob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11388", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11389", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11390", @@ -22593,8 +23598,6 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11397", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11398", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11399", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promiseresolvethenablejob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11400", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11401", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11402", @@ -22605,32 +23608,35 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11407", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11408", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11409", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promiseresolvethenablejob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11410", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11411", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11412", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11413", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11414", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11415", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11416", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11417", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11418", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11419", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11420", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11421", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11422", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11423", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11424", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11425", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11426", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11427", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11428", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11429", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11430", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11431", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11432", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11433", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11434", @@ -22639,15 +23645,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11437", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11438", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11439", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11440", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11441", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11442", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11443", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11444", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11445", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11446", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11447", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11448", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11449", @@ -22655,35 +23662,39 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11451", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11452", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11453", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11454", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11455", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11456", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11457", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11458", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11459", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11460", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_818", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_819", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11461", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11462", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11463", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11464", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11465", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11466", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11467", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11468", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11469", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11470", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_818", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_819", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11471", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11472", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11473", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11474", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11475", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11476", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11477", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11478", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11479", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11480", @@ -22694,38 +23705,39 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11485", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11486", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11487", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11488", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11489", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11490", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11491", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_820", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_821", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11492", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11493", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_822", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_823", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11494", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11495", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11496", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11497", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11498", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11499", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11500", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11501", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_820", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_821", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11502", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11503", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_822", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_823", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11504", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11505", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11506", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11507", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11508", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11509", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11510", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11511", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11512", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11513", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11514", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11515", @@ -22733,9 +23745,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11517", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11518", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11519", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11520", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11521", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11522", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11523", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11524", @@ -22746,36 +23759,38 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11529", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11530", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11531", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11532", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11533", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11534", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11535", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11536", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_824", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_825", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11537", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11538", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11539", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11540", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11541", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11542", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11543", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11544", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11545", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11546", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_824", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_825", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11547", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11548", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11549", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11550", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11551", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11552", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11553", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11554", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11555", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11556", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11557", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11558", @@ -22786,51 +23801,59 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11563", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11564", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11565", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11566", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11567", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11568", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11569", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11570", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11571", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11572", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11573", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11574", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11575", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11576", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11577", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11578", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11579", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11580", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11581", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11582", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11583", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11584", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11585", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11586", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11587", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11588", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11589", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11590", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-catchfinallyfunctions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-thenfinallyfunctions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11591", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11592", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11593", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11594", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11595", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11596", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11597", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11598", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11599", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11600", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-catchfinallyfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-thenfinallyfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11601", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11602", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11603", @@ -22843,168 +23866,189 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11610", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11611", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11612", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11613", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11614", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11615", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11616", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11617", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11618", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11619", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11620", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11621", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11622", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11623", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11624", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11625", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11626", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11627", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11628", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11629", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11630", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11631", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11632", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11633", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11634", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11635", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11636", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_826", - "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_11637", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11638", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19111", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19112", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19113", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11639", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#figure-2", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11640", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11641", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11642", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11643", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11644", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11645", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11646", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_827", - "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_826", + "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_11647", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11648", + "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_19147", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19148", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19149", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11649", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#figure-2", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11650", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11651", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11652", - "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_828", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11653", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11654", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_829", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_830", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11655", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11656", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_827", + "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_11657", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11658", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11659", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_831", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_832", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_833", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11660", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11661", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19114", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19115", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19116", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11662", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", + "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_828", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11663", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11664", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_829", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_830", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11665", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11666", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11667", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11668", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11669", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_834", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_831", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_832", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_833", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11670", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11671", + "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_19150", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19151", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19152", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11672", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11673", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11674", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11675", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11676", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11677", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_835", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_836", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11678", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11679", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_834", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11680", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11681", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11682", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_837", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11683", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_838", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11684", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11685", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11686", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11687", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_835", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_836", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11688", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11689", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11690", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11691", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11692", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_837", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11693", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_838", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11694", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11695", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_839", - "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#sec-generator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11696", - "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#_ref_19117", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11697", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11698", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11699", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11700", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11701", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11702", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11703", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11704", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11705", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_839", + "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_11706", + "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_19153", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11707", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11708", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11709", @@ -23013,11 +24057,9 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11712", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11713", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11714", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11715", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11716", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11717", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11718", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11719", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11720", @@ -23025,11 +24067,14 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11722", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11723", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11724", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11725", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11726", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11727", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11728", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11729", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11730", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11731", @@ -23040,12 +24085,12 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11736", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11737", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11738", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11739", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11740", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11741", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11742", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11743", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11744", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11745", @@ -23055,47 +24100,56 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11749", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11750", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11751", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11752", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19118", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11753", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11754", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11755", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11756", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11757", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11758", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11759", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11760", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11761", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11762", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19154", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11763", + "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_11764", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11765", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11766", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11767", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11768", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11769", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11770", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11771", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11772", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11773", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11774", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11775", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11776", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11777", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11778", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11779", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11780", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11781", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11782", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11783", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11784", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11785", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11786", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11787", @@ -23105,8 +24159,9 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11791", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11792", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11793", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11794", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11795", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11796", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11797", @@ -23115,31 +24170,35 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11800", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11801", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11802", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11803", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-intances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-asyncgenerator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11804", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11805", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11806", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-abstract-operations", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11807", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11808", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11809", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11810", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19119", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11811", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11812", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11813", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-intances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-asyncgenerator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11815", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11816", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-abstract-operations", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11817", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11818", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11819", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11820", + "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_19155", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11821", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11822", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11823", @@ -23148,30 +24207,32 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11826", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11827", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11828", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11829", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11830", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11831", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11832", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11833", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11834", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11835", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11836", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11837", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11838", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11839", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11840", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11841", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11842", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11843", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11844", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11845", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11846", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11847", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11848", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11849", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11850", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11851", @@ -23182,24 +24243,28 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11856", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11857", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11858", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11859", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11860", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11861", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11862", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11863", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11864", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11865", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11866", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11867", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11868", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11869", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11870", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11871", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11872", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11873", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11874", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11875", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11876", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11877", @@ -23209,8 +24274,6 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11881", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11882", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11883", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19120", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11884", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11885", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11886", @@ -23221,97 +24284,108 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11891", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11892", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11893", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19156", + "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_11894", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11895", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11896", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11897", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11898", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11899", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11900", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11901", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11902", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11903", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11904", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11905", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11906", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11907", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11908", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11909", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11910", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11911", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11912", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11913", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11914", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11915", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11916", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19121", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19122", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19123", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19124", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11917", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11918", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11919", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11920", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11921", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11922", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11923", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11924", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_840", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11925", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11926", + "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_19157", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19158", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19159", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_19160", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11927", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11928", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11929", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11930", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11931", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11932", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_841", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11933", - "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_11934", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-toStringTag", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_840", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11935", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11936", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_842", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11937", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_843", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_844", - "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#_ref_11938", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11939", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11940", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11941", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11942", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_841", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11943", + "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_11944", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-toStringTag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11945", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11946", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_842", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11947", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_843", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_844", + "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", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11948", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11949", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11950", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11951", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11952", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11953", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11954", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11955", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11956", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11957", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11958", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11959", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11960", @@ -23320,6 +24394,17 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11963", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11964", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11965", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11966", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11967", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11968", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11969", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11970", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11971", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11972", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11973", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11974", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_11975", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_845", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-spacer", @@ -23339,84 +24424,103 @@ "https://tc39.es/ecma262/multipage/reflection.html#spec-container", "https://tc39.es/ecma262/multipage/reflection.html#sec-reflection", "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11966", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11967", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11968", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11969", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11970", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11971", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11972", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11973", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11974", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_11975", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11976", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11977", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11978", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11979", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11980", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11981", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11982", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11983", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11984", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11985", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11986", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11987", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11988", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11989", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11990", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11991", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11992", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11993", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11994", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11995", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11996", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11997", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11998", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_11999", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-@@tostringtag", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12000", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12001", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12002", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12003", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12004", - "https://tc39.es/ecma262/multipage/reflection.html#sec-properties-of-the-proxy-constructor", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12005", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12006", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-revocation-functions", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12007", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12008", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12009", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-@@tostringtag", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12010", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12011", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12012", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12013", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12014", + "https://tc39.es/ecma262/multipage/reflection.html#sec-properties-of-the-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12015", - "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12016", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-revocation-functions", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", "https://tc39.es/ecma262/multipage/reflection.html#_ref_12017", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_19125", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_19126", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12018", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12019", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12020", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12021", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12022", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12023", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12024", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12025", + "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12026", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12027", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_19161", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_19162", "https://tc39.es/ecma262/multipage/reflection.html#_ref_846", "https://tc39.es/ecma262/multipage/reflection.html#sec-@@tostringtag", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_12018", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_12028", "https://tc39.es/ecma262/multipage/reflection.html#references-pane-container", "https://tc39.es/ecma262/multipage/reflection.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/reflection.html#references-pane", @@ -23434,34 +24538,28 @@ "https://tc39.es/ecma262/multipage/memory-model.html#menu-toggle", "https://tc39.es/ecma262/multipage/memory-model.html#spec-container", "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12019", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12020", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12021", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12022", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12023", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12024", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12025", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12026", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12027", - "https://tc39.es/ecma262/multipage/memory-model.html#table-readsharedmemory-fields", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12028", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12029", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12030", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12031", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12032", - "https://tc39.es/ecma262/multipage/memory-model.html#table-writesharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12033", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12034", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12035", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12036", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12037", + "https://tc39.es/ecma262/multipage/memory-model.html#table-readsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12038", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12039", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12040", - "https://tc39.es/ecma262/multipage/memory-model.html#table-rmwsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12041", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12042", + "https://tc39.es/ecma262/multipage/memory-model.html#table-writesharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12043", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12044", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12045", @@ -23470,6 +24568,7 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12048", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12049", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12050", + "https://tc39.es/ecma262/multipage/memory-model.html#table-rmwsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12051", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12052", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12053", @@ -23482,38 +24581,43 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12060", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12061", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12062", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12063", - "https://tc39.es/ecma262/multipage/memory-model.html#table-agent-events-records", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12064", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12065", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12066", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12067", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12068", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12069", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12070", - "https://tc39.es/ecma262/multipage/memory-model.html#table-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12071", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12072", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12073", + "https://tc39.es/ecma262/multipage/memory-model.html#table-agent-events-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12074", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12075", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12076", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12077", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12078", - "https://tc39.es/ecma262/multipage/memory-model.html#table-candidate-execution-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12079", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12080", + "https://tc39.es/ecma262/multipage/memory-model.html#table-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12081", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12082", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12083", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12084", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12085", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12086", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12087", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12088", + "https://tc39.es/ecma262/multipage/memory-model.html#table-candidate-execution-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12089", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12090", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12091", @@ -23528,32 +24632,37 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12100", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12101", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12102", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-abstract-operations-for-the-memory-model", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizeeventset", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12103", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12104", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12105", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12106", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12107", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12108", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12109", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12110", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12111", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12112", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-abstract-operations-for-the-memory-model", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizeeventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12113", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12114", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12115", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12116", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12117", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12118", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12119", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12120", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12121", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12122", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12123", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12124", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12125", @@ -23561,7 +24670,6 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12127", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12128", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12129", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12130", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12131", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12132", @@ -23570,10 +24678,10 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12135", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12136", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12137", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-relations-of-candidate-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12138", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12139", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12140", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12141", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12142", @@ -23581,8 +24689,9 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12144", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12145", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12146", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-bytes-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12147", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-relations-of-candidate-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12148", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12149", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12150", @@ -23592,11 +24701,10 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12154", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12155", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12156", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-from", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-bytes-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12157", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12158", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12159", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-host-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12160", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12161", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12162", @@ -23604,48 +24712,49 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12164", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12165", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12166", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12167", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12168", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12169", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-host-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12170", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12171", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12172", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12173", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-happens-before", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12174", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12175", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12176", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12177", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12178", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12179", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-properties-of-valid-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-chosen-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12180", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12181", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12182", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12183", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-happens-before", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12184", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12185", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-coherent-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12186", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12187", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12188", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12189", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-properties-of-valid-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-chosen-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12190", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12191", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-tear-free-aligned-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12192", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12193", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12194", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12195", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-coherent-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12196", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12197", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12198", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12199", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12200", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12201", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-tear-free-aligned-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12202", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12203", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12204", @@ -23653,6 +24762,7 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12206", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12207", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12208", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12209", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12210", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12211", @@ -23660,32 +24770,32 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12213", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12214", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12215", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12216", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12217", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12218", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12219", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12220", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12221", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12222", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12223", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12224", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-race-freedom", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12225", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12226", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12227", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12228", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12229", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12230", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12231", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12232", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12233", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12234", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-race-freedom", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12235", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12236", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12237", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12238", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12239", @@ -23696,8 +24806,20 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12244", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12245", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12246", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12247", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12248", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12249", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12250", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12251", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12252", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12253", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12254", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12255", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12256", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12257", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_12258", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane-container", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane", @@ -23719,6 +24841,8 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-j40wR5UN", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-nway9r4_", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-dbXHPjzF", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-psYctU2K", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-v-nflgzJ", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-ct1Yw7tL", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-M9nyIflh", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-lP2MlcII", @@ -23726,6 +24850,8 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-v-a6rh2w", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-b9VW4Mn-", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-fgQ6BNSW", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-yPsTqmeL", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-6WVj7Zp6", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-expressions", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-9ZnfnUjq", @@ -23751,7 +24877,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-ScOzt1wW", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Lu7YZ_Gz", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Lu7YZ_Gz", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19127", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19163", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-nakNeXAG", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-XL4uSEt_", @@ -23801,7 +24927,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-58WiwMc8", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19128", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19164", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-lgwqNVq7", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-e75CowVl", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-bq3bMpyK", @@ -23863,7 +24989,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_19129", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19165", "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", @@ -23995,7 +25121,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-UOsd7muB", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-K4CbCiCx", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19130", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19166", "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", @@ -24003,7 +25129,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-cDxY5q2J", "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_19131", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19167", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-BMcTBp4V", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-SKJRU3Gy", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-JrqfvaKq", @@ -24088,7 +25214,7 @@ "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_19132", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19168", "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_847", "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", @@ -24099,13 +25225,19 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-KFE72mZL", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-7lP6RX49", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Wlj6DCQi", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-tBaAC-4a", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-gHtf4gFI", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WBQHipLA", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3UnQBhG_", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-tb_1J4i8", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-NsruFaTJ", "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_19133", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19134", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19135", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19136", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19169", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19170", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19171", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_19172", "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", @@ -24135,436 +25267,402 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#menu-toggle", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#spec-container", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12354", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12355", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12356", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12364", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12365", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12366", "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_848", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12357", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19137", - "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_19138", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19139", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19140", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19141", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19142", - "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_19143", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19144", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19145", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19146", - "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_19147", - "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_19148", - "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_19149", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19150", - "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_19151", - "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_19152", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19153", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19154", - "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_19155", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19156", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19157", - "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_19158", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19159", - "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_19160", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19161", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19162", - "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_19163", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19164", - "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_19165", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19166", - "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_19167", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19168", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19169", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19170", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19171", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19172", - "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_849", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12358", - "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_12367", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19173", + "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_19174", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19175", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19176", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19177", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19178", + "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_19179", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19180", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19181", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19182", - "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-FirstCommentLine", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19183", + "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_19184", + "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_19185", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19186", + "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_19187", - "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#prod-annexB-HTMLCloseComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19188", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19189", - "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_19190", + "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_19191", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19192", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19193", + "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_19194", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19195", - "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#prod-annexB-SingleLinePostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19196", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19197", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19198", + "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_19199", - "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_19200", - "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#prod-annexB-WhiteSpaceSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19201", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19202", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12359", + "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_19203", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19204", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19205", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19206", - "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_19207", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19208", + "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_849", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12368", + "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_19209", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19210", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19211", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19212", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19213", - "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_19214", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19215", - "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_19216", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19217", - "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_19218", + "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_19219", - "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_19220", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19221", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19222", - "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_19223", - "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_850", + "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_19224", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19225", + "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_19226", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19227", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12360", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19228", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12361", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19229", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12362", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19230", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12363", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19231", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12364", + "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_19232", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12365", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19233", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19234", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19235", + "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_19236", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12366", + "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_19237", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12367", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19238", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12368", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19239", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12369", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19239", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19240", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12370", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19241", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12371", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19242", - "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_851", - "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_852", + "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_19243", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19244", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19245", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19246", - "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#sec-regular-expression-patterns-semantics", - "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#_ref_855", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19247", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19248", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19249", + "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_19250", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19251", - "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#prod-annexB-SourceCharacterIdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19252", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19253", + "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_19254", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19255", + "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_19256", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19257", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19258", + "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_19259", + "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_850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19260", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19261", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19262", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19263", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12370", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19264", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12371", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19265", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12372", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19266", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12373", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19267", - "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_12374", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19268", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12375", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19269", - "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_19270", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19271", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19272", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12376", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19273", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12377", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19274", - "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_12378", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19275", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12379", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19276", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12380", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19277", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12381", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19278", + "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_851", + "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_852", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19279", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12372", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19280", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19281", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12373", - "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_19282", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12374", + "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#sec-regular-expression-patterns-semantics", + "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#_ref_855", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19283", - "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_19284", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19285", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19286", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19287", + "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_19288", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19289", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12375", - "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_19290", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19291", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19292", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19293", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19294", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19295", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12376", - "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_19296", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12377", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19297", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19298", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19299", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19300", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19301", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19302", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19303", + "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_19304", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19305", + "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_19306", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19307", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19308", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19309", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19310", + "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_19311", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19312", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19313", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19314", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19315", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12382", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19316", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19317", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12383", + "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_19318", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12384", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19319", + "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_19320", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19321", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19322", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19323", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19324", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19325", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12385", + "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_19326", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19327", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19328", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19329", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19330", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19331", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12386", + "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_19332", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12387", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19333", "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#sec-runtime-semantics-characterrangeorunion-abstract-operation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12378", + "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_12388", "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_12379", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12389", "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_865", "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#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_12380", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12390", "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_12381", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12391", "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#sec-escape-string", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12382", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12383", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12384", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12385", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12386", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12387", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12388", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12389", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12390", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12391", + "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_12392", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19298", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12393", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12394", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12395", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12396", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-string.prototype-object", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12397", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12398", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12399", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12400", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12401", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12402", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19334", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12403", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12404", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12405", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12406", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-string.prototype-object", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12407", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12408", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12409", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12410", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12411", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12412", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12413", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12414", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12415", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12416", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12417", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12418", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12419", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12420", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12421", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12422", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12423", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12424", - "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#sec-string.prototype.bold", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12425", - "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#sec-string.prototype.fixed", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12426", - "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-string.prototype.fontcolor", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12427", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12428", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12429", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12430", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12431", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12432", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12433", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12434", + "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_12435", + "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_12436", + "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", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12437", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12438", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12439", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12440", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12441", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12442", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12443", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12444", - "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_12445", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12446", - "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#_ref_12447", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12448", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12449", - "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_19299", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19300", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19301", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12450", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19302", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19303", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19304", - "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_19305", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12451", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19306", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19307", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19308", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19309", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12452", - "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_19310", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19311", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19312", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19313", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19314", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19315", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19316", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19317", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19318", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19319", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19320", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19321", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19322", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19323", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19324", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19325", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19326", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19327", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19328", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19329", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19330", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19331", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19332", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19333", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19334", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12453", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12454", + "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_12455", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12456", + "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", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12457", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12458", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12459", + "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_19335", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19336", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19337", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12460", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19338", - "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_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_874", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_875", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_876", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19339", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12453", - "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_12454", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_877", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19340", + "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_19341", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12461", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19342", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19343", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19344", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12455", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19345", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12462", + "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_19346", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19347", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19348", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19349", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19350", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19351", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_878", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12456", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12457", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12458", - "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_12459", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_879", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12460", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12461", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19352", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19353", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19354", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19355", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19356", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12462", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19357", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19358", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19359", @@ -24572,223 +25670,281 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19361", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19362", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19363", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_880", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12463", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12464", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12465", - "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_12466", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_881", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12467", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19364", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19365", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19366", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19367", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19368", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12468", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19369", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19370", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19371", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19372", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12469", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12470", - "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_12471", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12472", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19373", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19374", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_882", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12473", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12474", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12475", - "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_883", + "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_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_874", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_875", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_876", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19375", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12476", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12463", + "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_12464", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_877", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19376", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12477", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12478", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19377", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12479", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19378", - "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_884", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19379", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19380", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12480", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12465", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19381", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12481", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12482", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19382", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12483", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19383", - "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_12484", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_885", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12485", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_886", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12486", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19384", - "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_19385", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_887", - "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_19386", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19387", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_878", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12466", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12467", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12468", + "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_12469", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_879", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12470", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12471", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19388", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19389", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19390", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19391", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19392", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12472", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19393", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19394", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19395", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19396", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12487", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19397", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19398", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19399", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_880", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12473", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12474", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12475", + "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_12476", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_881", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12477", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19400", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_888", - "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_889", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19401", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19402", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12488", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19403", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12489", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19404", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12490", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12478", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19405", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12491", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19406", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12492", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19407", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19408", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12479", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12480", + "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_12481", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12482", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19409", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19410", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_882", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12483", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12484", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12485", + "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_883", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19411", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12486", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19412", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12487", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12488", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19413", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12489", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19414", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12493", + "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_884", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19415", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19416", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_890", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_891", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12494", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12490", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19417", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_892", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12495", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12491", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12492", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19418", - "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_12493", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19419", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_893", - "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#sec-web-compat-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12494", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_885", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12495", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_886", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12496", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19420", + "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_19421", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_887", + "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_19422", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19423", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12496", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12497", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12498", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_894", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19424", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19425", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19426", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19427", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12499", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19428", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12500", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12501", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_895", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19429", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19430", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19431", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19432", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12502", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12497", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19433", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12503", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12504", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_896", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19434", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19435", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19436", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_888", + "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_889", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19437", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12505", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19438", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12506", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12507", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_897", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12498", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19439", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12508", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12509", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_898", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12499", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19440", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12500", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19441", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12501", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19442", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12502", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19443", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12510", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19444", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12511", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19445", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12512", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12513", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12514", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_899", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19446", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19447", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19448", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19449", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12515", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19450", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12516", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12503", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19451", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12517", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12518", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12519", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_900", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19452", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_890", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_891", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12504", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19453", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_892", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12505", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19454", + "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_19455", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12520", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_893", + "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_19456", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12521", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12522", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19457", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12523", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19458", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19459", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12506", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12507", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12508", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_894", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19460", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19461", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19462", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19463", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12509", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19464", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12510", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12511", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_895", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19465", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19466", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19467", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19468", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12512", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19469", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12513", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12514", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_896", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19470", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19471", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19472", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19473", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12515", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19474", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12516", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12517", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_897", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19475", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12518", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12519", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_898", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19476", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19477", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19478", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19479", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12520", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19480", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12521", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19481", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12522", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12523", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12524", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_899", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19482", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19483", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19484", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19485", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12525", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19486", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12526", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19460", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19487", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12527", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19461", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19462", - "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_12528", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_901", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12529", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_900", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19488", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19489", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19490", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19491", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12530", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_902", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19492", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12531", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12532", - "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_903", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19493", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12533", - "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_904", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19494", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19495", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12534", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12535", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12536", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19496", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12537", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19497", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_19498", + "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_12538", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_901", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12539", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12540", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_902", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12541", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12542", + "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_903", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12543", + "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_904", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12544", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12545", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12546", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12547", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12548", "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_905", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_906", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12539", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_12549", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane-container", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane", @@ -24806,71 +25962,71 @@ "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#menu-toggle", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#spec-container", "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_12249", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12250", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12259", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12260", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_907", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12251", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19463", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19464", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12252", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19465", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19466", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12253", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12254", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19467", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12261", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19499", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19500", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12262", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19501", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19502", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12263", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12264", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19503", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_908", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19468", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12255", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12256", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19504", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12265", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12266", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_909", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19469", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12257", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19470", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19505", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12267", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19506", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_910", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19471", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19507", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_911", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19472", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19508", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_912", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_913", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12258", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12259", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12268", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12269", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_914", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12260", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12270", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_915", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_916", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12261", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12271", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_917", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12262", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19473", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12263", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12272", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19509", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12273", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_918", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_919", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12264", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12265", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12274", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12275", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_920", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_921", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_922", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12266", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19474", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12276", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19510", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_923", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12267", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12277", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_924", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12268", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19475", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19476", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12278", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19511", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19512", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_925", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19477", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12269", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12270", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19478", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19513", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12279", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12280", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19514", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_926", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19479", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19480", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12271", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12272", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19515", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_19516", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12281", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12282", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_927", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_928", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12273", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_12283", "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", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane", @@ -24889,41 +26045,41 @@ "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_929", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12274", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12275", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12276", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12277", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12278", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12279", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12280", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12281", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12282", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12283", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12284", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12285", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12286", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12287", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_930", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12288", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_931", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12289", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_932", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12290", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12291", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12292", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12293", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12294", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12295", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12296", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12297", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_930", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12298", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_931", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12299", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_932", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12300", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_933", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_934", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_935", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-objects-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12291", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12301", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_936", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-running-jobs", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12292", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12293", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12302", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12303", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_937", "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_938", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12294", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_12304", "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_939", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-container", @@ -24945,30 +26101,30 @@ "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_940", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_941", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12295", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12305", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_942", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12296", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12297", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12306", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12307", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_943", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12298", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12299", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12300", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12301", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12308", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12309", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12310", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12311", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_944", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_945", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_946", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_947", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12302", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12312", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_948", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_949", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_950", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_951", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_952", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_953", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12303", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12304", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12305", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12306", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12313", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12314", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12315", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_12316", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane-container", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane", @@ -24987,149 +26143,149 @@ "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_954", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12307", - "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_12308", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19481", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19482", - "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_12309", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12310", - "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_19483", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19484", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19485", - "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_12311", - "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_12312", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19486", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12313", - "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_19487", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19488", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19489", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19490", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19491", - "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_19492", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19493", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19494", - "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_12314", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19495", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19496", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19497", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12315", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19498", - "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_19499", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19500", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_966", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19501", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19502", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_967", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19503", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12316", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19504", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12317", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_968", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19505", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19506", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19507", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19508", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19509", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_969", + "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_12318", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19510", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19511", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19512", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12319", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19513", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_970", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19514", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19515", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19516", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19517", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_971", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12320", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19518", + "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_12319", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12320", + "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_19519", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19520", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19521", + "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_12321", + "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_12322", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19522", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_972", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_973", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12323", + "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_19523", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19524", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19525", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_974", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19526", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19527", + "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_19528", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12321", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19529", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19530", + "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_12324", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19531", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12322", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19532", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12323", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19533", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12325", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19534", + "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_19535", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12324", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_975", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12325", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12326", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19536", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_966", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19537", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19538", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_967", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19539", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12326", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19540", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12327", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_968", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19541", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19542", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19543", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19544", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19545", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_969", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12328", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_976", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19546", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19547", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19548", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12329", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_977", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19549", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_970", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19550", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19551", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19552", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19553", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_971", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12330", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_978", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19554", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19555", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19556", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19557", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19558", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_972", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_973", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19559", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19560", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19561", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_974", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19562", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19563", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19564", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12331", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_979", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19565", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19566", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19567", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12332", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_980", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19568", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12333", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_981", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19569", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19570", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19571", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12334", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_982", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_975", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12335", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_983", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12336", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_984", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_19572", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12337", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_985", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12338", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_986", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_976", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12339", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_987", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_988", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_977", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12340", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_978", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12341", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_979", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12342", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_989", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_980", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12343", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_981", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12344", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_982", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12345", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_983", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12346", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_984", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12347", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_985", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12348", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_986", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12349", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_987", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_988", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12350", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12351", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12352", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_989", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12353", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_990", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_991", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_992", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_993", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_994", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_995", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12344", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12354", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_996", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12345", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12346", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12347", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12355", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12356", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12357", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_997", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_998", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_999", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12348", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_12358", "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", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane", diff --git a/tr/ids/encoding.json b/tr/ids/encoding.json index e0c7cb29a81c..693d81dfb22e 100644 --- a/tr/ids/encoding.json +++ b/tr/ids/encoding.json @@ -662,7 +662,6 @@ "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A2", "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A1", "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto", - "https://www.w3.org/TR/encoding/#ref-for-dfn-get-buffer-source-reference", "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A2", "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A2", @@ -674,7 +673,9 @@ "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A2", "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A2", "https://www.w3.org/TR/encoding/#ref-for-iteration-break%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-byte-sequence-length", + "https://www.w3.org/TR/encoding/#ref-for-buffersource-byte-length", + "https://www.w3.org/TR/encoding/#ref-for-arraybufferview-write", + "https://www.w3.org/TR/encoding/#ref-for-arraybufferview-write-startingoffset", "https://www.w3.org/TR/encoding/#ref-for-iteration-break%E2%91%A1", "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-read%E2%91%A0", "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-written%E2%91%A0", @@ -1628,7 +1629,6 @@ "https://www.w3.org/TR/encoding/#term-for-list-iterate", "https://www.w3.org/TR/encoding/#term-for-list-insert", "https://www.w3.org/TR/encoding/#term-for-list-item", - "https://www.w3.org/TR/encoding/#term-for-byte-sequence-length", "https://www.w3.org/TR/encoding/#term-for-list", "https://www.w3.org/TR/encoding/#term-for-list-prepend", "https://www.w3.org/TR/encoding/#term-for-queue", @@ -1667,13 +1667,15 @@ "https://www.w3.org/TR/encoding/#term-for-idl-Uint32Array", "https://www.w3.org/TR/encoding/#term-for-idl-Uint8Array", "https://www.w3.org/TR/encoding/#term-for-idl-boolean", + "https://www.w3.org/TR/encoding/#term-for-buffersource-byte-length", "https://www.w3.org/TR/encoding/#term-for-dfn-convert-ecmascript-to-idl-value", "https://www.w3.org/TR/encoding/#term-for-dfn-get-buffer-source-copy", - "https://www.w3.org/TR/encoding/#term-for-dfn-get-buffer-source-reference", "https://www.w3.org/TR/encoding/#term-for-new", + "https://www.w3.org/TR/encoding/#term-for-arraybufferview-write-startingoffset", "https://www.w3.org/TR/encoding/#term-for-this", "https://www.w3.org/TR/encoding/#term-for-dfn-throw", "https://www.w3.org/TR/encoding/#term-for-idl-unsigned-long-long", + "https://www.w3.org/TR/encoding/#term-for-arraybufferview-write", "https://www.w3.org/TR/encoding/#references", "https://www.w3.org/TR/encoding/#normative", "https://www.w3.org/TR/encoding/#biblio-infra", diff --git a/tr/ids/eyedropper-api.json b/tr/ids/eyedropper-api.json index db0d23ef2bcb..3f490d981f5c 100644 --- a/tr/ids/eyedropper-api.json +++ b/tr/ids/eyedropper-api.json @@ -39,7 +39,7 @@ "https://wicg.github.io/eyedropper-api/#ref-for-dom-eyedropper-open-1", "https://wicg.github.io/eyedropper-api/#eyedropper-interface", "https://wicg.github.io/eyedropper-api/#x3-3-eyedropper-interface", - "https://wicg.github.io/eyedropper-api/#webidl-1609957221", + "https://wicg.github.io/eyedropper-api/#webidl-453736465", "https://wicg.github.io/eyedropper-api/#idl-def-eyedropper", "https://wicg.github.io/eyedropper-api/#dom-eyedropper", "https://wicg.github.io/eyedropper-api/#idl-def-eyedropper-constructor", diff --git a/tr/ids/fetch.json b/tr/ids/fetch.json index d82ef10d6d81..6ebc0f0c2c7d 100644 --- a/tr/ids/fetch.json +++ b/tr/ids/fetch.json @@ -51,6 +51,12 @@ "https://fetch.spec.whatwg.org/#fetch-timing-info-decoded-body-size", "https://fetch.spec.whatwg.org/#fetch-timing-info-final-connection-timing-info", "https://fetch.spec.whatwg.org/#ref-for-connection-timing-info", + "https://fetch.spec.whatwg.org/#create-an-opaque-timing-info", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-post-redirect-start-time", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time%E2%91%A0", "https://fetch.spec.whatwg.org/#update-timing-info-from-stored-response", "https://fetch.spec.whatwg.org/#ref-for-connection-timing-info%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response", @@ -771,7 +777,7 @@ "https://fetch.spec.whatwg.org/#ref-for-timing-allow-failed%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#concept-response-timing-info", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#response-service-worker-timing-info", "https://fetch.spec.whatwg.org/#ref-for-service-worker-timing-info", @@ -1468,9 +1474,9 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-client%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-settings-object-cross-origin-isolated-capability", "https://fetch.spec.whatwg.org/#ref-for-starting-a-new-parallel-queue%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-post-redirect-start-time", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-post-redirect-start-time%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time", "https://fetch.spec.whatwg.org/#ref-for-fetch-params", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request", @@ -1699,10 +1705,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state", "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-allow-passed%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-post-redirect-start-time%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-create-an-opaque-timing-info", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-end-time", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-relevant-settings-object", diff --git a/tr/ids/frame-timing.json b/tr/ids/frame-timing.json index 03ccb28950ed..64db16dfea3e 100644 --- a/tr/ids/frame-timing.json +++ b/tr/ids/frame-timing.json @@ -54,6 +54,7 @@ "https://wicg.github.io/frame-timing/#bib-performance-timeline-2", "https://wicg.github.io/frame-timing/#bib-rfc2119", "https://wicg.github.io/frame-timing/#bib-rfc8174", + "https://wicg.github.io/frame-timing/#bib-webidl", "https://wicg.github.io/frame-timing/#back-to-top" ] } \ No newline at end of file diff --git a/tr/ids/geolocation-API.json b/tr/ids/geolocation-API.json index cf890fa35ed3..79f8aa538e81 100644 --- a/tr/ids/geolocation-API.json +++ b/tr/ids/geolocation-API.json @@ -227,6 +227,7 @@ "https://www.w3.org/TR/geolocation-API/#ref-for-dfn-request-position-4", "https://www.w3.org/TR/geolocation-API/#check-permission", "https://www.w3.org/TR/geolocation-API/#x5-6-check-permission", + "https://www.w3.org/TR/geolocation-API/#ref-for-index-term-default-powerful-feature-1", "https://www.w3.org/TR/geolocation-API/#dfn-check-permission", "https://www.w3.org/TR/geolocation-API/#ref-for-dom-positionerrorcallback-4", "https://www.w3.org/TR/geolocation-API/#ref-for-index-term-request-permission-to-use-1", @@ -423,6 +424,7 @@ "https://www.w3.org/TR/geolocation-API/#permissions-policy", "https://www.w3.org/TR/geolocation-API/#x10-permissions-policy", "https://www.w3.org/TR/geolocation-API/#ref-for-index-term-policy-controlled-feature-1", + "https://www.w3.org/TR/geolocation-API/#dfn-geolocation", "https://www.w3.org/TR/geolocation-API/#ref-for-index-term-default-allowlist-2", "https://www.w3.org/TR/geolocation-API/#conformance", "https://www.w3.org/TR/geolocation-API/#x11-conformance", @@ -513,6 +515,7 @@ "https://www.w3.org/TR/geolocation-API/#index-term-in-parallel", "https://www.w3.org/TR/geolocation-API/#index-term-list-of-active-timers", "https://www.w3.org/TR/geolocation-API/#index-term-navigator-interface", + "https://www.w3.org/TR/geolocation-API/#index-term-non-secure-context", "https://www.w3.org/TR/geolocation-API/#index-term-queue-a-global-task", "https://www.w3.org/TR/geolocation-API/#index-term-queue-a-task", "https://www.w3.org/TR/geolocation-API/#index-term-relevant-global-object", @@ -529,13 +532,13 @@ "https://www.w3.org/TR/geolocation-API/#index-term-set", "https://www.w3.org/TR/geolocation-API/#index-term-hidden-for-document", "https://www.w3.org/TR/geolocation-API/#index-term-visible-for-document", + "https://www.w3.org/TR/geolocation-API/#index-term-default-powerful-feature", "https://www.w3.org/TR/geolocation-API/#index-term-denied-for-permissionstate", "https://www.w3.org/TR/geolocation-API/#index-term-permissions", "https://www.w3.org/TR/geolocation-API/#index-term-request-permission-to-use", "https://www.w3.org/TR/geolocation-API/#index-term-default-allowlist", "https://www.w3.org/TR/geolocation-API/#index-term-permissions-policy", "https://www.w3.org/TR/geolocation-API/#index-term-policy-controlled-feature", - "https://www.w3.org/TR/geolocation-API/#index-term-non-secure-context", "https://www.w3.org/TR/geolocation-API/#index-term-boolean-type", "https://www.w3.org/TR/geolocation-API/#index-term-clamp-extended-attribute", "https://www.w3.org/TR/geolocation-API/#index-term-domstring-interface", @@ -567,7 +570,6 @@ "https://www.w3.org/TR/geolocation-API/#ref-for-index-term-permissions-policy-4", "https://www.w3.org/TR/geolocation-API/#bib-rfc2119", "https://www.w3.org/TR/geolocation-API/#bib-rfc8174", - "https://www.w3.org/TR/geolocation-API/#bib-secure-contexts", "https://www.w3.org/TR/geolocation-API/#bib-webidl", "https://www.w3.org/TR/geolocation-API/#bib-wgs84", "https://www.w3.org/TR/geolocation-API/#back-to-top" diff --git a/tr/ids/infra.json b/tr/ids/infra.json index 2d2f7f89c65b..745ba19128e3 100644 --- a/tr/ids/infra.json +++ b/tr/ids/infra.json @@ -325,9 +325,9 @@ "https://infra.spec.whatwg.org/#ref-for-string-length%E2%91%A2", "https://infra.spec.whatwg.org/#example-code-unit-substring", "https://infra.spec.whatwg.org/#ref-for-code-unit-substring%E2%91%A0", - "https://infra.spec.whatwg.org/#ref-for-code-unit-substring-by-indices", - "https://infra.spec.whatwg.org/#ref-for-code-unit%E2%91%A7", "https://infra.spec.whatwg.org/#ref-for-code-unit-substring-by-positions%E2%91%A0", + "https://infra.spec.whatwg.org/#ref-for-code-unit%E2%91%A7", + "https://infra.spec.whatwg.org/#ref-for-code-unit-substring-by-positions%E2%91%A1", "https://infra.spec.whatwg.org/#code-point-substring", "https://infra.spec.whatwg.org/#ref-for-string%E2%91%A1%E2%91%A8", "https://infra.spec.whatwg.org/#ref-for-assert%E2%91%A3", @@ -341,7 +341,7 @@ "https://infra.spec.whatwg.org/#ref-for-code-point-substring", "https://infra.spec.whatwg.org/#code-point-substring-to-the-end-of-the-string", "https://infra.spec.whatwg.org/#ref-for-string%E2%91%A2%E2%91%A0", - "https://infra.spec.whatwg.org/#ref-for-code-point-substring-by-indices", + "https://infra.spec.whatwg.org/#ref-for-code-point-substring-by-positions", "https://infra.spec.whatwg.org/#ref-for-string-code-point-length%E2%91%A1", "https://infra.spec.whatwg.org/#example-code-unit-vs-point-substring", "https://infra.spec.whatwg.org/#ref-for-code-unit-substring%E2%91%A1", diff --git a/tr/ids/input-device-capabilities.json b/tr/ids/input-device-capabilities.json index df3d3285891a..0448faa957fb 100644 --- a/tr/ids/input-device-capabilities.json +++ b/tr/ids/input-device-capabilities.json @@ -78,6 +78,7 @@ "https://wicg.github.io/input-device-capabilities/#bib-html", "https://wicg.github.io/input-device-capabilities/#bib-touch-events", "https://wicg.github.io/input-device-capabilities/#bib-uievents", + "https://wicg.github.io/input-device-capabilities/#bib-webidl", "https://wicg.github.io/input-device-capabilities/#informative-references", "https://wicg.github.io/input-device-capabilities/#a-2-informative-references", "https://wicg.github.io/input-device-capabilities/#bib-pointerevents", diff --git a/tr/ids/largest-contentful-paint.json b/tr/ids/largest-contentful-paint.json index 6809f171ce57..a2256e0bcb84 100644 --- a/tr/ids/largest-contentful-paint.json +++ b/tr/ids/largest-contentful-paint.json @@ -114,6 +114,11 @@ "https://wicg.github.io/largest-contentful-paint/#ref-for-dom-element-id", "https://wicg.github.io/largest-contentful-paint/#ref-for-dom-domrectreadonly-width", "https://wicg.github.io/largest-contentful-paint/#ref-for-dom-domrectreadonly-height", + "https://wicg.github.io/largest-contentful-paint/#ref-for-concept-document-bc", + "https://wicg.github.io/largest-contentful-paint/#ref-for-top-level-browsing-context", + "https://wicg.github.io/largest-contentful-paint/#ref-for-active-document", + "https://wicg.github.io/largest-contentful-paint/#ref-for-viewport", + "https://wicg.github.io/largest-contentful-paint/#ref-for-viewport%E2%91%A0", "https://wicg.github.io/largest-contentful-paint/#ref-for-the-img-element", "https://wicg.github.io/largest-contentful-paint/#ref-for-dom-img-naturalwidth", "https://wicg.github.io/largest-contentful-paint/#ref-for-dom-img-naturalheight", @@ -159,6 +164,7 @@ "https://wicg.github.io/largest-contentful-paint/#index-defined-here", "https://wicg.github.io/largest-contentful-paint/#index-defined-elsewhere", "https://wicg.github.io/largest-contentful-paint/#term-for-eventdef-document-scroll", + "https://wicg.github.io/largest-contentful-paint/#term-for-viewport", "https://wicg.github.io/largest-contentful-paint/#term-for-document", "https://wicg.github.io/largest-contentful-paint/#term-for-element", "https://wicg.github.io/largest-contentful-paint/#term-for-concept-tree-descendant", @@ -177,12 +183,15 @@ "https://wicg.github.io/largest-contentful-paint/#term-for-dom-domrectreadonly-width", "https://wicg.github.io/largest-contentful-paint/#term-for-dom-domhighrestimestamp", "https://wicg.github.io/largest-contentful-paint/#term-for-window", + "https://wicg.github.io/largest-contentful-paint/#term-for-active-document", + "https://wicg.github.io/largest-contentful-paint/#term-for-concept-document-bc", "https://wicg.github.io/largest-contentful-paint/#term-for-dom-img-height", "https://wicg.github.io/largest-contentful-paint/#term-for-the-img-element", "https://wicg.github.io/largest-contentful-paint/#term-for-dom-img-naturalheight", "https://wicg.github.io/largest-contentful-paint/#term-for-dom-img-naturalwidth", "https://wicg.github.io/largest-contentful-paint/#term-for-concept-relevant-global", "https://wicg.github.io/largest-contentful-paint/#term-for-concept-relevant-realm", + "https://wicg.github.io/largest-contentful-paint/#term-for-top-level-browsing-context", "https://wicg.github.io/largest-contentful-paint/#term-for-dom-img-width", "https://wicg.github.io/largest-contentful-paint/#term-for-set-append", "https://wicg.github.io/largest-contentful-paint/#term-for-list-contain", diff --git a/tr/ids/manifest-app-info.json b/tr/ids/manifest-app-info.json index ea776349c550..52d87953dc12 100644 --- a/tr/ids/manifest-app-info.json +++ b/tr/ids/manifest-app-info.json @@ -35,7 +35,7 @@ "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-array-2", "https://www.w3.org/TR/manifest-app-info/#dfn-string", "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-array-3", - "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-1", + "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-1", "https://www.w3.org/TR/manifest-app-info/#categories-member", "https://www.w3.org/TR/manifest-app-info/#x2-1-categories-member", "https://www.w3.org/TR/manifest-app-info/#dfn-categories", @@ -85,17 +85,15 @@ "https://www.w3.org/TR/manifest-app-info/#internationalization", "https://www.w3.org/TR/manifest-app-info/#a-internationalization", "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-approach-es-outlined-in-the-manifest-spec-1", - "https://www.w3.org/TR/manifest-app-info/#conformance", - "https://www.w3.org/TR/manifest-app-info/#b-conformance", "https://www.w3.org/TR/manifest-app-info/#acknowledgements", - "https://www.w3.org/TR/manifest-app-info/#c-acknowledgements", + "https://www.w3.org/TR/manifest-app-info/#b-acknowledgements", "https://www.w3.org/TR/manifest-app-info/#gh-contributors", "https://www.w3.org/TR/manifest-app-info/#index", - "https://www.w3.org/TR/manifest-app-info/#d-index", + "https://www.w3.org/TR/manifest-app-info/#c-index", "https://www.w3.org/TR/manifest-app-info/#index-defined-here", - "https://www.w3.org/TR/manifest-app-info/#d-1-terms-defined-by-this-specification", + "https://www.w3.org/TR/manifest-app-info/#c-1-terms-defined-by-this-specification", "https://www.w3.org/TR/manifest-app-info/#index-defined-elsewhere", - "https://www.w3.org/TR/manifest-app-info/#d-2-terms-defined-by-reference", + "https://www.w3.org/TR/manifest-app-info/#c-2-terms-defined-by-reference", "https://www.w3.org/TR/manifest-app-info/#index-term-accessible-description", "https://www.w3.org/TR/manifest-app-info/#index-term-accessible-name", "https://www.w3.org/TR/manifest-app-info/#index-term-application-manifest", @@ -106,23 +104,21 @@ "https://www.w3.org/TR/manifest-app-info/#index-term-the-approach-es-outlined-in-the-manifest-spec", "https://www.w3.org/TR/manifest-app-info/#index-term-web-application-manifest", "https://www.w3.org/TR/manifest-app-info/#index-term-array", - "https://www.w3.org/TR/manifest-app-info/#index-term-the-json-data-interchange-format", + "https://www.w3.org/TR/manifest-app-info/#index-term-the-json-data-interchange-format-2nd-edition", "https://www.w3.org/TR/manifest-app-info/#index-term-imageresource", "https://www.w3.org/TR/manifest-app-info/#index-term-sizes-for-imageresource", "https://www.w3.org/TR/manifest-app-info/#references", - "https://www.w3.org/TR/manifest-app-info/#e-references", - "https://www.w3.org/TR/manifest-app-info/#normative-references", - "https://www.w3.org/TR/manifest-app-info/#e-1-normative-references", + "https://www.w3.org/TR/manifest-app-info/#d-references", + "https://www.w3.org/TR/manifest-app-info/#informative-references", + "https://www.w3.org/TR/manifest-app-info/#d-1-informative-references", "https://www.w3.org/TR/manifest-app-info/#bib-accname-1.2", "https://www.w3.org/TR/manifest-app-info/#bib-appmanifest", "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-web-application-manifest-2", "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-web-application-manifest-3", "https://www.w3.org/TR/manifest-app-info/#bib-ecma-404", - "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2", - "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-3", + "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-2", + "https://www.w3.org/TR/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-3", "https://www.w3.org/TR/manifest-app-info/#bib-image-resource", - "https://www.w3.org/TR/manifest-app-info/#bib-rfc2119", - "https://www.w3.org/TR/manifest-app-info/#bib-rfc8174", "https://www.w3.org/TR/manifest-app-info/#back-to-top" ] } \ No newline at end of file diff --git a/tr/ids/media-source-2.json b/tr/ids/media-source-2.json new file mode 100644 index 000000000000..6d759fa25974 --- /dev/null +++ b/tr/ids/media-source-2.json @@ -0,0 +1,1676 @@ +{ + "spec": { + "title": "Media Source Extensions™", + "url": "https://www.w3.org/TR/media-source-2/" + }, + "ids": [ + "https://www.w3.org/TR/media-source-2/#initialUserConfig", + "https://www.w3.org/TR/media-source-2/#toc-nav", + "https://www.w3.org/TR/media-source-2/#toc-jump", + "https://www.w3.org/TR/media-source-2/#toc-toggle", + "https://www.w3.org/TR/media-source-2/#title", + "https://www.w3.org/TR/media-source-2/#abstract", + "https://www.w3.org/TR/media-source-2/#sotd", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-1", + "https://www.w3.org/TR/media-source-2/#w3c_process_revision", + "https://www.w3.org/TR/media-source-2/#toc", + "https://www.w3.org/TR/media-source-2/#table-of-contents", + "https://www.w3.org/TR/media-source-2/#introduction", + "https://www.w3.org/TR/media-source-2/#x1-introduction", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-3", + "https://www.w3.org/TR/media-source-2/#goals", + "https://www.w3.org/TR/media-source-2/#x1-1-goals", + "https://www.w3.org/TR/media-source-2/#definitions", + "https://www.w3.org/TR/media-source-2/#x1-2-definitions", + "https://www.w3.org/TR/media-source-2/#active-track-buffers", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-1", + "https://www.w3.org/TR/media-source-2/#append-window", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-2", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-1", + "https://www.w3.org/TR/media-source-2/#coded-frame", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-1", + "https://www.w3.org/TR/media-source-2/#coded-frame-duration", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-3", + "https://www.w3.org/TR/media-source-2/#coded-frame-end-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-4", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-2", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-5", + "https://www.w3.org/TR/media-source-2/#coded-frame-group", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-5", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-abort-1", + "https://www.w3.org/TR/media-source-2/#decode-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-order-1", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-order-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-1", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-order-3", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-7", + "https://www.w3.org/TR/media-source-2/#init-segment", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID", + "https://www.w3.org/TR/media-source-2/#h-note", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-1", + "https://www.w3.org/TR/media-source-2/#media-segment", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-0", + "https://www.w3.org/TR/media-source-2/#h-note-0", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-2", + "https://www.w3.org/TR/media-source-2/#mediasource-object-url", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-3", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-1", + "https://www.w3.org/TR/media-source-2/#h-note-1", + "https://www.w3.org/TR/media-source-2/#parent-media-source", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-4", + "https://www.w3.org/TR/media-source-2/#presentation-start-time", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-2", + "https://www.w3.org/TR/media-source-2/#h-note-2", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-1", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-2", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-3", + "https://www.w3.org/TR/media-source-2/#presentation-interval", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-6", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-8", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-9", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-3", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-4", + "https://www.w3.org/TR/media-source-2/#presentation-order", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-7", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-8", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-10", + "https://www.w3.org/TR/media-source-2/#presentation-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-9", + "https://www.w3.org/TR/media-source-2/#random-access-point", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-2", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-byte-stream-format-spec", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-2", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-configuration", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-6", + "https://www.w3.org/TR/media-source-2/#track-description", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-2", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-2", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-2", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-4", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-3", + "https://www.w3.org/TR/media-source-2/#track-id", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-1", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-3", + "https://www.w3.org/TR/media-source-2/#mediasource", + "https://www.w3.org/TR/media-source-2/#x2-mediasource-object", + "https://www.w3.org/TR/media-source-2/#dom-mediasource", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-8", + "https://www.w3.org/TR/media-source-2/#dfn-live-seekable-range", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-setliveseekablerange-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-clearliveseekablerange-1", + "https://www.w3.org/TR/media-source-2/#webidl-1246068066", + "https://www.w3.org/TR/media-source-2/#idl-def-readystate", + "https://www.w3.org/TR/media-source-2/#dom-readystate", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-1", + "https://www.w3.org/TR/media-source-2/#dom-readystate-closed", + "https://www.w3.org/TR/media-source-2/#idl-def-ReadyState.closed", + "https://www.w3.org/TR/media-source-2/#dom-readystate-open", + "https://www.w3.org/TR/media-source-2/#idl-def-ReadyState.open", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-2", + "https://www.w3.org/TR/media-source-2/#dom-readystate-ended", + "https://www.w3.org/TR/media-source-2/#idl-def-ReadyState.ended", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-endofstream-1", + "https://www.w3.org/TR/media-source-2/#issue-container-number-276", + "https://www.w3.org/TR/media-source-2/#h-issue", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-13", + "https://www.w3.org/TR/media-source-2/#webidl-1490762926", + "https://www.w3.org/TR/media-source-2/#idl-def-endofstreamerror", + "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-network-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-decode-1", + "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror-network", + "https://www.w3.org/TR/media-source-2/#idl-def-EndOfStreamError.network", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-3", + "https://www.w3.org/TR/media-source-2/#h-note-3", + "https://www.w3.org/TR/media-source-2/#dom-endofstreamerror-decode", + "https://www.w3.org/TR/media-source-2/#idl-def-EndOfStreamError.decode", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-4", + "https://www.w3.org/TR/media-source-2/#h-note-4", + "https://www.w3.org/TR/media-source-2/#webidl-1001225073", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-11", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-constructor", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-constructor", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-sourcebuffers", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-3", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-activesourcebuffers", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-2", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-readystate", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-3", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-duration", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-onsourceopen", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-onsourceopen-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-onsourceended", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-onsourceended-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-onsourceclose", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-onsourceclose-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-canconstructindedicatedworker", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-canconstructindedicatedworker-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-addsourcebuffer-type", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-removesourcebuffer-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-removesourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-15", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-endofstream-error", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-endofstream-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-1", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-setliveseekablerange-start-end", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-setliveseekablerange-2", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-clearliveseekablerange", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-clearliveseekablerange-2", + "https://www.w3.org/TR/media-source-2/#idl-def-mediasource-istypesupported-type", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-istypesupported-1", + "https://www.w3.org/TR/media-source-2/#attributes", + "https://www.w3.org/TR/media-source-2/#x2-1-attributes", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-sourcebuffers", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-3", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-activesourcebuffers", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-3", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-5", + "https://www.w3.org/TR/media-source-2/#h-note-5", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-readystate", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-3", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-duration", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-6", + "https://www.w3.org/TR/media-source-2/#h-note-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-7", + "https://www.w3.org/TR/media-source-2/#h-note-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-endofstream-3", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceopen", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-1", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceended", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceended-1", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-onsourceclose", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceclose-1", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-canconstructindedicatedworker", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-8", + "https://www.w3.org/TR/media-source-2/#h-note-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-17", + "https://www.w3.org/TR/media-source-2/#methods", + "https://www.w3.org/TR/media-source-2/#x2-2-methods", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-addsourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-8", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-configuration-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-9", + "https://www.w3.org/TR/media-source-2/#h-note-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-segments-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-10", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-removesourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-23", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-24", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-append-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-abort-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-audiotracks-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-audiotrack-sourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-10", + "https://www.w3.org/TR/media-source-2/#h-note-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-11", + "https://www.w3.org/TR/media-source-2/#h-note-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-videotracks-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-videotrack-sourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-12", + "https://www.w3.org/TR/media-source-2/#h-note-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-13", + "https://www.w3.org/TR/media-source-2/#h-note-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-texttracks-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-texttrack-sourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-14", + "https://www.w3.org/TR/media-source-2/#h-note-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-3", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-15", + "https://www.w3.org/TR/media-source-2/#h-note-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-14", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-endofstream", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-end-of-stream-1", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-setliveseekablerange", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-1", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-2", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-2", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-clearliveseekablerange", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-5", + "https://www.w3.org/TR/media-source-2/#dom-mediasource-istypesupported", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-26", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-16", + "https://www.w3.org/TR/media-source-2/#h-note-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-27", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-28", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-17", + "https://www.w3.org/TR/media-source-2/#h-note-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-23", + "https://www.w3.org/TR/media-source-2/#mediasource-events", + "https://www.w3.org/TR/media-source-2/#x2-3-event-summary", + "https://www.w3.org/TR/media-source-2/#dfn-sourceopen", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-9", + "https://www.w3.org/TR/media-source-2/#dfn-sourceended", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-3", + "https://www.w3.org/TR/media-source-2/#dfn-sourceclose", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-7", + "https://www.w3.org/TR/media-source-2/#mediasource-in-worker-communication-model", + "https://www.w3.org/TR/media-source-2/#x2-4-cross-context-communication-model", + "https://www.w3.org/TR/media-source-2/#dfn-cross-context-communication-model", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-24", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-18", + "https://www.w3.org/TR/media-source-2/#h-note-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-26", + "https://www.w3.org/TR/media-source-2/#ref-for-mediasource-object-url-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-attaching-to-a-media-element-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-27", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-28", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-29", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-30", + "https://www.w3.org/TR/media-source-2/#dfn-port-to-main", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-31", + "https://www.w3.org/TR/media-source-2/#dfn-port-to-worker", + "https://www.w3.org/TR/media-source-2/#dfn-channel-with-worker", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-32", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-33", + "https://www.w3.org/TR/media-source-2/#mediasource-algorithms", + "https://www.w3.org/TR/media-source-2/#x2-5-algorithms", + "https://www.w3.org/TR/media-source-2/#mediasource-attach", + "https://www.w3.org/TR/media-source-2/#x2-5-1-attaching-to-a-media-element", + "https://www.w3.org/TR/media-source-2/#dfn-attaching-to-a-media-element", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-34", + "https://www.w3.org/TR/media-source-2/#ref-for-mediasource-object-url-2", + "https://www.w3.org/TR/media-source-2/#ref-for-mediasource-object-url-3", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-19", + "https://www.w3.org/TR/media-source-2/#h-note-19", + "https://www.w3.org/TR/media-source-2/#ref-for-mediasource-object-url-4", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-20", + "https://www.w3.org/TR/media-source-2/#h-note-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-35", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-36", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-37", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-38", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-39", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-40", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-41", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-21", + "https://www.w3.org/TR/media-source-2/#h-note-21", + "https://www.w3.org/TR/media-source-2/#mediasource-detach", + "https://www.w3.org/TR/media-source-2/#x2-5-2-detaching-from-a-media-element", + "https://www.w3.org/TR/media-source-2/#dfn-detaching-from-a-media-element", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-42", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-43", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-channel-with-worker-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-44", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-45", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-46", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-closed-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-29", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-30", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceclose-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-47", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-22", + "https://www.w3.org/TR/media-source-2/#h-note-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-48", + "https://www.w3.org/TR/media-source-2/#mediasource-seeking", + "https://www.w3.org/TR/media-source-2/#x2-5-3-seeking", + "https://www.w3.org/TR/media-source-2/#dfn-seeking", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-23", + "https://www.w3.org/TR/media-source-2/#h-note-23", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-31", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-9", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-24", + "https://www.w3.org/TR/media-source-2/#h-note-24", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-25", + "https://www.w3.org/TR/media-source-2/#h-note-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-1", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-26", + "https://www.w3.org/TR/media-source-2/#h-note-26", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-6", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-4", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-10", + "https://www.w3.org/TR/media-source-2/#ref-for-active-track-buffers-1", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-1", + "https://www.w3.org/TR/media-source-2/#buffer-monitoring", + "https://www.w3.org/TR/media-source-2/#x2-5-4-sourcebuffer-monitoring", + "https://www.w3.org/TR/media-source-2/#dfn-sourcebuffer-monitoring", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-32", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-10", + "https://www.w3.org/TR/media-source-2/#ref-for-enough-data-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-11", + "https://www.w3.org/TR/media-source-2/#enough-data", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-27", + "https://www.w3.org/TR/media-source-2/#h-note-27", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-28", + "https://www.w3.org/TR/media-source-2/#h-note-28", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-29", + "https://www.w3.org/TR/media-source-2/#h-note-29", + "https://www.w3.org/TR/media-source-2/#ref-for-enough-data-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-30", + "https://www.w3.org/TR/media-source-2/#h-note-30", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-31", + "https://www.w3.org/TR/media-source-2/#h-note-31", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-32", + "https://www.w3.org/TR/media-source-2/#h-note-32", + "https://www.w3.org/TR/media-source-2/#active-source-buffer-changes", + "https://www.w3.org/TR/media-source-2/#x2-5-5-changes-to-selected-enabled-track-state", + "https://www.w3.org/TR/media-source-2/#dfn-changes-to-selected-enabled-track-state", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-49", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-33", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-34", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-35", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-36", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-37", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-38", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-39", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-40", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-41", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-42", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-23", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-24", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-43", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-44", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-26", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-27", + "https://www.w3.org/TR/media-source-2/#duration-change-algorithm", + "https://www.w3.org/TR/media-source-2/#x2-5-6-duration-change", + "https://www.w3.org/TR/media-source-2/#dfn-duration-change", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-6", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-11", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-45", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-18", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-33", + "https://www.w3.org/TR/media-source-2/#h-note-33", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-remove-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-7", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-46", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-19", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-34", + "https://www.w3.org/TR/media-source-2/#h-note-34", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-removal-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-50", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-9", + "https://www.w3.org/TR/media-source-2/#end-of-stream-algorithm", + "https://www.w3.org/TR/media-source-2/#x2-5-7-end-of-stream", + "https://www.w3.org/TR/media-source-2/#dfn-end-of-stream", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-endofstream-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceended-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-51", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-3", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-2", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-47", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-20", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-35", + "https://www.w3.org/TR/media-source-2/#h-note-35", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-network-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-52", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-decode-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-53", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-11", + "https://www.w3.org/TR/media-source-2/#sourcebuffer", + "https://www.w3.org/TR/media-source-2/#x3-sourcebuffer-object", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#webidl-723564574", + "https://www.w3.org/TR/media-source-2/#idl-def-appendmode", + "https://www.w3.org/TR/media-source-2/#dom-appendmode", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-segments-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-2", + "https://www.w3.org/TR/media-source-2/#dom-appendmode-segments", + "https://www.w3.org/TR/media-source-2/#idl-def-AppendMode.segments", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-12", + "https://www.w3.org/TR/media-source-2/#dom-appendmode-sequence", + "https://www.w3.org/TR/media-source-2/#idl-def-AppendMode.sequence", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-3", + "https://www.w3.org/TR/media-source-2/#webidl-17963799", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-48", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-mode", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-3", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-updating", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-5", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-buffered", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-3", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-timestampoffset", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-3", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-audiotracks", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-audiotracks-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-videotracks", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-videotracks-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-texttracks", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-texttracks-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-appendwindowstart", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-appendwindowend", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-onupdatestart", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-onupdatestart-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-onupdate", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-onupdate-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-onupdateend", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-onupdateend-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-onerror", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-onerror-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-onabort", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-onabort-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-appendbuffer-data", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-4", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-abort", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-abort-2", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-changetype-type", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-3", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebuffer-remove-start-end", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-remove-2", + "https://www.w3.org/TR/media-source-2/#issue-container-number-280", + "https://www.w3.org/TR/media-source-2/#h-issue-0", + "https://www.w3.org/TR/media-source-2/#attributes-0", + "https://www.w3.org/TR/media-source-2/#x3-1-attributes", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-mode", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-2", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-21", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-segments-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-23", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-24", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-4", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-1", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-media-segment-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-1", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-updating", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-remove-3", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-buffered", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-49", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-22", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-5", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-3", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-50", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-51", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-36", + "https://www.w3.org/TR/media-source-2/#h-note-36", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-4", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-9", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-timestampoffset", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-52", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-23", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-26", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-27", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-5", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-2", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-media-segment-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-2", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-audiotracks", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-videotracks", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-texttracks", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendwindowstart", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-12", + "https://www.w3.org/TR/media-source-2/#ref-for-append-window-1", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-24", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-3", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendwindowend", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-13", + "https://www.w3.org/TR/media-source-2/#ref-for-append-window-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-25", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-3", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdatestart", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updatestart-1", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdate", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-update-1", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onupdateend", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-2", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onerror", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-error-1", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-onabort", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-abort-2", + "https://www.w3.org/TR/media-source-2/#methods-0", + "https://www.w3.org/TR/media-source-2/#x3-2-methods", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-appendbuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-53", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-prepare-append-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updatestart-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-54", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-append-2", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-abort", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-26", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-28", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-range-removal-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-append-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-abort-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-55", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-56", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-reset-parser-state-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-4", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-4", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-changetype", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-27", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-57", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-28", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-29", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-30", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-6", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-reset-parser-state-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-58", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-59", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-60", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-pending-initialization-segment-for-changetype-flag-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-61", + "https://www.w3.org/TR/media-source-2/#dom-sourcebuffer-remove", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-8", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-29", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-31", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-32", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-7", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-range-removal-2", + "https://www.w3.org/TR/media-source-2/#track-buffers", + "https://www.w3.org/TR/media-source-2/#x3-3-track-buffers", + "https://www.w3.org/TR/media-source-2/#track-buffer", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-13", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-5", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-62", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-8", + "https://www.w3.org/TR/media-source-2/#last-decode-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-14", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-group-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-15", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-9", + "https://www.w3.org/TR/media-source-2/#last-frame-duration", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-5", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-16", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-group-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-17", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-10", + "https://www.w3.org/TR/media-source-2/#highest-end-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-end-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-18", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-group-3", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-19", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-11", + "https://www.w3.org/TR/media-source-2/#need-RAP-flag", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-20", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-3", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-21", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-12", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-13", + "https://www.w3.org/TR/media-source-2/#track-buffer-ranges", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-22", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-37", + "https://www.w3.org/TR/media-source-2/#h-note-37", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-63", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-5", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-38", + "https://www.w3.org/TR/media-source-2/#h-note-38", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-3", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-removal-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-7", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-ranges-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-5", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-14", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-64", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-events", + "https://www.w3.org/TR/media-source-2/#x3-4-event-summary", + "https://www.w3.org/TR/media-source-2/#dfn-updatestart", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-15", + "https://www.w3.org/TR/media-source-2/#dfn-update", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-16", + "https://www.w3.org/TR/media-source-2/#dfn-updateend", + "https://www.w3.org/TR/media-source-2/#dfn-error", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-17", + "https://www.w3.org/TR/media-source-2/#dfn-abort", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-abort-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-18", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-algorithms", + "https://www.w3.org/TR/media-source-2/#x3-5-algorithms", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-segment-parser-loop", + "https://www.w3.org/TR/media-source-2/#x3-5-1-segment-parser-loop", + "https://www.w3.org/TR/media-source-2/#dfn-segment-parser-loop", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-65", + "https://www.w3.org/TR/media-source-2/#dfn-append-state", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-waiting-for-segment-1", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-waiting-for-segment", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-6", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-8", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-parsing-init-segment", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-7", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-parsing-media-segment", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-66", + "https://www.w3.org/TR/media-source-2/#dfn-input-buffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-67", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-68", + "https://www.w3.org/TR/media-source-2/#dfn-buffer-full-flag", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-69", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-70", + "https://www.w3.org/TR/media-source-2/#dfn-group-start-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-group-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-71", + "https://www.w3.org/TR/media-source-2/#dfn-group-end-timestamp", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-end-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-23", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-group-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-7", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-39", + "https://www.w3.org/TR/media-source-2/#h-note-39", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-end-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-72", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-73", + "https://www.w3.org/TR/media-source-2/#dfn-generate-timestamps-flag", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-24", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-74", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-3", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-byte-stream-format-spec-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-3", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-3", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-waiting-for-segment-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-4", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-init-segment-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-6", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-5", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-media-segment-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-6", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-init-segment-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-initialization-segment-received-1", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-7", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-waiting-for-segment-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-8", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-media-segment-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-first-initialization-segment-received-flag-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-pending-initialization-segment-for-changetype-flag-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-9", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-9", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-40", + "https://www.w3.org/TR/media-source-2/#h-note-40", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-75", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-10", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-11", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-9", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-waiting-for-segment-4", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-reset-parser-state", + "https://www.w3.org/TR/media-source-2/#x3-5-2-reset-parser-state", + "https://www.w3.org/TR/media-source-2/#dfn-reset-parser-state", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-10", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-parsing-media-segment-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-12", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-26", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-10", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-27", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-17", + "https://www.w3.org/TR/media-source-2/#ref-for-last-frame-duration-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-18", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-19", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-1", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-state-11", + "https://www.w3.org/TR/media-source-2/#ref-for-sourcebuffer-waiting-for-segment-5", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-append-error", + "https://www.w3.org/TR/media-source-2/#x3-5-3-append-error", + "https://www.w3.org/TR/media-source-2/#dfn-append-error", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-reset-parser-state-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-error-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-76", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-77", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-end-of-stream-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-endofstreamerror-decode-3", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-prepare-append", + "https://www.w3.org/TR/media-source-2/#x3-5-4-prepare-append", + "https://www.w3.org/TR/media-source-2/#dfn-prepare-append", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-78", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-79", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-30", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-23", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-20", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-54", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-worker-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-33", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-24", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-34", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-open-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-sourceopen-8", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-26", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-eviction-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-41", + "https://www.w3.org/TR/media-source-2/#h-note-41", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-remove-4", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-buffer-append", + "https://www.w3.org/TR/media-source-2/#x3-5-5-buffer-append", + "https://www.w3.org/TR/media-source-2/#dfn-buffer-append", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-segment-parser-loop-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-segment-parser-loop-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-21", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-update-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-80", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-81", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-range-removal", + "https://www.w3.org/TR/media-source-2/#x3-5-6-range-removal", + "https://www.w3.org/TR/media-source-2/#dfn-range-removal", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-16", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-10", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-17", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-start-time-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-22", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updatestart-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-82", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-removal-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-updating-23", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-update-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-83", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-updateend-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-84", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-init-segment-received", + "https://www.w3.org/TR/media-source-2/#x3-5-7-initialization-segment-received", + "https://www.w3.org/TR/media-source-2/#dfn-initialization-segment-received", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-segment-parser-loop-3", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-11", + "https://www.w3.org/TR/media-source-2/#dfn-first-initialization-segment-received-flag", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-12", + "https://www.w3.org/TR/media-source-2/#dfn-pending-initialization-segment-for-changetype-flag", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-5", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-first-initialization-segment-received-flag-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-6", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-15", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-5", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-16", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-42", + "https://www.w3.org/TR/media-source-2/#h-note-42", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-85", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-86", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-istypesupported-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-87", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-3", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-17", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-21", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-first-initialization-segment-received-flag-3", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-7", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-43", + "https://www.w3.org/TR/media-source-2/#h-note-43", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-88", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-89", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-10", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-istypesupported-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-90", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-20", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-6", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-21", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-22", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-23", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-91", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-audiotracks-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-audiotracks-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-92", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-44", + "https://www.w3.org/TR/media-source-2/#h-note-44", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-audiotracks-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-93", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-27", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-12", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-45", + "https://www.w3.org/TR/media-source-2/#h-note-45", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-22", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-28", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-4", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-23", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-24", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-7", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-25", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-26", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-27", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-94", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-videotracks-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-videotracks-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-95", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-46", + "https://www.w3.org/TR/media-source-2/#h-note-46", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-videotracks-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-96", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-28", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-13", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-47", + "https://www.w3.org/TR/media-source-2/#h-note-47", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-24", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-29", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-5", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-25", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-28", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-8", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-29", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-30", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-31", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-32", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-texttracks-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-97", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-48", + "https://www.w3.org/TR/media-source-2/#h-note-48", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-texttracks-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-98", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-29", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-14", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-49", + "https://www.w3.org/TR/media-source-2/#h-note-49", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-26", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-30", + "https://www.w3.org/TR/media-source-2/#ref-for-track-description-6", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-27", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-99", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-28", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-29", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-first-initialization-segment-received-flag-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-pending-initialization-segment-for-changetype-flag-3", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-30", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-15", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-50", + "https://www.w3.org/TR/media-source-2/#h-note-50", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-31", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-31", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-first-initialization-segment-received-flag-5", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-32", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-16", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-51", + "https://www.w3.org/TR/media-source-2/#h-note-51", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-processing", + "https://www.w3.org/TR/media-source-2/#x3-5-8-coded-frame-processing", + "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-processing", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-31", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-segment-parser-loop-4", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-32", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-6", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-18", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-52", + "https://www.w3.org/TR/media-source-2/#h-note-52", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-6", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-53", + "https://www.w3.org/TR/media-source-2/#h-note-53", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-3", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-28", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-9", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-29", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-5", + "https://www.w3.org/TR/media-source-2/#ref-for-last-frame-duration-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-segments-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-11", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-30", + "https://www.w3.org/TR/media-source-2/#ref-for-last-frame-duration-3", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-31", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-2", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-32", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-4", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-33", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-33", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-5", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-5", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-54", + "https://www.w3.org/TR/media-source-2/#h-note-54", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-6", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-19", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-7", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-5", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-6", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-55", + "https://www.w3.org/TR/media-source-2/#h-note-55", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowend-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendwindowstart-8", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-7", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-5", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-8", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-7", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-interval-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-34", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-35", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-36", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-audio-splice-frame-1", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-37", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-20", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-56", + "https://www.w3.org/TR/media-source-2/#h-note-56", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-38", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-text-splice-frame-1", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-39", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-21", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-40", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-22", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-5", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-41", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-42", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-6", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-57", + "https://www.w3.org/TR/media-source-2/#h-note-57", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-43", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-7", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-44", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-8", + "https://www.w3.org/TR/media-source-2/#ref-for-last-frame-duration-4", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-7", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-8", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-58", + "https://www.w3.org/TR/media-source-2/#h-note-58", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-generate-timestamps-flag-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-timestampoffset-10", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-45", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-59", + "https://www.w3.org/TR/media-source-2/#h-note-59", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-46", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-60", + "https://www.w3.org/TR/media-source-2/#h-note-60", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-47", + "https://www.w3.org/TR/media-source-2/#ref-for-enough-data-3", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-61", + "https://www.w3.org/TR/media-source-2/#h-note-61", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-duration-change-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-9", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-removal", + "https://www.w3.org/TR/media-source-2/#x3-5-9-coded-frame-removal", + "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-removal", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-48", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-23", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-24", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-34", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-100", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-13", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-35", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-8", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-62", + "https://www.w3.org/TR/media-source-2/#h-note-62", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-49", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-36", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-3", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-segments-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-10", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-25", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-mode-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-appendmode-sequence-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-start-timestamp-9", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-group-end-timestamp-11", + "https://www.w3.org/TR/media-source-2/#ref-for-last-decode-timestamp-10", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-37", + "https://www.w3.org/TR/media-source-2/#ref-for-last-frame-duration-5", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-38", + "https://www.w3.org/TR/media-source-2/#ref-for-highest-end-timestamp-9", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-39", + "https://www.w3.org/TR/media-source-2/#ref-for-need-RAP-flag-9", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-40", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-50", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-51", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-41", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-9", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-63", + "https://www.w3.org/TR/media-source-2/#h-note-63", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-52", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-30", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-64", + "https://www.w3.org/TR/media-source-2/#h-note-64", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-65", + "https://www.w3.org/TR/media-source-2/#h-note-65", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-4", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-coded-frame-eviction", + "https://www.w3.org/TR/media-source-2/#x3-5-10-coded-frame-eviction", + "https://www.w3.org/TR/media-source-2/#dfn-coded-frame-eviction", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-101", + "https://www.w3.org/TR/media-source-2/#issue-container-number-289", + "https://www.w3.org/TR/media-source-2/#h-issue-1", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-input-buffer-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-102", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-buffer-full-flag-6", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-66", + "https://www.w3.org/TR/media-source-2/#h-note-66", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-removal-4", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-frame-algorithm", + "https://www.w3.org/TR/media-source-2/#x3-5-11-audio-splice-frame", + "https://www.w3.org/TR/media-source-2/#dfn-audio-splice-frame", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-11", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-53", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-42", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-54", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-26", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-7", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-55", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-interval-2", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-67", + "https://www.w3.org/TR/media-source-2/#h-note-67", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-27", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-28", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-29", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-4", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-5", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-8", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-30", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-68", + "https://www.w3.org/TR/media-source-2/#h-note-68", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-69", + "https://www.w3.org/TR/media-source-2/#h-note-69", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-31", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-32", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-33", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-6", + "https://www.w3.org/TR/media-source-2/#ref-for-decode-timestamp-7", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-9", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-34", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-70", + "https://www.w3.org/TR/media-source-2/#h-note-70", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-71", + "https://www.w3.org/TR/media-source-2/#h-note-71", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-audio-splice-rendering-1", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-audio-splice-rendering-algorithm", + "https://www.w3.org/TR/media-source-2/#x3-5-12-audio-splice-rendering", + "https://www.w3.org/TR/media-source-2/#dfn-audio-splice-rendering", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-audio-splice-frame-2", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-56", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-57", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-35", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-36", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-10", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-37", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-38", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-72", + "https://www.w3.org/TR/media-source-2/#h-note-72", + "https://www.w3.org/TR/media-source-2/#sourcebuffer-text-splice-frame-algorithm", + "https://www.w3.org/TR/media-source-2/#x3-5-13-text-splice-frame", + "https://www.w3.org/TR/media-source-2/#dfn-text-splice-frame", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-coded-frame-processing-12", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-58", + "https://www.w3.org/TR/media-source-2/#ref-for-track-buffer-43", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-59", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-39", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-11", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-60", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-interval-3", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-40", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-41", + "https://www.w3.org/TR/media-source-2/#ref-for-coded-frame-duration-12", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-73", + "https://www.w3.org/TR/media-source-2/#h-note-73", + "https://www.w3.org/TR/media-source-2/#sourcebufferlist", + "https://www.w3.org/TR/media-source-2/#x4-sourcebufferlist-object", + "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-103", + "https://www.w3.org/TR/media-source-2/#webidl-2108728413", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebufferlist", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-7", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebufferlist-length", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-length-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebufferlist-onaddsourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-onaddsourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebufferlist-onremovesourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-onremovesourcebuffer-1", + "https://www.w3.org/TR/media-source-2/#idl-def-sourcebufferlist-anonymous-getter-index", + "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-getter", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-104", + "https://www.w3.org/TR/media-source-2/#attributes-1", + "https://www.w3.org/TR/media-source-2/#x4-1-attributes", + "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-length", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-105", + "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-onaddsourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-addsourcebuffer-6", + "https://www.w3.org/TR/media-source-2/#dom-sourcebufferlist-onremovesourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-removesourcebuffer-8", + "https://www.w3.org/TR/media-source-2/#methods-1", + "https://www.w3.org/TR/media-source-2/#x4-2-methods", + "https://www.w3.org/TR/media-source-2/#dfn-sourcebufferlist-getter", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-107", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebufferlist-length-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-106", + "https://www.w3.org/TR/media-source-2/#sourcebufferlist-events", + "https://www.w3.org/TR/media-source-2/#x4-3-event-summary", + "https://www.w3.org/TR/media-source-2/#dfn-addsourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-108", + "https://www.w3.org/TR/media-source-2/#dfn-removesourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-109", + "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions", + "https://www.w3.org/TR/media-source-2/#x5-htmlmediaelement-extensions", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-55", + "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions-seekable", + "https://www.w3.org/TR/media-source-2/#x5-1-htmlmediaelement-seekable", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-56", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-74", + "https://www.w3.org/TR/media-source-2/#h-note-74", + "https://www.w3.org/TR/media-source-2/#issue-container-number-277", + "https://www.w3.org/TR/media-source-2/#h-issue-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-57", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-15", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-16", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-8", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-58", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-duration-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-live-seekable-range-9", + "https://www.w3.org/TR/media-source-2/#htmlmediaelement-extensions-buffered", + "https://www.w3.org/TR/media-source-2/#x5-2-htmlmediaelement-buffered", + "https://www.w3.org/TR/media-source-2/#dom-htmlmediaelement.buffered", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-59", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-75", + "https://www.w3.org/TR/media-source-2/#h-note-75", + "https://www.w3.org/TR/media-source-2/#issue-container-number-277-0", + "https://www.w3.org/TR/media-source-2/#h-issue-3", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-60", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-31", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-5", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-110", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-32", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-111", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-33", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-6", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-112", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-35", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-readystate-ended-14", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-61", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-113", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-port-to-main-18", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-34", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-readystate-36", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-7", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-activesourcebuffers-35", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-76", + "https://www.w3.org/TR/media-source-2/#h-note-76", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-cross-context-communication-model-1", + "https://www.w3.org/TR/media-source-2/#audio-track-extensions", + "https://www.w3.org/TR/media-source-2/#x6-audiotrack-extensions", + "https://www.w3.org/TR/media-source-2/#webidl-935490083", + "https://www.w3.org/TR/media-source-2/#idl-def-audiotrack-partial-1", + "https://www.w3.org/TR/media-source-2/#idl-def-audiotrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-114", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-audiotrack-sourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#issue-container-number-280-0", + "https://www.w3.org/TR/media-source-2/#h-issue-4", + "https://www.w3.org/TR/media-source-2/#attributes-2", + "https://www.w3.org/TR/media-source-2/#dom-audiotrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-115", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-116", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-117", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-32", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-33", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-118", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-77", + "https://www.w3.org/TR/media-source-2/#h-note-77", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-119", + "https://www.w3.org/TR/media-source-2/#video-track-extensions", + "https://www.w3.org/TR/media-source-2/#x7-videotrack-extensions", + "https://www.w3.org/TR/media-source-2/#webidl-251527976", + "https://www.w3.org/TR/media-source-2/#idl-def-videotrack-partial-1", + "https://www.w3.org/TR/media-source-2/#idl-def-videotrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-120", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-videotrack-sourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#issue-container-number-280-1", + "https://www.w3.org/TR/media-source-2/#h-issue-5", + "https://www.w3.org/TR/media-source-2/#attributes-3", + "https://www.w3.org/TR/media-source-2/#dom-videotrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-121", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-122", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-123", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-33", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-34", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-124", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-78", + "https://www.w3.org/TR/media-source-2/#h-note-78", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-125", + "https://www.w3.org/TR/media-source-2/#text-track-extensions", + "https://www.w3.org/TR/media-source-2/#x8-texttrack-extensions", + "https://www.w3.org/TR/media-source-2/#webidl-959897060", + "https://www.w3.org/TR/media-source-2/#idl-def-texttrack-partial-1", + "https://www.w3.org/TR/media-source-2/#idl-def-texttrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-126", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-texttrack-sourcebuffer-2", + "https://www.w3.org/TR/media-source-2/#issue-container-number-280-2", + "https://www.w3.org/TR/media-source-2/#h-issue-6", + "https://www.w3.org/TR/media-source-2/#attributes-4", + "https://www.w3.org/TR/media-source-2/#dom-texttrack-sourcebuffer", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-127", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-128", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-129", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-sourcebuffers-34", + "https://www.w3.org/TR/media-source-2/#ref-for-parent-media-source-35", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-130", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-79", + "https://www.w3.org/TR/media-source-2/#h-note-79", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-131", + "https://www.w3.org/TR/media-source-2/#byte-stream-formats", + "https://www.w3.org/TR/media-source-2/#x9-byte-stream-formats", + "https://www.w3.org/TR/media-source-2/#dfn-byte-stream-formats", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-appendbuffer-10", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-132", + "https://www.w3.org/TR/media-source-2/#byte-stream-format-specs", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-12", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-istypesupported-4", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-133", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-134", + "https://www.w3.org/TR/media-source-2/#ref-for-byte-stream-format-specs-7", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-80", + "https://www.w3.org/TR/media-source-2/#h-note-80", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-81", + "https://www.w3.org/TR/media-source-2/#h-note-81", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-segment-parser-loop-5", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-33", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-15", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-34", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-82", + "https://www.w3.org/TR/media-source-2/#h-note-82", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-8", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-83", + "https://www.w3.org/TR/media-source-2/#h-note-83", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-35", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-36", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-9", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-37", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-38", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-84", + "https://www.w3.org/TR/media-source-2/#h-note-84", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-initialization-segment-received-2", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-mediasource-addsourcebuffer-13", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-changetype-18", + "https://www.w3.org/TR/media-source-2/#ref-for-track-id-10", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-39", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-85", + "https://www.w3.org/TR/media-source-2/#h-note-85", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-86", + "https://www.w3.org/TR/media-source-2/#h-note-86", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-16", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-17", + "https://www.w3.org/TR/media-source-2/#ref-for-dom-sourcebuffer-buffered-8", + "https://www.w3.org/TR/media-source-2/#issue-container-generatedID-87", + "https://www.w3.org/TR/media-source-2/#h-note-87", + "https://www.w3.org/TR/media-source-2/#ref-for-dfn-append-error-9", + "https://www.w3.org/TR/media-source-2/#ref-for-init-segment-40", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-18", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-19", + "https://www.w3.org/TR/media-source-2/#ref-for-random-access-point-11", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-20", + "https://www.w3.org/TR/media-source-2/#ref-for-presentation-timestamp-42", + "https://www.w3.org/TR/media-source-2/#ref-for-media-segment-21", + "https://www.w3.org/TR/media-source-2/#conformance", + "https://www.w3.org/TR/media-source-2/#x10-conformance", + "https://www.w3.org/TR/media-source-2/#examples", + "https://www.w3.org/TR/media-source-2/#x11-examples", + "https://www.w3.org/TR/media-source-2/#acknowledgements", + "https://www.w3.org/TR/media-source-2/#x12-acknowledgments", + "https://www.w3.org/TR/media-source-2/#VideoPlaybackQuality", + "https://www.w3.org/TR/media-source-2/#a-videoplaybackquality", + "https://www.w3.org/TR/media-source-2/#issue-summary", + "https://www.w3.org/TR/media-source-2/#b-issue-summary", + "https://www.w3.org/TR/media-source-2/#references", + "https://www.w3.org/TR/media-source-2/#c-references", + "https://www.w3.org/TR/media-source-2/#normative-references", + "https://www.w3.org/TR/media-source-2/#c-1-normative-references", + "https://www.w3.org/TR/media-source-2/#bib-dom", + "https://www.w3.org/TR/media-source-2/#bib-fileapi", + "https://www.w3.org/TR/media-source-2/#bib-html", + "https://www.w3.org/TR/media-source-2/#bib-mse-registry", + "https://www.w3.org/TR/media-source-2/#bib-rfc2119", + "https://www.w3.org/TR/media-source-2/#bib-rfc8174", + "https://www.w3.org/TR/media-source-2/#bib-webidl", + "https://www.w3.org/TR/media-source-2/#informative-references", + "https://www.w3.org/TR/media-source-2/#c-2-informative-references", + "https://www.w3.org/TR/media-source-2/#bib-inbandtracks", + "https://www.w3.org/TR/media-source-2/#bib-media-playback-quality", + "https://www.w3.org/TR/media-source-2/#bib-url", + "https://www.w3.org/TR/media-source-2/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/navigation-timing-2.json b/tr/ids/navigation-timing-2.json index 045a748c3459..a2c8c9c8974a 100644 --- a/tr/ids/navigation-timing-2.json +++ b/tr/ids/navigation-timing-2.json @@ -52,16 +52,20 @@ "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-7", "https://www.w3.org/TR/navigation-timing-2/#dfn-performanceresourcetiming", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-service-worker-timing-1", - "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-service-worker-timing-2", "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-0", "https://www.w3.org/TR/navigation-timing-2/#h-note-0", + "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-service-worker-timing-2", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-1", + "https://www.w3.org/TR/navigation-timing-2/#h-note-1", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-2", + "https://www.w3.org/TR/navigation-timing-2/#h-note-2", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-current-document-2", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-8", "https://www.w3.org/TR/navigation-timing-2/#sec-PerformanceNavigationTiming", "https://www.w3.org/TR/navigation-timing-2/#x3-3-the-performancenavigationtiming-interface", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-1", - "https://www.w3.org/TR/navigation-timing-2/#h-note-1", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-3", + "https://www.w3.org/TR/navigation-timing-2/#h-note-3", "https://www.w3.org/TR/navigation-timing-2/#webidl-570449274", "https://www.w3.org/TR/navigation-timing-2/#idl-def-performancenavigationtiming", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-9", @@ -105,36 +109,40 @@ "https://www.w3.org/TR/navigation-timing-2/#dfn-service-worker-timing", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-unloadeventstart", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-previous-document-unload-timing-2", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-2", - "https://www.w3.org/TR/navigation-timing-2/#h-note-2", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-4", + "https://www.w3.org/TR/navigation-timing-2/#h-note-4", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-unloadeventend", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-previous-document-unload-timing-3", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-3", - "https://www.w3.org/TR/navigation-timing-2/#h-note-3", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-5", + "https://www.w3.org/TR/navigation-timing-2/#h-note-5", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-dominteractive", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-2", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-4", - "https://www.w3.org/TR/navigation-timing-2/#h-note-4", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-6", + "https://www.w3.org/TR/navigation-timing-2/#h-note-6", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-domcontentloadedeventstart", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-3", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-5", - "https://www.w3.org/TR/navigation-timing-2/#h-note-5", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-7", + "https://www.w3.org/TR/navigation-timing-2/#h-note-7", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-domcontentloadedeventend", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-4", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-6", - "https://www.w3.org/TR/navigation-timing-2/#h-note-6", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-8", + "https://www.w3.org/TR/navigation-timing-2/#h-note-8", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-domcomplete", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-5", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-7", - "https://www.w3.org/TR/navigation-timing-2/#h-note-7", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-9", + "https://www.w3.org/TR/navigation-timing-2/#h-note-9", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-loadeventstart", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-6", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-10", + "https://www.w3.org/TR/navigation-timing-2/#h-note-10", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-loadeventend", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-document-load-timing-7", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-11", + "https://www.w3.org/TR/navigation-timing-2/#h-note-11", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigationtiming-type", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dfn-navigation-type-2", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-8", - "https://www.w3.org/TR/navigation-timing-2/#h-note-8", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-12", + "https://www.w3.org/TR/navigation-timing-2/#h-note-12", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-type-2", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-navigationtype-reload-1", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-navigationtype-navigate-1", @@ -154,8 +162,8 @@ "https://www.w3.org/TR/navigation-timing-2/#dom-navigationtype-reload", "https://www.w3.org/TR/navigation-timing-2/#dom-navigationtype-back_forward", "https://www.w3.org/TR/navigation-timing-2/#dom-navigationtype-prerender", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-9", - "https://www.w3.org/TR/navigation-timing-2/#h-note-9", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-13", + "https://www.w3.org/TR/navigation-timing-2/#h-note-13", "https://www.w3.org/TR/navigation-timing-2/#process", "https://www.w3.org/TR/navigation-timing-2/#x4-process", "https://www.w3.org/TR/navigation-timing-2/#processing-model", @@ -240,11 +248,11 @@ "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-loadeventend-1", "https://www.w3.org/TR/navigation-timing-2/#idl-def-performancetiming-tojson", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-tojson-1", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-10", - "https://www.w3.org/TR/navigation-timing-2/#h-note-10", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-14", + "https://www.w3.org/TR/navigation-timing-2/#h-note-14", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-navigationstart", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-11", - "https://www.w3.org/TR/navigation-timing-2/#h-note-11", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-15", + "https://www.w3.org/TR/navigation-timing-2/#h-note-15", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-20", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-unloadeventstart", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-unloadeventend", @@ -262,16 +270,16 @@ "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-domainlookupend", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-5", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-fetchstart-4", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-12", - "https://www.w3.org/TR/navigation-timing-2/#h-note-12", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-16", + "https://www.w3.org/TR/navigation-timing-2/#h-note-16", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-6", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-requeststart-2", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-7", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-responsestart-2", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-8", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-responseend-2", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-13", - "https://www.w3.org/TR/navigation-timing-2/#h-note-13", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-17", + "https://www.w3.org/TR/navigation-timing-2/#h-note-17", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-connectstart", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-9", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-domainlookupend-2", @@ -288,12 +296,12 @@ "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-requeststart", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-14", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancetiming-requeststart-3", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-14", - "https://www.w3.org/TR/navigation-timing-2/#h-note-14", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-18", + "https://www.w3.org/TR/navigation-timing-2/#h-note-18", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-responsestart", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-responseend", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-domloading", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-15", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-19", "https://www.w3.org/TR/navigation-timing-2/#h-warning", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-dominteractive", "https://www.w3.org/TR/navigation-timing-2/#dom-performancetiming-domcontentloadedeventstart", @@ -338,8 +346,8 @@ "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigation-type_reserved", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigation-type", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-type-3", - "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-16", - "https://www.w3.org/TR/navigation-timing-2/#h-note-15", + "https://www.w3.org/TR/navigation-timing-2/#issue-container-generatedID-20", + "https://www.w3.org/TR/navigation-timing-2/#h-note-19", "https://www.w3.org/TR/navigation-timing-2/#ref-for-dom-performancenavigationtiming-type-4", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigation-redirectcount", "https://www.w3.org/TR/navigation-timing-2/#dom-performancenavigation-tojson", diff --git a/tr/ids/payment-request.json b/tr/ids/payment-request.json index 3f8205d737ef..5360138307e5 100644 --- a/tr/ids/payment-request.json +++ b/tr/ids/payment-request.json @@ -1006,10 +1006,7 @@ "https://www.w3.org/TR/payment-request/#dependencies", "https://www.w3.org/TR/payment-request/#x16-dependencies", "https://www.w3.org/TR/payment-request/#dfn-internal-slot", - "https://www.w3.org/TR/payment-request/#dfn-json-stringify", "https://www.w3.org/TR/payment-request/#dfn-json-serialize", - "https://www.w3.org/TR/payment-request/#dfn-country-subdivision-names", - "https://www.w3.org/TR/payment-request/#dfn-country-subdivision-code-element", "https://www.w3.org/TR/payment-request/#conformance", "https://www.w3.org/TR/payment-request/#x17-conformance", "https://www.w3.org/TR/payment-request/#dfn-user-agent", @@ -1105,7 +1102,6 @@ "https://www.w3.org/TR/payment-request/#bib-fetch", "https://www.w3.org/TR/payment-request/#bib-html", "https://www.w3.org/TR/payment-request/#bib-infra", - "https://www.w3.org/TR/payment-request/#bib-iso3166-2", "https://www.w3.org/TR/payment-request/#bib-iso4217", "https://www.w3.org/TR/payment-request/#bib-payment-handler", "https://www.w3.org/TR/payment-request/#bib-payment-method-id", diff --git a/tr/ids/pointerevents3.json b/tr/ids/pointerevents3.json index 0e3b9c6c6fab..69cbd4f478e8 100644 --- a/tr/ids/pointerevents3.json +++ b/tr/ids/pointerevents3.json @@ -144,8 +144,6 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dom-pointerevent-5", "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-4", "https://www.w3.org/TR/pointerevents3/#h-note-4", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-5", - "https://www.w3.org/TR/pointerevents3/#h-note-5", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-pointerevent-6", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-click-auxclick-and-contextmenu-events-1", "https://www.w3.org/TR/pointerevents3/#button-states", @@ -153,13 +151,11 @@ "https://www.w3.org/TR/pointerevents3/#chorded-button-interactions", "https://www.w3.org/TR/pointerevents3/#x4-1-1-1-chorded-button-interactions", "https://www.w3.org/TR/pointerevents3/#dfn-chorded-buttons", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-6", - "https://www.w3.org/TR/pointerevents3/#h-note-6", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-2", "https://www.w3.org/TR/pointerevents3/#the-button-property", "https://www.w3.org/TR/pointerevents3/#x4-1-1-2-the-button-property", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-7", - "https://www.w3.org/TR/pointerevents3/#h-note-7", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-5", + "https://www.w3.org/TR/pointerevents3/#h-note-5", "https://www.w3.org/TR/pointerevents3/#the-buttons-property", "https://www.w3.org/TR/pointerevents3/#x4-1-1-3-the-buttons-property", "https://www.w3.org/TR/pointerevents3/#the-primary-pointer", @@ -169,16 +165,16 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-primary-pointer-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-4", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-8", - "https://www.w3.org/TR/pointerevents3/#h-note-8", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-6", + "https://www.w3.org/TR/pointerevents3/#h-note-6", "https://www.w3.org/TR/pointerevents3/#multiple-primary-pointers", + "https://www.w3.org/TR/pointerevents3/#h-note-7", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-7", + "https://www.w3.org/TR/pointerevents3/#h-note-8", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-8", "https://www.w3.org/TR/pointerevents3/#h-note-9", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-9", - "https://www.w3.org/TR/pointerevents3/#h-note-10", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-10", - "https://www.w3.org/TR/pointerevents3/#h-note-11", "https://www.w3.org/TR/pointerevents3/#multiple-mouse-inputs", - "https://www.w3.org/TR/pointerevents3/#h-note-12", + "https://www.w3.org/TR/pointerevents3/#h-note-10", "https://www.w3.org/TR/pointerevents3/#firing-events-using-the-pointerevent-interface", "https://www.w3.org/TR/pointerevents3/#x4-1-3-firing-events-using-the-pointerevent-interface", "https://www.w3.org/TR/pointerevents3/#dfn-fire-a-pointer-event", @@ -188,16 +184,16 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointer-capture-target-override-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-active-document-1", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-implicit-pointer-capture-1", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-11", - "https://www.w3.org/TR/pointerevents3/#h-note-13", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-9", + "https://www.w3.org/TR/pointerevents3/#h-note-11", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointer-capture-target-override-3", "https://www.w3.org/TR/pointerevents3/#attributes-and-default-actions", "https://www.w3.org/TR/pointerevents3/#x4-1-3-1-attributes-and-default-actions", "https://www.w3.org/TR/pointerevents3/#pointer-event-type-table", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-5", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-2", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-12", - "https://www.w3.org/TR/pointerevents3/#h-note-14", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-10", + "https://www.w3.org/TR/pointerevents3/#h-note-12", "https://www.w3.org/TR/pointerevents3/#process-pending-pointer-capture", "https://www.w3.org/TR/pointerevents3/#x4-1-3-2-process-pending-pointer-capture", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointer-capture-target-override-4", @@ -223,8 +219,8 @@ "https://www.w3.org/TR/pointerevents3/#dfn-pointerenter", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointerdown-2", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-13", - "https://www.w3.org/TR/pointerevents3/#h-note-15", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-11", + "https://www.w3.org/TR/pointerevents3/#h-note-13", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointerleave-1", "https://www.w3.org/TR/pointerevents3/#the-pointerdown-event", "https://www.w3.org/TR/pointerevents3/#x4-2-3-the-pointerdown-event", @@ -232,12 +228,12 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-4", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-active-buttons-state-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-digitizer-1", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-14", - "https://www.w3.org/TR/pointerevents3/#h-note-16", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-12", + "https://www.w3.org/TR/pointerevents3/#h-note-14", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-chorded-buttons-1", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-5", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-15", - "https://www.w3.org/TR/pointerevents3/#h-note-17", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-13", + "https://www.w3.org/TR/pointerevents3/#h-note-15", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-7", "https://www.w3.org/TR/pointerevents3/#the-pointermove-event", "https://www.w3.org/TR/pointerevents3/#x4-2-4-the-pointermove-event", @@ -252,8 +248,8 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-coalesced-events-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-pointerevent-getcoalescedevents-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-8", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-16", - "https://www.w3.org/TR/pointerevents3/#h-note-18", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-14", + "https://www.w3.org/TR/pointerevents3/#h-note-16", "https://www.w3.org/TR/pointerevents3/#the-pointerup-event", "https://www.w3.org/TR/pointerevents3/#x4-2-6-the-pointerup-event", "https://www.w3.org/TR/pointerevents3/#dfn-pointerup", @@ -261,18 +257,18 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-active-buttons-state-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-digitizer-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-9", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-17", - "https://www.w3.org/TR/pointerevents3/#h-note-19", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-15", + "https://www.w3.org/TR/pointerevents3/#h-note-17", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-chorded-buttons-2", "https://www.w3.org/TR/pointerevents3/#the-pointercancel-event", "https://www.w3.org/TR/pointerevents3/#x4-2-7-the-pointercancel-event", "https://www.w3.org/TR/pointerevents3/#dfn-pointercancel", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-10", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-18", - "https://www.w3.org/TR/pointerevents3/#h-note-20", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-16", + "https://www.w3.org/TR/pointerevents3/#h-note-18", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-touch-action-1", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-19", - "https://www.w3.org/TR/pointerevents3/#h-note-21", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-17", + "https://www.w3.org/TR/pointerevents3/#h-note-19", "https://www.w3.org/TR/pointerevents3/#the-pointerout-event", "https://www.w3.org/TR/pointerevents3/#x4-2-8-the-pointerout-event", "https://www.w3.org/TR/pointerevents3/#dfn-pointerout", @@ -286,8 +282,8 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointerup-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointercancel-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-13", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-20", - "https://www.w3.org/TR/pointerevents3/#h-note-22", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-18", + "https://www.w3.org/TR/pointerevents3/#h-note-20", "https://www.w3.org/TR/pointerevents3/#the-gotpointercapture-event", "https://www.w3.org/TR/pointerevents3/#x4-2-10-the-gotpointercapture-event", "https://www.w3.org/TR/pointerevents3/#dfn-gotpointercapture", @@ -322,8 +318,8 @@ "https://www.w3.org/TR/pointerevents3/#dom-element-haspointercapture", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pointer-capture-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pending-pointer-capture-target-override-5", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-21", - "https://www.w3.org/TR/pointerevents3/#h-note-23", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-19", + "https://www.w3.org/TR/pointerevents3/#h-note-21", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-element-setpointercapture-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-gotpointercapture-1", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-implicit-pointer-capture-2", @@ -371,44 +367,44 @@ "https://www.w3.org/TR/pointerevents3/#idl-def-navigator-maxtouchpoints", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-navigator-maxtouchpoints-1", "https://www.w3.org/TR/pointerevents3/#dom-navigator-maxtouchpoints", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-22", - "https://www.w3.org/TR/pointerevents3/#h-note-24", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-23", - "https://www.w3.org/TR/pointerevents3/#h-note-25", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-20", + "https://www.w3.org/TR/pointerevents3/#h-note-22", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-21", + "https://www.w3.org/TR/pointerevents3/#h-note-23", "https://www.w3.org/TR/pointerevents3/#declaring-candidate-regions-for-direct-manipulation-behaviors", "https://www.w3.org/TR/pointerevents3/#x8-declaring-candidate-regions-for-direct-manipulation-behaviors", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-24", - "https://www.w3.org/TR/pointerevents3/#h-note-26", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-22", + "https://www.w3.org/TR/pointerevents3/#h-note-24", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-3", "https://www.w3.org/TR/pointerevents3/#the-touch-action-css-property", "https://www.w3.org/TR/pointerevents3/#x8-1-the-touch-action-css-property", "https://www.w3.org/TR/pointerevents3/#dfn-touch-action", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-4", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-fire-a-pointer-event-16", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-25", - "https://www.w3.org/TR/pointerevents3/#h-note-27", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-26", - "https://www.w3.org/TR/pointerevents3/#h-note-28", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-23", + "https://www.w3.org/TR/pointerevents3/#h-note-25", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-24", + "https://www.w3.org/TR/pointerevents3/#h-note-26", "https://www.w3.org/TR/pointerevents3/#determining-supported-direct-manipulation-behavior", "https://www.w3.org/TR/pointerevents3/#x8-2-determining-supported-direct-manipulation-behavior", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-5", "https://www.w3.org/TR/pointerevents3/#dfn-conforming-touch-behavior", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-conforming-touch-behavior-1", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-27", - "https://www.w3.org/TR/pointerevents3/#h-note-29", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-25", + "https://www.w3.org/TR/pointerevents3/#h-note-27", "https://www.w3.org/TR/pointerevents3/#details-of-touch-action-values", "https://www.w3.org/TR/pointerevents3/#x8-3-details-of-touch-action-values", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-26", + "https://www.w3.org/TR/pointerevents3/#h-note-28", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-27", + "https://www.w3.org/TR/pointerevents3/#h-note-29", "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-28", "https://www.w3.org/TR/pointerevents3/#h-note-30", + "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-6", "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-29", "https://www.w3.org/TR/pointerevents3/#h-note-31", "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-30", "https://www.w3.org/TR/pointerevents3/#h-note-32", - "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-direct-manipulation-6", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-31", - "https://www.w3.org/TR/pointerevents3/#h-note-33", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-32", - "https://www.w3.org/TR/pointerevents3/#h-note-34", "https://www.w3.org/TR/pointerevents3/#example_5", "https://www.w3.org/TR/pointerevents3/#example_6", "https://www.w3.org/TR/pointerevents3/#example_7", @@ -441,10 +437,10 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dom-element-haspointercapture-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-element-releasepointercapture-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-gotpointercapture-2", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-33", - "https://www.w3.org/TR/pointerevents3/#h-note-35", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-34", - "https://www.w3.org/TR/pointerevents3/#h-note-36", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-31", + "https://www.w3.org/TR/pointerevents3/#h-note-33", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-32", + "https://www.w3.org/TR/pointerevents3/#h-note-34", "https://www.w3.org/TR/pointerevents3/#implicit-release-of-pointer-capture", "https://www.w3.org/TR/pointerevents3/#x9-5-implicit-release-of-pointer-capture", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-pending-pointer-capture-target-override-7", @@ -456,8 +452,8 @@ "https://www.w3.org/TR/pointerevents3/#coalesced-and-predicted-events", "https://www.w3.org/TR/pointerevents3/#x10-coalesced-and-predicted-events", "https://www.w3.org/TR/pointerevents3/#dfn-coalesced-and-predicted-events", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-35", - "https://www.w3.org/TR/pointerevents3/#h-note-37", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-33", + "https://www.w3.org/TR/pointerevents3/#h-note-35", "https://www.w3.org/TR/pointerevents3/#coalesced-events", "https://www.w3.org/TR/pointerevents3/#x10-1-coalesced-events", "https://www.w3.org/TR/pointerevents3/#dfn-coalesced-events", @@ -471,10 +467,10 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-coalesced-events-list-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-predicted-events-list-1", "https://www.w3.org/TR/pointerevents3/#example_10", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-36", - "https://www.w3.org/TR/pointerevents3/#h-note-38", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-37", - "https://www.w3.org/TR/pointerevents3/#h-note-39", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-34", + "https://www.w3.org/TR/pointerevents3/#h-note-36", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-35", + "https://www.w3.org/TR/pointerevents3/#h-note-37", "https://www.w3.org/TR/pointerevents3/#predicted-events", "https://www.w3.org/TR/pointerevents3/#x10-2-predicted-events", "https://www.w3.org/TR/pointerevents3/#dfn-predicted-events", @@ -483,15 +479,15 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dom-pointerevent-13", "https://www.w3.org/TR/pointerevents3/#dfn-predicted-events-list", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-predicted-events-list-2", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-38", - "https://www.w3.org/TR/pointerevents3/#h-note-40", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-36", + "https://www.w3.org/TR/pointerevents3/#h-note-38", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-coalesced-events-list-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-predicted-events-list-3", "https://www.w3.org/TR/pointerevents3/#ref-for-dom-pointerevent-getpredictedevents-4", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-coalesced-events-list-4", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-predicted-events-list-4", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-39", - "https://www.w3.org/TR/pointerevents3/#h-note-41", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-37", + "https://www.w3.org/TR/pointerevents3/#h-note-39", "https://www.w3.org/TR/pointerevents3/#example_11", "https://www.w3.org/TR/pointerevents3/#populating-and-maintaining-the-coalesced-and-predicted-events-lists", "https://www.w3.org/TR/pointerevents3/#x10-3-populating-and-maintaining-the-coalesced-and-predicted-events-lists", @@ -508,11 +504,11 @@ "https://www.w3.org/TR/pointerevents3/#compatibility-mapping-with-mouse-events", "https://www.w3.org/TR/pointerevents3/#x11-compatibility-mapping-with-mouse-events", "https://www.w3.org/TR/pointerevents3/#dfn-compatibility-mouse-events", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-40", - "https://www.w3.org/TR/pointerevents3/#h-note-42", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-38", + "https://www.w3.org/TR/pointerevents3/#h-note-40", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-compatibility-mouse-events-11", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-41", - "https://www.w3.org/TR/pointerevents3/#h-note-43", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-39", + "https://www.w3.org/TR/pointerevents3/#h-note-41", "https://www.w3.org/TR/pointerevents3/#tracking-the-effective-position-of-the-legacy-mouse-pointer", "https://www.w3.org/TR/pointerevents3/#x11-1-tracking-the-effective-position-of-the-legacy-mouse-pointer", "https://www.w3.org/TR/pointerevents3/#dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer", @@ -528,14 +524,12 @@ "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-canceled-event-1", "https://www.w3.org/TR/pointerevents3/#mapping-for-devices-that-do-not-support-hover", "https://www.w3.org/TR/pointerevents3/#x11-3-mapping-for-devices-that-do-not-support-hover", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-42", - "https://www.w3.org/TR/pointerevents3/#h-note-44", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-40", + "https://www.w3.org/TR/pointerevents3/#h-note-42", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-2", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-canceled-event-2", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-43", - "https://www.w3.org/TR/pointerevents3/#h-note-45", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-44", - "https://www.w3.org/TR/pointerevents3/#h-note-46", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-41", + "https://www.w3.org/TR/pointerevents3/#h-note-43", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-canceled-event-3", "https://www.w3.org/TR/pointerevents3/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle", "https://www.w3.org/TR/pointerevents3/#x12-converting-between-tiltx-tilty-and-altitudeangle-azimuthangle", @@ -548,16 +542,16 @@ "https://www.w3.org/TR/pointerevents3/#dfn-active-document", "https://www.w3.org/TR/pointerevents3/#ref-for-dfn-active-pointer-8", "https://www.w3.org/TR/pointerevents3/#dfn-active-pointer", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-45", - "https://www.w3.org/TR/pointerevents3/#h-note-47", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-46", - "https://www.w3.org/TR/pointerevents3/#h-note-48", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-42", + "https://www.w3.org/TR/pointerevents3/#h-note-44", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-43", + "https://www.w3.org/TR/pointerevents3/#h-note-45", "https://www.w3.org/TR/pointerevents3/#dfn-canceled-event", "https://www.w3.org/TR/pointerevents3/#dfn-contact-geometry", "https://www.w3.org/TR/pointerevents3/#dfn-digitizer", "https://www.w3.org/TR/pointerevents3/#dfn-direct-manipulation", - "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-47", - "https://www.w3.org/TR/pointerevents3/#h-note-49", + "https://www.w3.org/TR/pointerevents3/#issue-container-generatedID-44", + "https://www.w3.org/TR/pointerevents3/#h-note-46", "https://www.w3.org/TR/pointerevents3/#dfn-hit-test", "https://www.w3.org/TR/pointerevents3/#dfn-measurable-properties", "https://www.w3.org/TR/pointerevents3/#dfn-pointer", @@ -578,6 +572,7 @@ "https://www.w3.org/TR/pointerevents3/#bib-pointerlock", "https://www.w3.org/TR/pointerevents3/#bib-rfc2119", "https://www.w3.org/TR/pointerevents3/#bib-rfc8174", + "https://www.w3.org/TR/pointerevents3/#bib-touch-events", "https://www.w3.org/TR/pointerevents3/#bib-uievents", "https://www.w3.org/TR/pointerevents3/#bib-webidl", "https://www.w3.org/TR/pointerevents3/#informative-references", @@ -585,7 +580,6 @@ "https://www.w3.org/TR/pointerevents3/#bib-compat", "https://www.w3.org/TR/pointerevents3/#bib-pointerevents", "https://www.w3.org/TR/pointerevents3/#bib-pointerevents2", - "https://www.w3.org/TR/pointerevents3/#bib-touch-events", "https://www.w3.org/TR/pointerevents3/#bib-ui-events", "https://www.w3.org/TR/pointerevents3/#bib-wcag21", "https://www.w3.org/TR/pointerevents3/#back-to-top" diff --git a/tr/ids/savedata.json b/tr/ids/savedata.json index f860381804e1..70b71034c339 100644 --- a/tr/ids/savedata.json +++ b/tr/ids/savedata.json @@ -62,6 +62,7 @@ "https://wicg.github.io/savedata/#bib-rfc7231", "https://wicg.github.io/savedata/#bib-rfc8174", "https://wicg.github.io/savedata/#bib-structured-headers", + "https://wicg.github.io/savedata/#bib-webidl", "https://wicg.github.io/savedata/#back-to-top" ] } \ No newline at end of file diff --git a/tr/ids/tc39-intl-displaynames-v2.json b/tr/ids/tc39-intl-displaynames-v2.json new file mode 100644 index 000000000000..9b45cc6e4b40 --- /dev/null +++ b/tr/ids/tc39-intl-displaynames-v2.json @@ -0,0 +1,61 @@ +{ + "spec": { + "title": "Intl.DisplayNames v2 Proposal", + "url": "https://tc39.es/intl-displaynames-v2/" + }, + "ids": [ + "https://tc39.es/intl-displaynames-v2/#menu-toggle", + "https://tc39.es/intl-displaynames-v2/#menu-spacer", + "https://tc39.es/intl-displaynames-v2/#menu", + "https://tc39.es/intl-displaynames-v2/#menu-search", + "https://tc39.es/intl-displaynames-v2/#menu-search-box", + "https://tc39.es/intl-displaynames-v2/#menu-search-results", + "https://tc39.es/intl-displaynames-v2/#menu-pins", + "https://tc39.es/intl-displaynames-v2/#menu-pins-list", + "https://tc39.es/intl-displaynames-v2/#menu-toc", + "https://tc39.es/intl-displaynames-v2/#spec-container", + "https://tc39.es/intl-displaynames-v2/#sec-intro", + "https://tc39.es/intl-displaynames-v2/#intl-displaynames-objects", + "https://tc39.es/intl-displaynames-v2/#sec-intl-displaynames-abstracts", + "https://tc39.es/intl-displaynames-v2/#sec-canonicalcodefordisplaynames", + "https://tc39.es/intl-displaynames-v2/#_ref_8", + "https://tc39.es/intl-displaynames-v2/#sec-isvaliddatetimefieldcode", + "https://tc39.es/intl-displaynames-v2/#_ref_0", + "https://tc39.es/intl-displaynames-v2/#table-validcodefordatetimefield", + "https://tc39.es/intl-displaynames-v2/#sec-intl-displaynames-constructor", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames", + "https://tc39.es/intl-displaynames-v2/#_ref_9", + "https://tc39.es/intl-displaynames-v2/#_ref_10", + "https://tc39.es/intl-displaynames-v2/#_ref_1", + "https://tc39.es/intl-displaynames-v2/#_ref_2", + "https://tc39.es/intl-displaynames-v2/#_ref_3", + "https://tc39.es/intl-displaynames-v2/#_ref_4", + "https://tc39.es/intl-displaynames-v2/#sec-properties-of-intl-displaynames-constructor", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.prototype", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.supportedLocalesOf", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames-internal-slots", + "https://tc39.es/intl-displaynames-v2/#_ref_5", + "https://tc39.es/intl-displaynames-v2/#sec-properties-of-intl-displaynames-prototype-object", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.prototype.constructor", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.prototype-@@tostringtag", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.prototype.of", + "https://tc39.es/intl-displaynames-v2/#_ref_11", + "https://tc39.es/intl-displaynames-v2/#_ref_12", + "https://tc39.es/intl-displaynames-v2/#_ref_13", + "https://tc39.es/intl-displaynames-v2/#sec-Intl.DisplayNames.prototype.resolvedOptions", + "https://tc39.es/intl-displaynames-v2/#_ref_14", + "https://tc39.es/intl-displaynames-v2/#_ref_15", + "https://tc39.es/intl-displaynames-v2/#_ref_6", + "https://tc39.es/intl-displaynames-v2/#_ref_16", + "https://tc39.es/intl-displaynames-v2/#table-displaynames-resolvedoptions-properties", + "https://tc39.es/intl-displaynames-v2/#sec-properties-of-intl-displaynames-instances", + "https://tc39.es/intl-displaynames-v2/#_ref_7", + "https://tc39.es/intl-displaynames-v2/#sec-copyright-and-software-license", + "https://tc39.es/intl-displaynames-v2/#references-pane-container", + "https://tc39.es/intl-displaynames-v2/#references-pane-spacer", + "https://tc39.es/intl-displaynames-v2/#references-pane", + "https://tc39.es/intl-displaynames-v2/#references-pane-close", + "https://tc39.es/intl-displaynames-v2/#references-pane-table-container", + "https://tc39.es/intl-displaynames-v2/#references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-intl-enumeration.json b/tr/ids/tc39-intl-enumeration.json new file mode 100644 index 000000000000..71b80cba573a --- /dev/null +++ b/tr/ids/tc39-intl-enumeration.json @@ -0,0 +1,84 @@ +{ + "spec": { + "title": "Intl Enumeration API Specification", + "url": "https://tc39.es/proposal-intl-enumeration/" + }, + "ids": [ + "https://tc39.es/proposal-intl-enumeration/#menu-toggle", + "https://tc39.es/proposal-intl-enumeration/#menu-spacer", + "https://tc39.es/proposal-intl-enumeration/#menu", + "https://tc39.es/proposal-intl-enumeration/#menu-search", + "https://tc39.es/proposal-intl-enumeration/#menu-search-box", + "https://tc39.es/proposal-intl-enumeration/#menu-search-results", + "https://tc39.es/proposal-intl-enumeration/#menu-pins", + "https://tc39.es/proposal-intl-enumeration/#menu-pins-list", + "https://tc39.es/proposal-intl-enumeration/#menu-toc", + "https://tc39.es/proposal-intl-enumeration/#spec-container", + "https://tc39.es/proposal-intl-enumeration/#sec-intro", + "https://tc39.es/proposal-intl-enumeration/#locales-currencies-tz", + "https://tc39.es/proposal-intl-enumeration/#sec-case-sensitivity-and-case-mapping", + "https://tc39.es/proposal-intl-enumeration/#sec-language-tags", + "https://tc39.es/proposal-intl-enumeration/#sec-currency-codes", + "https://tc39.es/proposal-intl-enumeration/#sec-iswellformedcurrencycode", + "https://tc39.es/proposal-intl-enumeration/#_ref_0", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecurrencies", + "https://tc39.es/proposal-intl-enumeration/#sec-time-zone-names", + "https://tc39.es/proposal-intl-enumeration/#sec-isvalidtimezonename", + "https://tc39.es/proposal-intl-enumeration/#_ref_1", + "https://tc39.es/proposal-intl-enumeration/#_ref_2", + "https://tc39.es/proposal-intl-enumeration/#sec-canonicalizetimezonename", + "https://tc39.es/proposal-intl-enumeration/#_ref_9", + "https://tc39.es/proposal-intl-enumeration/#_ref_3", + "https://tc39.es/proposal-intl-enumeration/#_ref_4", + "https://tc39.es/proposal-intl-enumeration/#sec-defaulttimezone", + "https://tc39.es/proposal-intl-enumeration/#_ref_5", + "https://tc39.es/proposal-intl-enumeration/#_ref_6", + "https://tc39.es/proposal-intl-enumeration/#sec-availabletimezones", + "https://tc39.es/proposal-intl-enumeration/#_ref_10", + "https://tc39.es/proposal-intl-enumeration/#_ref_11", + "https://tc39.es/proposal-intl-enumeration/#sec-measurement-unit-identifiers", + "https://tc39.es/proposal-intl-enumeration/#sec-iswellformedunitidentifier", + "https://tc39.es/proposal-intl-enumeration/#_ref_12", + "https://tc39.es/proposal-intl-enumeration/#_ref_13", + "https://tc39.es/proposal-intl-enumeration/#_ref_14", + "https://tc39.es/proposal-intl-enumeration/#sec-issanctionedsimpleunitidentifier", + "https://tc39.es/proposal-intl-enumeration/#_ref_7", + "https://tc39.es/proposal-intl-enumeration/#table-sanctioned-simple-unit-identifiers", + "https://tc39.es/proposal-intl-enumeration/#sec-availableunits", + "https://tc39.es/proposal-intl-enumeration/#_ref_8", + "https://tc39.es/proposal-intl-enumeration/#sec-numberingsystem-identifiers", + "https://tc39.es/proposal-intl-enumeration/#sec-availablenumberingsystems", + "https://tc39.es/proposal-intl-enumeration/#sec-collation-types", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecollations", + "https://tc39.es/proposal-intl-enumeration/#sec-calendar-types", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecalendars", + "https://tc39.es/proposal-intl-enumeration/#intl-object", + "https://tc39.es/proposal-intl-enumeration/#sec-constructor-properties-of-the-intl-object", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.locale-intro", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.collator-intro", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.numberformat-intro", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.datetimeformat-intro", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.relativetimeformat-intro", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.pluralrules-intro", + "https://tc39.es/proposal-intl-enumeration/#legacy-constructor", + "https://tc39.es/proposal-intl-enumeration/#sec-function-properties-of-the-intl-object", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.getcanonicallocales", + "https://tc39.es/proposal-intl-enumeration/#_ref_15", + "https://tc39.es/proposal-intl-enumeration/#sec-intl.supportedvaluesof", + "https://tc39.es/proposal-intl-enumeration/#_ref_16", + "https://tc39.es/proposal-intl-enumeration/#_ref_17", + "https://tc39.es/proposal-intl-enumeration/#_ref_18", + "https://tc39.es/proposal-intl-enumeration/#_ref_19", + "https://tc39.es/proposal-intl-enumeration/#_ref_20", + "https://tc39.es/proposal-intl-enumeration/#_ref_21", + "https://tc39.es/proposal-intl-enumeration/#_ref_22", + "https://tc39.es/proposal-intl-enumeration/#_ref_23", + "https://tc39.es/proposal-intl-enumeration/#sec-copyright-and-software-license", + "https://tc39.es/proposal-intl-enumeration/#references-pane-container", + "https://tc39.es/proposal-intl-enumeration/#references-pane-spacer", + "https://tc39.es/proposal-intl-enumeration/#references-pane", + "https://tc39.es/proposal-intl-enumeration/#references-pane-close", + "https://tc39.es/proposal-intl-enumeration/#references-pane-table-container", + "https://tc39.es/proposal-intl-enumeration/#references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-intl-extend-timezonename.json b/tr/ids/tc39-intl-extend-timezonename.json new file mode 100644 index 000000000000..094bdf94450e --- /dev/null +++ b/tr/ids/tc39-intl-extend-timezonename.json @@ -0,0 +1,44 @@ +{ + "spec": { + "title": "Extend TimeZoneName Option Proposal", + "url": "https://tc39.es/proposal-intl-extend-timezonename/" + }, + "ids": [ + "https://tc39.es/proposal-intl-extend-timezonename/#menu-search-biblio", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-toggle", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-spacer", + "https://tc39.es/proposal-intl-extend-timezonename/#menu", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-search", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-search-box", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-search-results", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-pins", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-pins-list", + "https://tc39.es/proposal-intl-extend-timezonename/#menu-toc", + "https://tc39.es/proposal-intl-extend-timezonename/#spec-container", + "https://tc39.es/proposal-intl-extend-timezonename/#sec-intro", + "https://tc39.es/proposal-intl-extend-timezonename/#datetimeformat-objects", + "https://tc39.es/proposal-intl-extend-timezonename/#sec-datetimeformat-abstracts", + "https://tc39.es/proposal-intl-extend-timezonename/#table-datetimeformat-components", + "https://tc39.es/proposal-intl-extend-timezonename/#sec-basicformatmatcher", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_2", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_0", + "https://tc39.es/proposal-intl-extend-timezonename/#sec-formatdatetimepattern", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_3", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_4", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_5", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_6", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_7", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_8", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_9", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_10", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_11", + "https://tc39.es/proposal-intl-extend-timezonename/#_ref_1", + "https://tc39.es/proposal-intl-extend-timezonename/#sec-copyright-and-software-license", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane-container", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane-spacer", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane-close", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane-table-container", + "https://tc39.es/proposal-intl-extend-timezonename/#references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-intl-segmenter.json b/tr/ids/tc39-intl-segmenter.json new file mode 100644 index 000000000000..2185dcb0f3bf --- /dev/null +++ b/tr/ids/tc39-intl-segmenter.json @@ -0,0 +1,87 @@ +{ + "spec": { + "title": "Intl.Segmenter Proposal", + "url": "https://tc39.es/proposal-intl-segmenter/" + }, + "ids": [ + "https://tc39.es/proposal-intl-segmenter/#menu-toggle", + "https://tc39.es/proposal-intl-segmenter/#menu-spacer", + "https://tc39.es/proposal-intl-segmenter/#menu", + "https://tc39.es/proposal-intl-segmenter/#menu-search", + "https://tc39.es/proposal-intl-segmenter/#menu-search-box", + "https://tc39.es/proposal-intl-segmenter/#menu-search-results", + "https://tc39.es/proposal-intl-segmenter/#menu-pins", + "https://tc39.es/proposal-intl-segmenter/#menu-pins-list", + "https://tc39.es/proposal-intl-segmenter/#menu-toc", + "https://tc39.es/proposal-intl-segmenter/#spec-container", + "https://tc39.es/proposal-intl-segmenter/#segmenter-objects", + "https://tc39.es/proposal-intl-segmenter/#sec-intl-segmenter-constructor", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter", + "https://tc39.es/proposal-intl-segmenter/#_ref_4", + "https://tc39.es/proposal-intl-segmenter/#_ref_5", + "https://tc39.es/proposal-intl-segmenter/#_ref_6", + "https://tc39.es/proposal-intl-segmenter/#_ref_7", + "https://tc39.es/proposal-intl-segmenter/#sec-properties-of-intl-segmenter-constructor", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.prototype", + "https://tc39.es/proposal-intl-segmenter/#_ref_8", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.supportedlocalesof", + "https://tc39.es/proposal-intl-segmenter/#_ref_9", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter-internal-slots", + "https://tc39.es/proposal-intl-segmenter/#sec-properties-of-intl-segmenter-prototype-object", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.prototype.constructor", + "https://tc39.es/proposal-intl-segmenter/#_ref_10", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.prototype-@@tostringtag", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.prototype.segment", + "https://tc39.es/proposal-intl-segmenter/#_ref_11", + "https://tc39.es/proposal-intl-segmenter/#_ref_12", + "https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter.prototype.resolvedoptions", + "https://tc39.es/proposal-intl-segmenter/#_ref_0", + "https://tc39.es/proposal-intl-segmenter/#_ref_13", + "https://tc39.es/proposal-intl-segmenter/#table-segmenter-resolvedoptions-properties", + "https://tc39.es/proposal-intl-segmenter/#sec-properties-of-intl-segmenter-instances", + "https://tc39.es/proposal-intl-segmenter/#_ref_14", + "https://tc39.es/proposal-intl-segmenter/#sec-segments-objects", + "https://tc39.es/proposal-intl-segmenter/#sec-createsegmentsobject", + "https://tc39.es/proposal-intl-segmenter/#_ref_15", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentsprototype%-object", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentsprototype%.containing", + "https://tc39.es/proposal-intl-segmenter/#_ref_16", + "https://tc39.es/proposal-intl-segmenter/#_ref_17", + "https://tc39.es/proposal-intl-segmenter/#_ref_18", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentsprototype%-@@iterator", + "https://tc39.es/proposal-intl-segmenter/#_ref_19", + "https://tc39.es/proposal-intl-segmenter/#sec-properties-of-segments-instances", + "https://tc39.es/proposal-intl-segmenter/#_ref_20", + "https://tc39.es/proposal-intl-segmenter/#sec-segment-iterator-objects", + "https://tc39.es/proposal-intl-segmenter/#sec-createsegmentiterator", + "https://tc39.es/proposal-intl-segmenter/#_ref_21", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentiteratorprototype%-object", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentiteratorprototype%.next", + "https://tc39.es/proposal-intl-segmenter/#_ref_22", + "https://tc39.es/proposal-intl-segmenter/#_ref_23", + "https://tc39.es/proposal-intl-segmenter/#_ref_24", + "https://tc39.es/proposal-intl-segmenter/#_ref_25", + "https://tc39.es/proposal-intl-segmenter/#sec-%segmentiteratorprototype%.@@tostringtag", + "https://tc39.es/proposal-intl-segmenter/#sec-properties-of-segment-iterator-instances", + "https://tc39.es/proposal-intl-segmenter/#_ref_26", + "https://tc39.es/proposal-intl-segmenter/#_ref_1", + "https://tc39.es/proposal-intl-segmenter/#table-segment-iterator-instance-slots", + "https://tc39.es/proposal-intl-segmenter/#sec-segment-data-objects", + "https://tc39.es/proposal-intl-segmenter/#sec-createsegmentdataobject", + "https://tc39.es/proposal-intl-segmenter/#_ref_27", + "https://tc39.es/proposal-intl-segmenter/#_ref_28", + "https://tc39.es/proposal-intl-segmenter/#_ref_29", + "https://tc39.es/proposal-intl-segmenter/#_ref_30", + "https://tc39.es/proposal-intl-segmenter/#sec-intl-segmenter-abstracts", + "https://tc39.es/proposal-intl-segmenter/#sec-findboundary", + "https://tc39.es/proposal-intl-segmenter/#annex-implementation-dependent-behaviour", + "https://tc39.es/proposal-intl-segmenter/#_ref_2", + "https://tc39.es/proposal-intl-segmenter/#_ref_3", + "https://tc39.es/proposal-intl-segmenter/#references-pane-container", + "https://tc39.es/proposal-intl-segmenter/#references-pane-spacer", + "https://tc39.es/proposal-intl-segmenter/#references-pane", + "https://tc39.es/proposal-intl-segmenter/#references-pane-close", + "https://tc39.es/proposal-intl-segmenter/#references-pane-table-container", + "https://tc39.es/proposal-intl-segmenter/#references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/virtual-keyboard.json b/tr/ids/virtual-keyboard.json index 9c090fc9934c..412a29baea6a 100644 --- a/tr/ids/virtual-keyboard.json +++ b/tr/ids/virtual-keyboard.json @@ -78,7 +78,7 @@ "https://www.w3.org/TR/virtual-keyboard/#extensions-to-the-elementcontenteditable-mixin", "https://www.w3.org/TR/virtual-keyboard/#x4-extensions-to-the-elementcontenteditable-mixin", "https://www.w3.org/TR/virtual-keyboard/#dom-elementcontenteditable", - "https://www.w3.org/TR/virtual-keyboard/#webidl-338274776", + "https://www.w3.org/TR/virtual-keyboard/#webidl-958222361", "https://www.w3.org/TR/virtual-keyboard/#idl-def-elementcontenteditable-partial-1", "https://www.w3.org/TR/virtual-keyboard/#ref-for-dom-elementcontenteditable-1", "https://www.w3.org/TR/virtual-keyboard/#idl-def-elementcontenteditable-virtualkeyboardpolicy", diff --git a/tr/ids/w3c-patent-policy.json b/tr/ids/w3c-patent-policy.json new file mode 100644 index 000000000000..6b9aa6b54e7a --- /dev/null +++ b/tr/ids/w3c-patent-policy.json @@ -0,0 +1,488 @@ +{ + "spec": { + "title": "W3C Patent Policy", + "url": "https://www.w3.org/Consortium/Patent-Policy/" + }, + "ids": [ + "https://www.w3.org/Consortium/Patent-Policy/#toc-nav", + "https://www.w3.org/Consortium/Patent-Policy/#toc-jump", + "https://www.w3.org/Consortium/Patent-Policy/#toc-toggle", + "https://www.w3.org/Consortium/Patent-Policy/#title", + "https://www.w3.org/Consortium/Patent-Policy/#subtitle", + "https://www.w3.org/Consortium/Patent-Policy/#abstract", + "https://www.w3.org/Consortium/Patent-Policy/#status", + "https://www.w3.org/Consortium/Patent-Policy/#toc", + "https://www.w3.org/Consortium/Patent-Policy/#contents", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Overview", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Licensing", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-WGCharter", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#specification", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-technical-report", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-rec-track", + "https://www.w3.org/Consortium/Patent-Policy/#patent-review-draft", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-drafts", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Obligations", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-WGCharter%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-cfp", + "https://www.w3.org/Consortium/Patent-Policy/#sec-W3C-RF-license", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#participant", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#sec-non-participants", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#sec-submissions", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-MemberSubmission", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-MemberSubmission%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-MemberSubmission%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-MemberSubmission%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#sec-invited", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-invited-expert-wg", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-invited-expert-wg%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/##spec-licensing-commitments", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#licensing-commitment", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity", + "https://www.w3.org/Consortium/Patent-Policy/#commitment-persistence", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-WGCharter%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Exclusion", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#sec-exclusion-with", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#exclusion-opportunity", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-call-for-exclusion", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#sec-exclusion-resign", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-exclusion-opportunity%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#sec-join", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-fpwd%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-licensing-commitment%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#sec-exclude-app", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-call-for-exclusion%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#sec-exclude-mech", + "https://www.w3.org/Consortium/Patent-Policy/#call-for-exclusion", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-call-for-exclusion%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-call-for-exclusion%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-AC", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Requirements", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#def-RF", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-rec-rescind", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-rec-rescind%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requirements", + "https://www.w3.org/Consortium/Patent-Policy/#disclosure", + "https://www.w3.org/Consortium/Patent-Policy/#disclosure-requirement", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-exemption", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-requests", + "https://www.w3.org/Consortium/Patent-Policy/#disclosure-requests", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requests%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-contents", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#sec-published", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#sec-pending", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#sec-good-faith", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure-requirement", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-participant%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-timing", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-cfp%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-termination", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-invite", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-invited-expert-wg%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#sec-disclosure-public", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsWD%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#sec-Exception", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-formation", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#patent-advisory-group", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-WGCharter%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-post-Recommendation", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-composition", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-advisory-committee-representative%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-invited-expert-wg%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures-timing", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsCR", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-maturity-levels", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-procedures-charter", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-Member-only", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-disclosure%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A3%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-possible", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-rec-rescind%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-outcome", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-ACReview", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-advisory-group%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#sec-PAG-conclude-alternate", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-Consensus", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-def-RF%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#pag-proposal", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-ACReview%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-ACReview%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-AC%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-GroupsWG%E2%91%A4%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-pag-proposal%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#def-essential", + "https://www.w3.org/Consortium/Patent-Policy/#essential-claims", + "https://www.w3.org/Consortium/Patent-Policy/#def-essential-definition", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-dfn-norm", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#def-essential-exclusions", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-essential-claims%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-dfn-norm%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-patent-review-draft%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-RecsW3C%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#def-essential-requirements", + "https://www.w3.org/Consortium/Patent-Policy/#dfn-norm", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-dfn-norm%E2%91%A1", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-specification%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Patent-Policy/#ref-for-dfn-norm%E2%91%A2", + "https://www.w3.org/Consortium/Patent-Policy/#references", + "https://www.w3.org/Consortium/Patent-Policy/#normative", + "https://www.w3.org/Consortium/Patent-Policy/#biblio-process", + "https://www.w3.org/Consortium/Patent-Policy/#biblio-rfc2119", + "https://www.w3.org/Consortium/Patent-Policy/#sec-acknowledgments", + "https://www.w3.org/Consortium/Patent-Policy/#index", + "https://www.w3.org/Consortium/Patent-Policy/#index-defined-here", + "https://www.w3.org/Consortium/Patent-Policy/#index-defined-elsewhere", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-advisory-committee-representative", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-AC", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-advisory-committee-representative%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-ACReview", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-cfp", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-RecsCR", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-def-Consensus", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-fpwd", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-invited-expert-wg", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-maturity-levels", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-MemberSubmission", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-Member-only", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-patent-review-drafts", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-RecsW3C", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-rec-track", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-rec-rescind", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-MemberSubmission%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-RecsW3C%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-technical-report", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-GroupsWG", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-RecsWD", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-GroupsWG%E2%91%A0", + "https://www.w3.org/Consortium/Patent-Policy/#term-for-WGCharter" + ] +} \ No newline at end of file diff --git a/tr/ids/w3c-process.json b/tr/ids/w3c-process.json new file mode 100644 index 000000000000..86ba9f0a5f67 --- /dev/null +++ b/tr/ids/w3c-process.json @@ -0,0 +1,1170 @@ +{ + "spec": { + "title": "W3C Process Document", + "url": "https://www.w3.org/Consortium/Process/" + }, + "ids": [ + "https://www.w3.org/Consortium/Process/#toc-nav", + "https://www.w3.org/Consortium/Process/#toc-jump", + "https://www.w3.org/Consortium/Process/#toc-toggle", + "https://www.w3.org/Consortium/Process/#title", + "https://www.w3.org/Consortium/Process/#subtitle", + "https://www.w3.org/Consortium/Process/#abstract", + "https://www.w3.org/Consortium/Process/#status", + "https://www.w3.org/Consortium/Process/#pp", + "https://www.w3.org/Consortium/Process/#terms", + "https://www.w3.org/Consortium/Process/#not-required", + "https://www.w3.org/Consortium/Process/#toc", + "https://www.w3.org/Consortium/Process/#contents", + "https://www.w3.org/Consortium/Process/#Intro", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6%E2%91%A2", + "https://www.w3.org/Consortium/Process/#Organization", + "https://www.w3.org/Consortium/Process/#Members", + "https://www.w3.org/Consortium/Process/#advisory-committee", + "https://www.w3.org/Consortium/Process/#advisory-committee-representative", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative", + "https://www.w3.org/Consortium/Process/#MemberSubscription", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only", + "https://www.w3.org/Consortium/Process/#IndividualParticipation", + "https://www.w3.org/Consortium/Process/#MemberBenefits", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-fellows", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director", + "https://www.w3.org/Consortium/Process/#RelatedAndConsortiumMembers", + "https://www.w3.org/Consortium/Process/#MemberConsortia", + "https://www.w3.org/Consortium/Process/#fdn-member-consortium", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-fdn-member-consortium%E2%91%A4", + "https://www.w3.org/Consortium/Process/#MemberRelated", + "https://www.w3.org/Consortium/Process/#related-member", + "https://www.w3.org/Consortium/Process/#ref-for-subsidiary", + "https://www.w3.org/Consortium/Process/#ref-for-subsidiary%E2%91%A0", + "https://www.w3.org/Consortium/Process/#subsidiary", + "https://www.w3.org/Consortium/Process/#ref-for-related-member", + "https://www.w3.org/Consortium/Process/#AC", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ACCommunication", + "https://www.w3.org/Consortium/Process/#ref-for-team", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ACMeetings", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-ftf-meeting", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A4", + "https://www.w3.org/Consortium/Process/#Team", + "https://www.w3.org/Consortium/Process/#team", + "https://www.w3.org/Consortium/Process/#fellows", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0", + "https://www.w3.org/Consortium/Process/#def-Director", + "https://www.w3.org/Consortium/Process/#DirectorDecision", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs", + "https://www.w3.org/Consortium/Process/#ref-for-wg-decision-appeal", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-hosts", + "https://www.w3.org/Consortium/Process/#hosts", + "https://www.w3.org/Consortium/Process/#ref-for-hosts%E2%91%A0", + "https://www.w3.org/Consortium/Process/#AB", + "https://www.w3.org/Consortium/Process/#advisory-board", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ABParticipation", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A2", + "https://www.w3.org/Consortium/Process/#TAG", + "https://www.w3.org/Consortium/Process/#technical-architecture-group", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A6", + "https://www.w3.org/Consortium/Process/#tag-participation", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3", + "https://www.w3.org/Consortium/Process/#AB-TAG-participation", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A8", + "https://www.w3.org/Consortium/Process/#AB-TAG-constraints", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-primary-affiliation", + "https://www.w3.org/Consortium/Process/#ref-for-primary-affiliation%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A7", + "https://www.w3.org/Consortium/Process/#AB-TAG-elections", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-related-member%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-inv-expert-info", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-fellows%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-primary-affiliation%E2%91%A1", + "https://www.w3.org/Consortium/Process/#primary-affiliation", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-related-member%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A5", + "https://www.w3.org/Consortium/Process/#short-term", + "https://www.w3.org/Consortium/Process/#random", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#AB-TAG-vacated", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#Policies", + "https://www.w3.org/Consortium/Process/#participant", + "https://www.w3.org/Consortium/Process/#ref-for-wgparticipant", + "https://www.w3.org/Consortium/Process/#ref-for-igparticipant", + "https://www.w3.org/Consortium/Process/#ParticipationCriteria", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#coi", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#member-rep", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A7", + "https://www.w3.org/Consortium/Process/#GeneralMeetings", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG", + "https://www.w3.org/Consortium/Process/#ftf-meeting", + "https://www.w3.org/Consortium/Process/#distributed-meeting", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0", + "https://www.w3.org/Consortium/Process/#Consensus", + "https://www.w3.org/Consortium/Process/#ref-for-ftf-meeting%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-distributed-meeting", + "https://www.w3.org/Consortium/Process/#def-Consensus", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection", + "https://www.w3.org/Consortium/Process/#def-Unanimity", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus", + "https://www.w3.org/Consortium/Process/#def-Dissent", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Unanimity", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A0", + "https://www.w3.org/Consortium/Process/#managing-dissent", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A2", + "https://www.w3.org/Consortium/Process/#WGArchiveMinorityViews", + "https://www.w3.org/Consortium/Process/#FormalObjection", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A3", + "https://www.w3.org/Consortium/Process/#formal-address", + "https://www.w3.org/Consortium/Process/#formally-addressed", + "https://www.w3.org/Consortium/Process/#WGChairReopen", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A4", + "https://www.w3.org/Consortium/Process/#Votes", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A6", + "https://www.w3.org/Consortium/Process/#proxy", + "https://www.w3.org/Consortium/Process/#ref-for-mtg-substitute", + "https://www.w3.org/Consortium/Process/#WGAppeals", + "https://www.w3.org/Consortium/Process/#ref-for-chair-decisions", + "https://www.w3.org/Consortium/Process/#ref-for-group-decisions", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG", + "https://www.w3.org/Consortium/Process/#chair-decisions", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A1", + "https://www.w3.org/Consortium/Process/#group-decisions", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A8", + "https://www.w3.org/Consortium/Process/#wg-decision-appeal", + "https://www.w3.org/Consortium/Process/#chair-decision-appeal", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact", + "https://www.w3.org/Consortium/Process/#resignation", + "https://www.w3.org/Consortium/Process/#dissemination", + "https://www.w3.org/Consortium/Process/#chapterDissemination", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-EventsW", + "https://www.w3.org/Consortium/Process/#confidentiality-levels", + "https://www.w3.org/Consortium/Process/#Member-only", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0", + "https://www.w3.org/Consortium/Process/#Team-only", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#confidentiality-change", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#GAGeneral", + "https://www.w3.org/Consortium/Process/#ChapterGroups", + "https://www.w3.org/Consortium/Process/#GAGroups", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote", + "https://www.w3.org/Consortium/Process/#ReqsAllGroups", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#GeneralChairs", + "https://www.w3.org/Consortium/Process/#TeamContact", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#WG-and-IG", + "https://www.w3.org/Consortium/Process/#GroupsWG", + "https://www.w3.org/Consortium/Process/#GroupsIG", + "https://www.w3.org/Consortium/Process/#group-participation", + "https://www.w3.org/Consortium/Process/#wgparticipant", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A7", + "https://www.w3.org/Consortium/Process/#igparticipant", + "https://www.w3.org/Consortium/Process/#public-participant-ig", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A3", + "https://www.w3.org/Consortium/Process/#mtg-substitute", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-proxy", + "https://www.w3.org/Consortium/Process/#member-rep-wg", + "https://www.w3.org/Consortium/Process/#member-representative-in-a-working-group", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A1", + "https://www.w3.org/Consortium/Process/#member-rep-info", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4", + "https://www.w3.org/Consortium/Process/#member-rep-ig", + "https://www.w3.org/Consortium/Process/#member-representative-in-an-interest-group", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-member-representative-in-an-interest-group", + "https://www.w3.org/Consortium/Process/#invited-expert-wg", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#invited-expert-in-a-working-group", + "https://www.w3.org/Consortium/Process/#ref-for-inv-expert-info%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A4%E2%93%AA", + "https://www.w3.org/Consortium/Process/#inv-expert-info", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-invited-expert-in-a-working-group", + "https://www.w3.org/Consortium/Process/#invited-expert-ig", + "https://www.w3.org/Consortium/Process/#invited-expert-in-an-interest-group", + "https://www.w3.org/Consortium/Process/#ref-for-invited-expert-in-a-working-group%E2%91%A0", + "https://www.w3.org/Consortium/Process/#team-rep-wg", + "https://www.w3.org/Consortium/Process/#team-representative-in-a-working-group", + "https://www.w3.org/Consortium/Process/#team-rep-ig", + "https://www.w3.org/Consortium/Process/#team-representative-in-an-interest-group", + "https://www.w3.org/Consortium/Process/#WGCharterDevelopment", + "https://www.w3.org/Consortium/Process/#CharterReview", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-wgparticipant%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-igparticipant%E2%91%A0", + "https://www.w3.org/Consortium/Process/#cfp", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-charter", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A4", + "https://www.w3.org/Consortium/Process/#charter-extension", + "https://www.w3.org/Consortium/Process/#dfn-charter-extension", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-TeamContact%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#WGCharter", + "https://www.w3.org/Consortium/Process/#charter", + "https://www.w3.org/Consortium/Process/#ref-for-ftf-meeting%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD", + "https://www.w3.org/Consortium/Process/#adopted-draft", + "https://www.w3.org/Consortium/Process/#exclusion-draft", + "https://www.w3.org/Consortium/Process/#other-charter", + "https://www.w3.org/Consortium/Process/#ref-for-adopted-draft", + "https://www.w3.org/Consortium/Process/#ref-for-exclusion-draft", + "https://www.w3.org/Consortium/Process/#ref-for-exclusion-draft%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ig-charter-participation", + "https://www.w3.org/Consortium/Process/#ig-mail-only", + "https://www.w3.org/Consortium/Process/#ref-for-public-participant-ig", + "https://www.w3.org/Consortium/Process/#GeneralTermination", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#Reports", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A2", + "https://www.w3.org/Consortium/Process/#rec-advance", + "https://www.w3.org/Consortium/Process/#publishing", + "https://www.w3.org/Consortium/Process/#technical-report", + "https://www.w3.org/Consortium/Process/#ref-for-publishing", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-w3c-recommendation-track", + "https://www.w3.org/Consortium/Process/#ref-for-w3c-recommendation-track%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-wide-review", + "https://www.w3.org/Consortium/Process/#ref-for-adequate-implementation", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A7", + "https://www.w3.org/Consortium/Process/#general-requirements", + "https://www.w3.org/Consortium/Process/#DocumentStatus", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0", + "https://www.w3.org/Consortium/Process/#DocumentName", + "https://www.w3.org/Consortium/Process/#document-copyright", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A2", + "https://www.w3.org/Consortium/Process/#doc-reviews", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#wide-review", + "https://www.w3.org/Consortium/Process/#dfn-wide-review", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#correction-classes", + "https://www.w3.org/Consortium/Process/#editorial-change", + "https://www.w3.org/Consortium/Process/#substantive-change", + "https://www.w3.org/Consortium/Process/#errata", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1", + "https://www.w3.org/Consortium/Process/#erratum", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A7", + "https://www.w3.org/Consortium/Process/#candidate-changes", + "https://www.w3.org/Consortium/Process/#ref-for-erratum", + "https://www.w3.org/Consortium/Process/#candidate-correction", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-correction", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change", + "https://www.w3.org/Consortium/Process/#candidate-addition", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-correction%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-correction%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-addition", + "https://www.w3.org/Consortium/Process/#candidate-change", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-w3c-recommendation-track%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A1", + "https://www.w3.org/Consortium/Process/#contributor-license", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#rec-track", + "https://www.w3.org/Consortium/Process/#recs-and-notes", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-charter%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4", + "https://www.w3.org/Consortium/Process/#w3c-recommendation-track", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended", + "https://www.w3.org/Consortium/Process/#wd-1", + "https://www.w3.org/Consortium/Process/#cr-1", + "https://www.w3.org/Consortium/Process/#crd-1", + "https://www.w3.org/Consortium/Process/#pr-1", + "https://www.w3.org/Consortium/Process/#rec-1", + "https://www.w3.org/Consortium/Process/#ref-for-w3c-recommendation-track%E2%91%A2", + "https://www.w3.org/Consortium/Process/#patent-review-drafts", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#maturity-levels", + "https://www.w3.org/Consortium/Process/#RecsWD", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-wide-review%E2%91%A0", + "https://www.w3.org/Consortium/Process/#fpwd", + "https://www.w3.org/Consortium/Process/#RecsCR", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A8", + "https://www.w3.org/Consortium/Process/#candidate-recommendation-snapshot", + "https://www.w3.org/Consortium/Process/#ref-for-patent-review-drafts", + "https://www.w3.org/Consortium/Process/#ref-for-patent-review-drafts%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot", + "https://www.w3.org/Consortium/Process/#ref-for-trans-req", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0", + "https://www.w3.org/Consortium/Process/#candidate-recommendation-draft", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A6", + "https://www.w3.org/Consortium/Process/#rescinded-candidate-recommendation", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-rescinded-candidate-recommendation", + "https://www.w3.org/Consortium/Process/#RecsPR", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A7", + "https://www.w3.org/Consortium/Process/#RecsW3C", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#rec-amended", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Process/#RecsSup", + "https://www.w3.org/Consortium/Process/#ref-for-RecsObs", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A8", + "https://www.w3.org/Consortium/Process/#RecsObs", + "https://www.w3.org/Consortium/Process/#ref-for-RescindedRec", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#RescindedRec", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-editors-draft", + "https://www.w3.org/Consortium/Process/#editors-draft", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#implementation-experience", + "https://www.w3.org/Consortium/Process/#adequate-implementation", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#transition-reqs", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A1", + "https://www.w3.org/Consortium/Process/#trans-req", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-trans-req%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-charter%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A1", + "https://www.w3.org/Consortium/Process/#update-reqs", + "https://www.w3.org/Consortium/Process/#update-requests", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-wide-review%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-trans-req%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#streamlined-update", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-corrections", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-for-review-of-proposed-corrections", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-allow-new-features", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-addition", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-for-review-of-proposed-additions", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A3%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-adequate-implementation%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#first-wd", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A4", + "https://www.w3.org/Consortium/Process/#revising-wd", + "https://www.w3.org/Consortium/Process/#revised-wd", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A1", + "https://www.w3.org/Consortium/Process/#transition-cr", + "https://www.w3.org/Consortium/Process/#candidate-rec", + "https://www.w3.org/Consortium/Process/#last-call", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-adequate-implementation%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-wide-review%E2%91%A2", + "https://www.w3.org/Consortium/Process/#at-risk", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-trans-req%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#revising-cr", + "https://www.w3.org/Consortium/Process/#revised-cr", + "https://www.w3.org/Consortium/Process/#publishing-crrs", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-at-risk", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-at-risk%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A3", + "https://www.w3.org/Consortium/Process/#publishing-crud", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-at-risk%E2%91%A1", + "https://www.w3.org/Consortium/Process/#transition-pr", + "https://www.w3.org/Consortium/Process/#rec-pr", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-adequate-implementation%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-wide-review%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-at-risk%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-at-risk%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-snapshot%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#expandable-rec", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#allow-new-features", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal", + "https://www.w3.org/Consortium/Process/#transition-rec", + "https://www.w3.org/Consortium/Process/#rec-publication", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A4", + "https://www.w3.org/Consortium/Process/#revising-rec", + "https://www.w3.org/Consortium/Process/#rec-modify", + "https://www.w3.org/Consortium/Process/#revised-rec", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Process/#revised-rec-markup", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A4%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Process/#revised-rec-editorial", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A3", + "https://www.w3.org/Consortium/Process/#revised-rec-substantive", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-correction%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-rec-amended%E2%91%A5", + "https://www.w3.org/Consortium/Process/#revised-rec-features", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A3%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-allow-new-features%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-addition%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-addition%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-fpwd%E2%91%A5", + "https://www.w3.org/Consortium/Process/#change-review", + "https://www.w3.org/Consortium/Process/#last-call-review", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-corrections", + "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-additions", + "https://www.w3.org/Consortium/Process/#last-call-for-review-of-proposed-corrections-and-additions", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A5", + "https://www.w3.org/Consortium/Process/#proposed-changes", + "https://www.w3.org/Consortium/Process/#proposed-corrections", + "https://www.w3.org/Consortium/Process/#proposed-addition", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-patent-review-drafts%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-for-review-of-proposed-additions%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-for-review-of-proposed-additions%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-for-review-of-proposed-corrections-and-additions", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-allow-new-features%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A5%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-adequate-implementation%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-update-requests%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-last-call-review%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A8", + "https://www.w3.org/Consortium/Process/#tr-end", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%93%AA", + "https://www.w3.org/Consortium/Process/#abandon-draft", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A3", + "https://www.w3.org/Consortium/Process/#rescind-cr", + "https://www.w3.org/Consortium/Process/#ref-for-RecsCR%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A7", + "https://www.w3.org/Consortium/Process/#rec-rescind", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A4%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsObs%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsObs%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-RecsSup", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RescindedRec%E2%91%A0", + "https://www.w3.org/Consortium/Process/#rec-3", + "https://www.w3.org/Consortium/Process/#rescinded", + "https://www.w3.org/Consortium/Process/#obsolete", + "https://www.w3.org/Consortium/Process/#superseded", + "https://www.w3.org/Consortium/Process/#deactivation", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A6", + "https://www.w3.org/Consortium/Process/#proposed-rescinded-rec", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-GeneralChairs%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A5%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-RecsObs%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RescindedRec%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsObs%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-RescindedRec%E2%91%A2", + "https://www.w3.org/Consortium/Process/#Note", + "https://www.w3.org/Consortium/Process/#WGNote", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A6%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsIG%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-RecsWD%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#further-reading", + "https://www.w3.org/Consortium/Process/#ReviewAppeal", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Process/#def-w3c-decision", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ACReview", + "https://www.w3.org/Consortium/Process/#ref-for-RecsPR%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ACReviewStart", + "https://www.w3.org/Consortium/Process/#advisory-committee-review", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#reviewform", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-reviewform", + "https://www.w3.org/Consortium/Process/#ACReviewAfter", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-FormalObjection%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-substantive-change%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ACAppeal", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#advisory-committee-appeal", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-dfn-charter-extension", + "https://www.w3.org/Consortium/Process/#ref-for-mou", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-Member-only%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ACVotes", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-related-member%E2%91%A2", + "https://www.w3.org/Consortium/Process/#GAEvents", + "https://www.w3.org/Consortium/Process/#EventsW", + "https://www.w3.org/Consortium/Process/#EventsS", + "https://www.w3.org/Consortium/Process/#Liaisons", + "https://www.w3.org/Consortium/Process/#liaison", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Process/#mou", + "https://www.w3.org/Consortium/Process/#ref-for-hosts%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-hosts%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-mou%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-mou%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-mou%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-mou%E2%91%A3", + "https://www.w3.org/Consortium/Process/#Submission", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A4", + "https://www.w3.org/Consortium/Process/#MemberSubmission", + "https://www.w3.org/Consortium/Process/#submitter", + "https://www.w3.org/Consortium/Process/#ref-for-submitter", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-RecsW3C%E2%91%A6%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A1", + "https://www.w3.org/Consortium/Process/#SubmissionRights", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A1%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A2%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A2", + "https://www.w3.org/Consortium/Process/#SubmissionScope", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-WGNote%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#SubmissionReqs", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A2", + "https://www.w3.org/Consortium/Process/#TeamSubmissionRights", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A7", + "https://www.w3.org/Consortium/Process/#validation-notice", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-Team-only%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A2%E2%91%A8", + "https://www.w3.org/Consortium/Process/#SubmissionYes", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-validation-notice", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-MemberSubmission%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-editorial-change%E2%91%A5", + "https://www.w3.org/Consortium/Process/#SubmissionNo", + "https://www.w3.org/Consortium/Process/#ref-for-def-Director%E2%91%A3%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A2%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-representative%E2%91%A2%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-submitter%E2%91%A1%E2%91%A2", + "https://www.w3.org/Consortium/Process/#ref-for-technical-architecture-group%E2%91%A1%E2%91%A1", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A4", + "https://www.w3.org/Consortium/Process/#GAProcess", + "https://www.w3.org/Consortium/Process/#ref-for-def-Consensus%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-technical-report%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-GroupsWG%E2%91%A7%E2%91%A4", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A0%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A1%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-board%E2%91%A1%E2%91%A0", + "https://www.w3.org/Consortium/Process/#ref-for-team%E2%91%A3%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-formally-addressed%E2%91%A8", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-review%E2%91%A0%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-def-w3c-decision%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee%E2%91%A1%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-advisory-committee-appeal%E2%91%A8", + "https://www.w3.org/Consortium/Process/#acks", + "https://www.w3.org/Consortium/Process/#changes", + "https://www.w3.org/Consortium/Process/#changes-2019", + "https://www.w3.org/Consortium/Process/#major-changes-2019", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-recommendation-draft%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A6", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-change%E2%91%A7", + "https://www.w3.org/Consortium/Process/#ref-for-proposed-changes%E2%91%A0%E2%93%AA", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-correction%E2%91%A3", + "https://www.w3.org/Consortium/Process/#ref-for-candidate-addition%E2%91%A2", + "https://www.w3.org/Consortium/Process/#other-changes-2019", + "https://www.w3.org/Consortium/Process/#ref-for-publishing%E2%91%A0%E2%91%A5", + "https://www.w3.org/Consortium/Process/#ref-for-def-Dissent%E2%91%A4", + "https://www.w3.org/Consortium/Process/#editorial-changes-2019", + "https://www.w3.org/Consortium/Process/#additional-changes-2019", + "https://www.w3.org/Consortium/Process/#changes-previous", + "https://www.w3.org/Consortium/Process/#references", + "https://www.w3.org/Consortium/Process/#normative", + "https://www.w3.org/Consortium/Process/#biblio-cepc", + "https://www.w3.org/Consortium/Process/#biblio-collaborators-agreement", + "https://www.w3.org/Consortium/Process/#biblio-conflict-policy", + "https://www.w3.org/Consortium/Process/#biblio-doc-license", + "https://www.w3.org/Consortium/Process/#biblio-patent-policy", + "https://www.w3.org/Consortium/Process/#biblio-patent-policy-2017", + "https://www.w3.org/Consortium/Process/#biblio-pubrules", + "https://www.w3.org/Consortium/Process/#biblio-rfc2119", + "https://www.w3.org/Consortium/Process/#biblio-rfc3797", + "https://www.w3.org/Consortium/Process/#informative", + "https://www.w3.org/Consortium/Process/#biblio-ab-hp", + "https://www.w3.org/Consortium/Process/#biblio-ac-meeting", + "https://www.w3.org/Consortium/Process/#biblio-bg-cg", + "https://www.w3.org/Consortium/Process/#biblio-calendar", + "https://www.w3.org/Consortium/Process/#biblio-chair", + "https://www.w3.org/Consortium/Process/#biblio-charter", + "https://www.w3.org/Consortium/Process/#biblio-current-ac", + "https://www.w3.org/Consortium/Process/#biblio-disciplinary-gl", + "https://www.w3.org/Consortium/Process/#biblio-election-howto", + "https://www.w3.org/Consortium/Process/#biblio-fellows", + "https://www.w3.org/Consortium/Process/#biblio-group-mail", + "https://www.w3.org/Consortium/Process/#biblio-guide", + "https://www.w3.org/Consortium/Process/#biblio-intro", + "https://www.w3.org/Consortium/Process/#biblio-join", + "https://www.w3.org/Consortium/Process/#biblio-liaison", + "https://www.w3.org/Consortium/Process/#biblio-member-agreement", + "https://www.w3.org/Consortium/Process/#biblio-member-hp", + "https://www.w3.org/Consortium/Process/#biblio-member-list", + "https://www.w3.org/Consortium/Process/#biblio-member-sub", + "https://www.w3.org/Consortium/Process/#biblio-mission", + "https://www.w3.org/Consortium/Process/#biblio-obs-resc", + "https://www.w3.org/Consortium/Process/#biblio-rec-tips", + "https://www.w3.org/Consortium/Process/#biblio-republishing", + "https://www.w3.org/Consortium/Process/#biblio-submission-list", + "https://www.w3.org/Consortium/Process/#biblio-submission-req", + "https://www.w3.org/Consortium/Process/#biblio-tag-charter", + "https://www.w3.org/Consortium/Process/#biblio-tag-hp", + "https://www.w3.org/Consortium/Process/#biblio-team-contact", + "https://www.w3.org/Consortium/Process/#biblio-tr", + "https://www.w3.org/Consortium/Process/#biblio-transition", + "https://www.w3.org/Consortium/Process/#biblio-translation", + "https://www.w3.org/Consortium/Process/#index", + "https://www.w3.org/Consortium/Process/#index-defined-here" + ] +} \ No newline at end of file diff --git a/tr/ids/web-animations-2.json b/tr/ids/web-animations-2.json index 26655f500b96..6c3428d2320c 100644 --- a/tr/ids/web-animations-2.json +++ b/tr/ids/web-animations-2.json @@ -33,6 +33,15 @@ "https://drafts.csswg.org/web-animations-2/#progress-based-timeline", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-duration%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#animations", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation", + "https://drafts.csswg.org/web-animations-2/#hold-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-progress-based-timeline", "https://drafts.csswg.org/web-animations-2/#time-based-animation-to-a-proportional-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0", @@ -51,25 +60,27 @@ "https://drafts.csswg.org/web-animations-2/#setting-the-timeline", "https://drafts.csswg.org/web-animations-2/#set-the-timeline-of-an-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-propdef-running", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-set-the-current-time", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-finished-play-state", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#issue-dd65d327", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1", @@ -101,23 +112,25 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-time-value", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#setting-the-current-time-of-an-animation", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#silently-set-the-current-time", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-validate-a-cssnumberish-time", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-inactive-timeline", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A3", @@ -127,16 +140,18 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#set-the-current-time", "https://drafts.csswg.org/web-animations-2/#ref-for-silently-set-the-current-time", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#setting-the-start-time-of-an-animation", "https://drafts.csswg.org/web-animations-2/#set-the-start-time", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-validate-a-cssnumberish-time%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A6", @@ -145,67 +160,76 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-pending-play-task%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#playing-an-animation-section", "https://drafts.csswg.org/web-animations-2/#play-an-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-invalidstateerror", "https://drafts.csswg.org/web-animations-2/#ref-for-idl-DOMException", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-active-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-pending-play-task%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-a-new-promise", "https://drafts.csswg.org/web-animations-2/#ref-for-concept-relevant-realm", "https://drafts.csswg.org/web-animations-2/#ref-for-ready", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-ready%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-associated-effect", "https://drafts.csswg.org/web-animations-2/#ref-for-current-finished-promise", @@ -225,19 +249,37 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-pause-an-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-pause-an-animation%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-hold-time%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#canceling-an-animation-section", "https://drafts.csswg.org/web-animations-2/#ref-for-cancel-an-animation", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-descendant%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#issue-5b6104df", "https://drafts.csswg.org/web-animations-2/#speed-control", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#animation-effects", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#directly-associated-with-an-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0", @@ -247,10 +289,10 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#associated-with-an-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-directly-associated-with-an-animation%E2%91%A0", @@ -309,7 +351,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A1", @@ -335,17 +377,17 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-directly-associated-with-an-animation%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#local-time", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#animation-effect-phases-and-states", "https://drafts.csswg.org/web-animations-2/#ref-for-in-play", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A1%E2%91%A6", @@ -365,7 +407,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-current", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-in-play%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#in-play", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A3", @@ -382,17 +424,53 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-current%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#effective-timeline-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-hold-phase%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-phase%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#animation-effect-before-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-effective-timeline-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-before-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-effective-timeline-phase%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-active-phase%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#animation-effect-after-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-effective-timeline-phase%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-after-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-effective-timeline-phase%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-timeline-active-phase%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#fill-modes", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-active-phase%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-ancestor%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-active-phase%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-ancestor%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-ancestor%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#issue-e54c2365", "https://drafts.csswg.org/web-animations-2/#ref-for-easing-function", @@ -409,63 +487,63 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-end-delay%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-count%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-intrinsic-iteration-duration%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#iteration-time-space", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#interval-timing", "https://drafts.csswg.org/web-animations-2/#ref-for-in-play%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#animation-effect-speed-control", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#animation-effect-playback-rate", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-playback-rate", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-fill-mode%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-playback-rate%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-playback-rate%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A3%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-sequence-effect%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-playback-rate%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#core-animation-effect-calculations", "https://drafts.csswg.org/web-animations-2/#animation-effect-calculations-overview", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A2", @@ -474,19 +552,19 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-count%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-active-time%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-active-time%E2%91%A1", @@ -501,8 +579,8 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-playback-direction", "https://drafts.csswg.org/web-animations-2/#ref-for-directed-progress%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#calculating-the-active-duration", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-repeated-duration", @@ -520,35 +598,35 @@ "https://drafts.csswg.org/web-animations-2/#calculating-the-active-time", "https://drafts.csswg.org/web-animations-2/#ref-for-active-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-fill-mode%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-active-phase%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-fill-mode%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-fill-mode%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-after-phase%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-after-phase%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-before-phase%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-before-phase%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#calculating-the-overall-progress", "https://drafts.csswg.org/web-animations-2/#ref-for-overall-progress%E2%91%A1", @@ -574,30 +652,30 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-progress%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#grouping-and-synchronization", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-directly-associated-with-an-animation%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#group-effect", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A4%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#child-effect", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#parent-group", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#tree-order", @@ -610,12 +688,12 @@ "https://drafts.csswg.org/web-animations-2/#previous-sibling", "https://drafts.csswg.org/web-animations-2/#first-child", "https://drafts.csswg.org/web-animations-2/#last-child", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-directly-associated-with-an-animation%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A0%E2%93%AA", @@ -626,7 +704,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-count%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-count%E2%91%A5", @@ -640,12 +718,12 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-count%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A7", @@ -704,7 +782,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-previous-sibling%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A5%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-sequence-effect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-active-duration%E2%91%A0%E2%93%AA", @@ -713,7 +791,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A4", @@ -737,11 +815,11 @@ "https://drafts.csswg.org/web-animations-2/#animation-model", "https://drafts.csswg.org/web-animations-2/#animation-types", "https://drafts.csswg.org/web-animations-2/#not-animatable-section", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-not-animatable", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-sequence-effect%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-current-finished-promise%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#keyframe-effects", "https://drafts.csswg.org/web-animations-2/#the-effect-value-of-a-keyframe-animation-effect", @@ -755,7 +833,7 @@ "https://drafts.csswg.org/web-animations-2/#combining-effects", "https://drafts.csswg.org/web-animations-2/#the-effect-stack", "https://drafts.csswg.org/web-animations-2/#ref-for-tree-order", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#effect-accumulation-section", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-value%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#iteration-composite-operation", @@ -768,10 +846,10 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-effect-value%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#custom-effects", "https://drafts.csswg.org/web-animations-2/#issue-3b34db07", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-current-iteration", @@ -781,50 +859,50 @@ "https://drafts.csswg.org/web-animations-2/#issue-e49078ba", "https://drafts.csswg.org/web-animations-2/#updating-custom-effects", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-update-animations-and-send-events%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A6%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A3%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-unresolved%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-current-iteration%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#issue-55235f86", "https://drafts.csswg.org/web-animations-2/#execution-order-of-custom-effects", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-target-property%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#issue-df790f19", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#programming-interface", "https://drafts.csswg.org/web-animations-2/#the-animationtimeline-interface", "https://drafts.csswg.org/web-animations-2/#ref-for-Exposed", "https://drafts.csswg.org/web-animations-2/#ref-for-animationtimeline", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationtimeline-duration", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationtimeline-play", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationtimeline-play-effect-effect", @@ -832,45 +910,45 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-duration%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#dom-animationtimeline-play", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-ready%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#issue-6fb09aae", "https://drafts.csswg.org/web-animations-2/#issue-befeaed2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animation-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-animationtimeline%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-play-an-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-animationtimeline-play-effect-effect", "https://drafts.csswg.org/web-animations-2/#ref-for-target-effect%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#the-animation-interface", "https://drafts.csswg.org/web-animations-2/#ref-for-Exposed%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animation-starttime", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animation-currenttime", - "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-animation-starttime", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-progress-based-timeline%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-cssnumericvalue", - "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-transition-start-time%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-set-the-start-time", "https://drafts.csswg.org/web-animations-2/#dom-animation-currenttime", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-progress-based-timeline%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-cssnumericvalue%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-progress-based-timeline%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-cssnumericvalue%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-set-the-current-time%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#the-animationeffect-interface", "https://drafts.csswg.org/web-animations-2/#ref-for-Exposed%E2%91%A1", @@ -900,90 +978,95 @@ "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-parent", "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#issue-40288bfc", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-previoussibling", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-previous-sibling%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-nextsibling", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-next-sibling", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A7%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-before", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-insert-children", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-after", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-next-sibling-not-included", "https://drafts.csswg.org/web-animations-2/#ref-for-insert-children%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-replace", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-next-sibling-not-included%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-remove-an-animation-effect%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-insert-children%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#dom-animationeffect-remove", "https://drafts.csswg.org/web-animations-2/#ref-for-remove-an-animation-effect%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A8%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#issue-49ccd991", "https://drafts.csswg.org/web-animations-2/#the-effecttiming-dictionaries", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming", "https://drafts.csswg.org/web-animations-2/#ref-for-idl-double", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-effecttiming-playbackrate", + "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unrestricted-double", + "https://drafts.csswg.org/web-animations-2/#ref-for-cssnumericvalue%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-idl-DOMString", + "https://drafts.csswg.org/web-animations-2/#dom-effecttiming-duration", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-optionaleffecttiming", "https://drafts.csswg.org/web-animations-2/#ref-for-idl-double%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-optionaleffecttiming-playbackrate", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationeffect-getcomputedtiming", "https://drafts.csswg.org/web-animations-2/#delay", "https://drafts.csswg.org/web-animations-2/#specified-start-delay", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-normalize-specified-timing", "https://drafts.csswg.org/web-animations-2/#enddelay", "https://drafts.csswg.org/web-animations-2/#specified-end-delay", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-sequence-effect%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-end-delay%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-normalize-specified-timing%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#duration", "https://drafts.csswg.org/web-animations-2/#specified-iteration-duration", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-intrinsic-iteration-duration%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-duration%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-normalize-specified-timing%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#dom-effecttiming-playbackrate", "https://drafts.csswg.org/web-animations-2/#ref-for-idl-double%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-playback-rate%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-local-time%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#updating-animationeffect-timing", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-effecttiming-delay", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A1%E2%91%A0", @@ -1034,24 +1117,24 @@ "https://drafts.csswg.org/web-animations-2/#dom-computedeffecttiming-starttime", "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-duration%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-transformed-time%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-active-interval%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect-start-time%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-start-delay%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#endtime", "https://drafts.csswg.org/web-animations-2/#ref-for-end-time%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-inherited-time%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-timeline-duration%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-end-delay%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#localtime", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-associated-with-an-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-in-effect%E2%91%A5", @@ -1073,7 +1156,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-idl-sequence", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-groupeffect-groupeffect-children-timing-children", - "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unrestricted-double", + "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unrestricted-double%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-groupeffect-groupeffect-children-timing-timing", "https://drafts.csswg.org/web-animations-2/#ref-for-animationnodelist", @@ -1120,16 +1203,16 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-last-child", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#dom-groupeffect-prepend", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-insert-children%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-first-child%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-groupeffect-append", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-inclusive-ancestor%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-insert-children%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#dom-groupeffect-clone", @@ -1143,7 +1226,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-groupeffect-groupeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-sequenceeffect-sequenceeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#process-a-timing-argument", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A6", @@ -1152,24 +1235,24 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#definitions-for-manipulating-hierarchies", "https://drafts.csswg.org/web-animations-2/#next-sibling-not-included", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#ref-for-next-sibling%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-next-sibling%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#remove-an-animation-effect", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%91%A2", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-parent-group%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-directly-associated-with-an-animation%E2%91%A6", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#insert-children", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-remove-an-animation-effect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-child-effect%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#the-animationnodelist-interface", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-animationnodelist%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-Exposed%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#animationnodelist", @@ -1181,9 +1264,9 @@ "https://drafts.csswg.org/web-animations-2/#dom-animationnodelist-item-index-index", "https://drafts.csswg.org/web-animations-2/#dom-animationnodelist-length", "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unsigned-long%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-animationnodelist-item", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#the-sequenceeffect-interface", "https://drafts.csswg.org/web-animations-2/#ref-for-sequence-effect%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect", @@ -1194,7 +1277,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-idl-sequence%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-animationeffect%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-2/#dom-sequenceeffect-sequenceeffect-children-timing-children", - "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unrestricted-double%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-idl-unrestricted-double%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-effecttiming%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#dom-sequenceeffect-sequenceeffect-children-timing-timing", "https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A0", @@ -1228,10 +1311,10 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-keyframe-effect%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A4", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#creating-a-new-keyframeeffect-object", "https://drafts.csswg.org/web-animations-2/#ref-for-intrinsic-iteration-duration%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-propdef-visibility", "https://drafts.csswg.org/web-animations-2/#example-e0f07204", "https://drafts.csswg.org/web-animations-2/#the-keyframeeffectoptions-dictionary", @@ -1243,7 +1326,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#the-iterationcompositeoperation-enumeration", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#enumdef-iterationcompositeoperation", @@ -1254,7 +1337,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-effect-value%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-current-iteration%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation-accumulate%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#the-effectcallback-callback-function", "https://drafts.csswg.org/web-animations-2/#ref-for-custom-effect%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback", @@ -1265,7 +1348,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-element", "https://drafts.csswg.org/web-animations-2/#ref-for-csspseudoelement", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-currenttarget", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect%E2%91%A5", @@ -1275,13 +1358,50 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A6", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A8", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-2/#the-animatable-interface", "https://drafts.csswg.org/web-animations-2/#dom-animatable-getanimations", "https://drafts.csswg.org/web-animations-2/#ref-for-target-element%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation-effect%E2%91%A0%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/web-animations-2/#the-animationplaybackevent-interface", + "https://drafts.csswg.org/web-animations-2/#ref-for-Exposed%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#animationplaybackevent", + "https://drafts.csswg.org/web-animations-2/#ref-for-event", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent", + "https://drafts.csswg.org/web-animations-2/#ref-for-idl-DOMString%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-type", + "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-animationplaybackeventinit", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-animationplaybackevent-type-eventinitdict-eventinitdict", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackevent-currenttime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackevent-timelinetime", + "https://drafts.csswg.org/web-animations-2/#dictdef-animationplaybackeventinit", + "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-eventinit", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackeventinit-currenttime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackeventinit-timelinetime", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-currenttime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-2/#ref-for-current-time%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackevent-timelinetime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-2/#ref-for-time-value%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-timeline%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-inactive-timeline%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackeventinit-currenttime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackevent-currenttime%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#dom-animationplaybackeventinit-timelinetime", + "https://drafts.csswg.org/web-animations-2/#ref-for-typedefdef-cssnumberish%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-animationplaybackevent-timelinetime%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#model-liveness", "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A1", @@ -1307,6 +1427,8 @@ "https://drafts.csswg.org/web-animations-2/#term-for-time-value", "https://drafts.csswg.org/web-animations-2/#term-for-accumulation", "https://drafts.csswg.org/web-animations-2/#term-for-element", + "https://drafts.csswg.org/web-animations-2/#term-for-event", + "https://drafts.csswg.org/web-animations-2/#term-for-dictdef-eventinit", "https://drafts.csswg.org/web-animations-2/#term-for-perform-a-microtask-checkpoint", "https://drafts.csswg.org/web-animations-2/#term-for-concept-relevant-realm", "https://drafts.csswg.org/web-animations-2/#term-for-animation", @@ -1319,15 +1441,15 @@ "https://drafts.csswg.org/web-animations-2/#term-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#term-for-dictdef-optionaleffecttiming", "https://drafts.csswg.org/web-animations-2/#term-for-active-interval", - "https://drafts.csswg.org/web-animations-2/#term-for-active-phase", + "https://drafts.csswg.org/web-animations-2/#term-for-timeline-timeline-active-phase", "https://drafts.csswg.org/web-animations-2/#term-for-active-time", - "https://drafts.csswg.org/web-animations-2/#term-for-after-phase", + "https://drafts.csswg.org/web-animations-2/#term-for-timeline-timeline-after-phase", "https://drafts.csswg.org/web-animations-2/#term-for-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#term-for-animation-effect", "https://drafts.csswg.org/web-animations-2/#term-for-animation-playback-rate", "https://drafts.csswg.org/web-animations-2/#term-for-animation-associated-effect", "https://drafts.csswg.org/web-animations-2/#term-for-before-flag", - "https://drafts.csswg.org/web-animations-2/#term-for-before-phase", + "https://drafts.csswg.org/web-animations-2/#term-for-timeline-timeline-before-phase", "https://drafts.csswg.org/web-animations-2/#term-for-cancel-an-animation", "https://drafts.csswg.org/web-animations-2/#term-for-dom-keyframeeffect-composite", "https://drafts.csswg.org/web-animations-2/#term-for-current-finished-promise", @@ -1336,7 +1458,6 @@ "https://drafts.csswg.org/web-animations-2/#term-for-dom-effecttiming-delay", "https://drafts.csswg.org/web-animations-2/#term-for-directed-progress", "https://drafts.csswg.org/web-animations-2/#term-for-dom-effecttiming-direction", - "https://drafts.csswg.org/web-animations-2/#term-for-dom-effecttiming-duration", "https://drafts.csswg.org/web-animations-2/#term-for-dom-effecttiming-easing", "https://drafts.csswg.org/web-animations-2/#term-for-effect-value", "https://drafts.csswg.org/web-animations-2/#term-for-end-delay", @@ -1366,11 +1487,14 @@ "https://drafts.csswg.org/web-animations-2/#term-for-target-property", "https://drafts.csswg.org/web-animations-2/#term-for-time-value%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#term-for-timeline", + "https://drafts.csswg.org/web-animations-2/#term-for-timeline-timeline-active-phase%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#term-for-timeline-timeline-phase", "https://drafts.csswg.org/web-animations-2/#term-for-transformed-progress", "https://drafts.csswg.org/web-animations-2/#term-for-unresolved", "https://drafts.csswg.org/web-animations-2/#term-for-update-animations-and-send-events", "https://drafts.csswg.org/web-animations-2/#term-for-update-the-timing-properties-of-an-animation-effect", "https://drafts.csswg.org/web-animations-2/#term-for-idl-DOMException", + "https://drafts.csswg.org/web-animations-2/#term-for-idl-DOMString", "https://drafts.csswg.org/web-animations-2/#term-for-Exposed", "https://drafts.csswg.org/web-animations-2/#term-for-invalidstateerror", "https://drafts.csswg.org/web-animations-2/#term-for-a-new-promise", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 050aa7c2ac96..b3e85b3f2dcf 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -1182,6 +1182,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-height%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-bitrate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-framerate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp", @@ -1238,12 +1239,12 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-latencymode-realtime%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-latencymode-quality", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-latencymode-realtime", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A4", "https://www.w3.org/TR/webcodecs/#config-equivalence", "https://www.w3.org/TR/webcodecs/#equal-dictionaries", "https://www.w3.org/TR/webcodecs/#video-encoder-options", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index b88c014d56c5..223fd1e41879 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -2418,13 +2418,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-size%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-size%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-uniform%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A0", @@ -2725,13 +2723,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerbindingtype-comparison%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-sampler%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbindinglayout%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A2", "https://www.w3.org/TR/webgpu/#issue-8f1d69f0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-read-only-storage%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputexturebindinglayout%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-depth%E2%91%A1", @@ -2756,12 +2754,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-texture%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-texture%E2%91%A0%E2%91%A0", @@ -2841,18 +2839,18 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-binding-member%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-uniform%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-read-only-storage%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-sampler%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-sampler%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerbindinglayout-type%E2%91%A3", @@ -2902,7 +2900,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-pipeline%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetextureaccess-write-only%E2%91%A3", @@ -2979,7 +2977,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolortargetstate", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudepthstencilstate", "https://www.w3.org/TR/webgpu/#ref-for-pipeline%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A0%E2%91%A4", @@ -4278,7 +4276,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-dynamicoffsetcount-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-iterate-over-each-dynamic-binding-offset", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A4", @@ -4297,7 +4295,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-index", "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-bindgroup", "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdata", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatastart", "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength", @@ -4314,11 +4312,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-entrymap-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-binding%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-resource%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-encoder-bind-groups", "https://www.w3.org/TR/webgpu/#ref-for-gpuprogrammablepassencoder%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A0%E2%93%AA", @@ -5399,6 +5397,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A4", "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/#issue-98ec1590", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index 2e58135609f5..bd6005c6384c 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -733,6 +733,9 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#example-3031e7ee", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", + "https://www.w3.org/TR/webnn/#enumdef-mlroundingtype", + "https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor", + "https://www.w3.org/TR/webnn/#dom-mlroundingtype-ceil", "https://www.w3.org/TR/webnn/#dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A2", @@ -750,6 +753,11 @@ "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-autopad", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-layout", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlroundingtype", + "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-roundingtype", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-outputsizes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d", @@ -771,17 +779,18 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d-input-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlautopad%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlroundingtype%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "https://www.w3.org/TR/webnn/#dictdef-mlreduceoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-axes", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-keepdimensions", @@ -848,7 +857,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare-input-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", @@ -862,31 +871,35 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample", + "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#dom-mlinterpolationmode-nearest-neighbor", "https://www.w3.org/TR/webnn/#dom-mlinterpolationmode-linear", - "https://www.w3.org/TR/webnn/#dictdef-mlresampleoptions", + "https://www.w3.org/TR/webnn/#dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinterpolationmode", - "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-mode", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-scales", + "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-mode", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlresampleoptions-sizes", + "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-scales", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-sizes", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-axes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample-input-options-input", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresampleoptions", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample-input-options-options", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-input", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresampleoptions%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinterpolationmode%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A5", @@ -894,11 +907,11 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-input", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-newshape", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A6", @@ -913,27 +926,27 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#dictdef-mlsliceoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlsliceoptions-axes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-input", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-starts", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-sizes", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsliceoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsliceoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A8", @@ -974,16 +987,16 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#dictdef-mlsplitoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-input", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-splits", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions", @@ -994,14 +1007,14 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "https://www.w3.org/TR/webnn/#dictdef-mlsqueezeoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlsqueezeoptions-axes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A4", @@ -1012,7 +1025,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-squeeze-input-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsqueezeoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3", @@ -1027,8 +1040,8 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#dictdef-mltransposeoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mltransposeoptions-permutation", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A2", @@ -1039,7 +1052,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-transpose-input-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltransposeoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A3", @@ -1050,8 +1063,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlinput", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlresource", "https://www.w3.org/TR/webnn/#dom-mlinput-resource", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlinput-dimensions", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A1", @@ -1085,7 +1098,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraph-outputnames-slot", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A7", diff --git a/tr/ids/webrtc-encoded-transform.json b/tr/ids/webrtc-encoded-transform.json index 583cd8cd0318..c591d051f656 100644 --- a/tr/ids/webrtc-encoded-transform.json +++ b/tr/ids/webrtc-encoded-transform.json @@ -1,395 +1,395 @@ { "spec": { "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" + "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "ids": [ - "https://w3c.github.io/webrtc-encoded-transform/#toc-nav", - "https://w3c.github.io/webrtc-encoded-transform/#toc-jump", - "https://w3c.github.io/webrtc-encoded-transform/#toc-toggle", - "https://w3c.github.io/webrtc-encoded-transform/#title", - "https://w3c.github.io/webrtc-encoded-transform/#profile-and-date", - "https://w3c.github.io/webrtc-encoded-transform/#abstract", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-mediastreamtrack", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcpeerconnection", - "https://w3c.github.io/webrtc-encoded-transform/#sotd", - "https://w3c.github.io/webrtc-encoded-transform/#w3c_process_revision", - "https://w3c.github.io/webrtc-encoded-transform/#toc", - "https://w3c.github.io/webrtc-encoded-transform/#contents", - "https://w3c.github.io/webrtc-encoded-transform/#introduction", - "https://w3c.github.io/webrtc-encoded-transform/#terminology", - "https://w3c.github.io/webrtc-encoded-transform/#specification", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver", - "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcinsertablestreams", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcinsertablestreams-readable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcinsertablestreams-writable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-sframetransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcrtpscripttransform", - "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-rtcrtptransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-rtcrtptransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender-transform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-rtcrtptransform%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender-transform%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#operation", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcpeerconnection%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcconfiguration", - "https://w3c.github.io/webrtc-encoded-transform/#stream-creation", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream-set-up", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readencodeddata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream-set-up", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A5", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream-set-up-writealgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writeencodeddata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream-set-up-sizealgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A6", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A7", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A8", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-queue-a-task", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-abortcontroller", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#stream-processing", - "https://w3c.github.io/webrtc-encoded-transform/#readencodeddata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream-enqueue", - "https://w3c.github.io/webrtc-encoded-transform/#writeencodeddata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-a-promise-resolved-with", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-a-promise-resolved-with%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-in-parallel", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-a-promise-resolved-with%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readencodeddata%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writeencodeddata%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readencodeddata%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writeencodeddata%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#attribute", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsender-transform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-identity-transform-stream", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream-get-a-reader", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream-get-a-writer", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-abortcontroller%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-abortsignal-add", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-chain-transform-algorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-abortsignal-signal-abort", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-chain-transform-algorithm%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#chain-transform-algorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-abortsignal-aborted-flag", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestreamdefaultreader-release", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestreamdefaultwriter-release", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A5", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A5", - "https://w3c.github.io/webrtc-encoded-transform/#sframe", - "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformrole", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformrole-encrypt", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformrole-decrypt", - "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformoptions", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-enumdef-sframetransformrole", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformoptions-role", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-EnforceRange", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long", - "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-smallcryptokeyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-smallcryptokeyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-bigint", - "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-cryptokeyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed", - "https://w3c.github.io/webrtc-encoded-transform/#sframetransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransform-sframetransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dictdef-sframetransformoptions", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-sframetransform-options-options", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-promise", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-undefined", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransform-setencryptionkey", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dfn-CryptoKey", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-key", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-eventhandler", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-onerror", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-sframetransform%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-generictransformstream", - "https://w3c.github.io/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-authentication", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventtype-syntax", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#sframetransformerrorevent", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-event", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-DOMString", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-type", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dictdef-sframetransformerroreventinit", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-eventinitdict", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-enumdef-sframetransformerroreventtype", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-errortype", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-any", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerrorevent-frame", - "https://w3c.github.io/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dictdef-eventinit", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-enumdef-sframetransformerroreventtype%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-errortype", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-frame", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransformerroreventinit-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-sframetransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-transformstream", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream-set-up%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-transformstream-set-up-transformalgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformoptions-role", - "https://w3c.github.io/webrtc-encoded-transform/#sframe-transform-algorithm", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A6", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A6", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-BufferSource", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcencodedaudioframe", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedaudioframe-data", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcencodedvideoframe", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-data", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-queue-a-task%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-concept-event-fire", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-sframetransformerrorevent", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-syntax", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-concept-event-fire%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-sframetransformerrorevent%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-keyid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-concept-event-fire%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-sframetransformerrorevent%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-authentication", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-BufferSource%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcencodedaudioframe%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedaudioframe-data%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcencodedvideoframe%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-data%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream-enqueue%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#sframe-transform-methods", - "https://w3c.github.io/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-a-new-promise", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-bigint%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-reject", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-exceptiondef-rangeerror", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-reject%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-invalidmodificationerror", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-resolve", - "https://w3c.github.io/webrtc-encoded-transform/#scriptTransform", - "https://w3c.github.io/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-empty", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-key", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-delta", - "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long-long", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-frameid", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-sequence", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long-long%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-dependencies", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-unsigned-short", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-width", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-unsigned-short%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-height", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-spatialindex", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-temporalindex", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-synchronizationsource", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-contributingsources", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedvideoframe", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-enumdef-rtcencodedvideoframetype", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-timestamp", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-data", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dictdef-rtcencodedvideoframemetadata", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-getmetadata", - "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-synchronizationsource", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-contributingsources", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#rtcencodedaudioframe", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-timestamp", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-data", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dictdef-rtcencodedaudioframemetadata", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedaudioframe-getmetadata", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#rtctransformevent", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-event%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtctransformevent-transformer", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dedicatedworkerglobalscope", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-eventhandler%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransformer", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-readablestream%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-readable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-writablestream%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-writable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-options", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A5", - "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpscripttransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransform-rtcrtpscripttransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-worker", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-worker", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-options", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-idl-object", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-transfer", - "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-identity-transform-stream%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-identity-transform-stream%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-queue-a-task%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-task-source", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structureddeserialize", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structureddeserialize%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-structureddeserialize%E2%91%A1", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer%E2%91%A0", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-concept-event-create", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtctransformevent", - "https://w3c.github.io/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-options", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-readable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-writable", - "https://w3c.github.io/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webrtc-encoded-transform/#privacy", - "https://w3c.github.io/webrtc-encoded-transform/#examples", - "https://w3c.github.io/webrtc-encoded-transform/#w3c-conformance", - "https://w3c.github.io/webrtc-encoded-transform/#w3c-conventions", - "https://w3c.github.io/webrtc-encoded-transform/#w3c-example", - "https://w3c.github.io/webrtc-encoded-transform/#w3c-conformant-algorithms", - "https://w3c.github.io/webrtc-encoded-transform/#index", - "https://w3c.github.io/webrtc-encoded-transform/#index-defined-here", - "https://w3c.github.io/webrtc-encoded-transform/#index-defined-elsewhere", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-abortcontroller", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-event", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dictdef-eventinit", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-abortsignal-aborted-flag", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-abortsignal-add", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-concept-event-create", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-concept-event-fire", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-abortsignal-signal-abort", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dedicatedworkerglobalscope", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-eventhandler", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-structureddeserialize", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-structuredserializewithtransfer", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-worker", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-in-parallel", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-queue-a-task", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-task-source", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dom-mediastreamtrack", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-generictransformstream", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-readablestream", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-transformstream", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestream", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-readablestream-enqueue", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-readablestream-get-a-reader", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestream-get-a-writer", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-identity-transform-stream", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestreamdefaultwriter-release", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestream-set-up", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestream-set-up-sizealgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-transformstream-set-up-transformalgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-writablestream-set-up-writealgorithm", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dfn-CryptoKey", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-ArrayBuffer", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-BufferSource", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-DOMString", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-EnforceRange", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-Exposed", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-invalidmodificationerror", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-promise", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-exceptiondef-rangeerror", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-a-new-promise", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-a-promise-resolved-with", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-any", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-bigint", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-long", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-long-long", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-object", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-reject", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-resolve", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-sequence", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-this", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-undefined", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-unsigned-long-long", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-idl-unsigned-short", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dom-rtcconfiguration", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dom-rtcpeerconnection", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dom-rtcrtpreceiver", - "https://w3c.github.io/webrtc-encoded-transform/#term-for-dom-rtcrtpsender", - "https://w3c.github.io/webrtc-encoded-transform/#references", - "https://w3c.github.io/webrtc-encoded-transform/#normative", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-dom", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-html", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-mediacapture-streams", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-rfc2119", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-streams", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-webcryptoapi", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-webidl", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-webrtc-1", - "https://w3c.github.io/webrtc-encoded-transform/#informative", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-web-codecs", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-webrtc-identity", - "https://w3c.github.io/webrtc-encoded-transform/#biblio-webrtc-nv-use-cases", - "https://w3c.github.io/webrtc-encoded-transform/#idl-index" + "https://www.w3.org/TR/webrtc-encoded-transform/#toc-nav", + "https://www.w3.org/TR/webrtc-encoded-transform/#toc-jump", + "https://www.w3.org/TR/webrtc-encoded-transform/#toc-toggle", + "https://www.w3.org/TR/webrtc-encoded-transform/#title", + "https://www.w3.org/TR/webrtc-encoded-transform/#profile-and-date", + "https://www.w3.org/TR/webrtc-encoded-transform/#abstract", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-mediastreamtrack", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcpeerconnection", + "https://www.w3.org/TR/webrtc-encoded-transform/#sotd", + "https://www.w3.org/TR/webrtc-encoded-transform/#w3c_process_revision", + "https://www.w3.org/TR/webrtc-encoded-transform/#toc", + "https://www.w3.org/TR/webrtc-encoded-transform/#contents", + "https://www.w3.org/TR/webrtc-encoded-transform/#introduction", + "https://www.w3.org/TR/webrtc-encoded-transform/#terminology", + "https://www.w3.org/TR/webrtc-encoded-transform/#specification", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver", + "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcinsertablestreams", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-readable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-writable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sframetransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcrtpscripttransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-rtcrtptransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-rtcrtptransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender-transform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-rtcrtptransform%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender-transform%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#operation", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcpeerconnection%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcconfiguration", + "https://www.w3.org/TR/webrtc-encoded-transform/#stream-creation", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream-set-up", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readencodeddata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream-set-up", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A5", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream-set-up-writealgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writeencodeddata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream-set-up-sizealgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A6", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A7", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A8", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-queue-a-task", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abortcontroller", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#stream-processing", + "https://www.w3.org/TR/webrtc-encoded-transform/#readencodeddata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream-enqueue", + "https://www.w3.org/TR/webrtc-encoded-transform/#writeencodeddata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-a-promise-resolved-with", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-a-promise-resolved-with%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-a-promise-resolved-with%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readencodeddata%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writeencodeddata%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readencodeddata%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writeencodeddata%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#attribute", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpsender-transform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-identity-transform-stream", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream-get-a-reader", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream-get-a-writer", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abortcontroller%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abortsignal-add", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-chain-transform-algorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abortsignal-signal-abort", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-chain-transform-algorithm%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#chain-transform-algorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abortsignal-aborted-flag", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestreamdefaultreader-release", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestreamdefaultwriter-release", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A5", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A5", + "https://www.w3.org/TR/webrtc-encoded-transform/#sframe", + "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformrole", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformrole-encrypt", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformrole-decrypt", + "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformoptions", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-enumdef-sframetransformrole", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformoptions-role", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-EnforceRange", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-smallcryptokeyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-smallcryptokeyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-bigint", + "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-cryptokeyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed", + "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransform-sframetransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dictdef-sframetransformoptions", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-sframetransform-options-options", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-promise", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-undefined", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransform-setencryptionkey", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dfn-CryptoKey", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-key", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey-key-keyid-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-eventhandler", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-onerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sframetransform%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-generictransformstream", + "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-sframetransformerroreventtype", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-authentication", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventtype-syntax", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#sframetransformerrorevent", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-event", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-DOMString", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-type", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dictdef-sframetransformerroreventinit", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-sframetransformerrorevent-type-eventinitdict-eventinitdict", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-enumdef-sframetransformerroreventtype", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-errortype", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-any", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerrorevent-frame", + "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-sframetransformerroreventinit", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dictdef-eventinit", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-enumdef-sframetransformerroreventtype%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-errortype", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-frame", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-typedefdef-cryptokeyid%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransformerroreventinit-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-sframetransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-transformstream", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream-set-up%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-transformstream-set-up-transformalgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformoptions-role", + "https://www.w3.org/TR/webrtc-encoded-transform/#sframe-transform-algorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A6", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A6", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-BufferSource", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcencodedaudioframe", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedaudioframe-data", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcencodedvideoframe", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-data", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-queue-a-task%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-concept-event-fire", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sframetransformerrorevent", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-syntax", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-concept-event-fire%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sframetransformerrorevent%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-keyid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-concept-event-fire%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransform-onerror%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sframetransformerrorevent%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-errortype%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerroreventtype-authentication", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-sframetransformerrorevent-frame%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-BufferSource%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcencodedaudioframe%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedaudioframe-data%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcencodedvideoframe%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-data%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream-enqueue%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#sframe-transform-methods", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-sframetransform-setencryptionkey", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-a-new-promise", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-bigint%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-reject", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-exceptiondef-rangeerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-reject%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidmodificationerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-resolve", + "https://www.w3.org/TR/webrtc-encoded-transform/#scriptTransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#enumdef-rtcencodedvideoframetype", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-empty", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-key", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframetype-delta", + "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedvideoframemetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-frameid", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-sequence", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long-long%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-dependencies", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-short", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-width", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-short%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-height", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-spatialindex", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-temporalindex", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-synchronizationsource", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-contributingsources", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedvideoframe", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-enumdef-rtcencodedvideoframetype", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-timestamp", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-data", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dictdef-rtcencodedvideoframemetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-getmetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcencodedaudioframemetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-synchronizationsource", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-long%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-contributingsources", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#rtcencodedaudioframe", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-long-long%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-timestamp", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-ArrayBuffer%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-data", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dictdef-rtcencodedaudioframemetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframe-getmetadata", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#rtctransformevent", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-event%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtctransformevent-transformer", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dedicatedworkerglobalscope", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-eventhandler%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransformer", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-readablestream%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-readable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-writablestream%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-writable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransformer-options", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-Exposed%E2%91%A5", + "https://www.w3.org/TR/webrtc-encoded-transform/#rtcrtpscripttransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpscripttransform-rtcrtpscripttransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-worker", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-worker", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-any%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-options", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-sequence%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-object", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform-worker-options-transfer-transfer", + "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransform-operations", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransform-rtcrtpscripttransform", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-identity-transform-stream%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-identity-transform-stream%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structuredserializewithtransfer%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-queue-a-task%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-task-source", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structureddeserialize", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structureddeserialize%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-structureddeserialize%E2%91%A1", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-concept-event-create", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtctransformevent", + "https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-attributes", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-options", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-readable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-writable", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-this%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webrtc-encoded-transform/#privacy", + "https://www.w3.org/TR/webrtc-encoded-transform/#examples", + "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conformance", + "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conventions", + "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-example", + "https://www.w3.org/TR/webrtc-encoded-transform/#w3c-conformant-algorithms", + "https://www.w3.org/TR/webrtc-encoded-transform/#index", + "https://www.w3.org/TR/webrtc-encoded-transform/#index-defined-here", + "https://www.w3.org/TR/webrtc-encoded-transform/#index-defined-elsewhere", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-abortcontroller", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-event", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dictdef-eventinit", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-abortsignal-aborted-flag", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-abortsignal-add", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-concept-event-create", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-concept-event-fire", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-abortsignal-signal-abort", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dedicatedworkerglobalscope", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-eventhandler", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-structureddeserialize", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-structuredserializewithtransfer", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-worker", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-in-parallel", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-queue-a-task", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-task-source", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dom-mediastreamtrack", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-generictransformstream", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-readablestream", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-transformstream", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestream", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-readablestream-enqueue", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-readablestream-get-a-reader", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestream-get-a-writer", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-identity-transform-stream", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestreamdefaultwriter-release", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestream-set-up", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestream-set-up-sizealgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-transformstream-set-up-transformalgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-writablestream-set-up-writealgorithm", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dfn-CryptoKey", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-ArrayBuffer", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-BufferSource", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-DOMString", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-EnforceRange", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-Exposed", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-invalidmodificationerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-promise", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-exceptiondef-rangeerror", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-a-new-promise", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-a-promise-resolved-with", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-any", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-bigint", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-long-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-object", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-reject", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-resolve", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-sequence", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-this", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-undefined", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-unsigned-long-long", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-idl-unsigned-short", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dom-rtcconfiguration", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dom-rtcpeerconnection", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dom-rtcrtpreceiver", + "https://www.w3.org/TR/webrtc-encoded-transform/#term-for-dom-rtcrtpsender", + "https://www.w3.org/TR/webrtc-encoded-transform/#references", + "https://www.w3.org/TR/webrtc-encoded-transform/#normative", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-dom", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-html", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-mediacapture-streams", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-rfc2119", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-streams", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webcryptoapi", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webidl", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webrtc-1", + "https://www.w3.org/TR/webrtc-encoded-transform/#informative", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-web-codecs", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webrtc-identity", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webrtc-nv-use-cases", + "https://www.w3.org/TR/webrtc-encoded-transform/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/webxr.json b/tr/ids/webxr.json index 8a51968f3cca..c377f6cf0fbe 100644 --- a/tr/ids/webxr.json +++ b/tr/ids/webxr.json @@ -195,8 +195,8 @@ "https://www.w3.org/TR/webxr/#ref-for-list-contain%E2%91%A3", "https://www.w3.org/TR/webxr/#ref-for-queue-a-task%E2%91%A2", "https://www.w3.org/TR/webxr/#ref-for-resolve%E2%91%A3", - "https://www.w3.org/TR/webxr/#ref-for-request-permission-to-use", - "https://www.w3.org/TR/webxr/#ref-for-powerful-feature", + "https://www.w3.org/TR/webxr/#ref-for-dfn-request-permission-to-use", + "https://www.w3.org/TR/webxr/#ref-for-dfn-powerful-feature", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionname-xr-session-supported", "https://www.w3.org/TR/webxr/#ref-for-dictdef-xrsessionsupportedpermissiondescriptor", "https://www.w3.org/TR/webxr/#ref-for-dom-xrsessionsupportedpermissiondescriptor-mode", @@ -2976,12 +2976,12 @@ "https://www.w3.org/TR/webxr/#ref-for-dom-xrsystem-issessionsupported%E2%91%A5", "https://www.w3.org/TR/webxr/#ref-for-dom-xrsystem-issessionsupported%E2%91%A6", "https://www.w3.org/TR/webxr/#dom-permissionname-xr-session-supported", - "https://www.w3.org/TR/webxr/#ref-for-powerful-feature%E2%91%A0", + "https://www.w3.org/TR/webxr/#ref-for-dfn-powerful-feature%E2%91%A0", "https://www.w3.org/TR/webxr/#ref-for-dom-xrsystem-issessionsupported%E2%91%A7", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionname-xr-session-supported%E2%91%A0", - "https://www.w3.org/TR/webxr/#ref-for-permission-descriptor-type", + "https://www.w3.org/TR/webxr/#ref-for-dfn-permission-descriptor-type", "https://www.w3.org/TR/webxr/#dictdef-xrsessionsupportedpermissiondescriptor", - "https://www.w3.org/TR/webxr/#ref-for-dictdef-permissiondescriptor", + "https://www.w3.org/TR/webxr/#ref-for-dom-permissiondescriptor", "https://www.w3.org/TR/webxr/#ref-for-enumdef-xrsessionmode%E2%91%A7", "https://www.w3.org/TR/webxr/#dom-xrsessionsupportedpermissiondescriptor-mode", "https://www.w3.org/TR/webxr/#ref-for-dom-permissiondescriptor-name", @@ -3043,10 +3043,10 @@ "https://www.w3.org/TR/webxr/#ref-for-xrreferencespace%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webxr/#permissions", "https://www.w3.org/TR/webxr/#dom-permissionname-xr", - "https://www.w3.org/TR/webxr/#ref-for-powerful-feature%E2%91%A1", - "https://www.w3.org/TR/webxr/#ref-for-permission-descriptor-type%E2%91%A0", + "https://www.w3.org/TR/webxr/#ref-for-dfn-powerful-feature%E2%91%A1", + "https://www.w3.org/TR/webxr/#ref-for-dfn-permission-descriptor-type%E2%91%A0", "https://www.w3.org/TR/webxr/#dictdef-xrpermissiondescriptor", - "https://www.w3.org/TR/webxr/#ref-for-dictdef-permissiondescriptor%E2%91%A0", + "https://www.w3.org/TR/webxr/#ref-for-dom-permissiondescriptor%E2%91%A0", "https://www.w3.org/TR/webxr/#ref-for-enumdef-xrsessionmode%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webxr/#dom-xrpermissiondescriptor-mode", "https://www.w3.org/TR/webxr/#ref-for-idl-sequence%E2%91%A2", @@ -3058,10 +3058,10 @@ "https://www.w3.org/TR/webxr/#ref-for-dom-permissiondescriptor-name%E2%91%A0", "https://www.w3.org/TR/webxr/#ref-for-dictdef-xrpermissiondescriptor%E2%91%A1", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionname-xr", - "https://www.w3.org/TR/webxr/#ref-for-permission-result-type", + "https://www.w3.org/TR/webxr/#ref-for-dfn-permission-result-type", "https://www.w3.org/TR/webxr/#ref-for-Exposed%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webxr/#xrpermissionstatus", - "https://www.w3.org/TR/webxr/#ref-for-permissionstatus", + "https://www.w3.org/TR/webxr/#ref-for-dom-permissionstatus", "https://www.w3.org/TR/webxr/#ref-for-idl-frozen-array%E2%91%A6", "https://www.w3.org/TR/webxr/#ref-for-idl-any%E2%91%A3", "https://www.w3.org/TR/webxr/#dom-xrpermissionstatus-granted", @@ -3093,11 +3093,11 @@ "https://www.w3.org/TR/webxr/#ref-for-user-intent%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webxr/#ref-for-launching-a-web-application%E2%91%A1", "https://www.w3.org/TR/webxr/#ref-for-concept-origin%E2%91%A5", - "https://www.w3.org/TR/webxr/#ref-for-permission-query-algorithm", + "https://www.w3.org/TR/webxr/#ref-for-dfn-permission-query-algorithm", "https://www.w3.org/TR/webxr/#ref-for-dictdef-xrpermissiondescriptor%E2%91%A3", "https://www.w3.org/TR/webxr/#ref-for-xrpermissionstatus%E2%91%A2", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionstatus-state%E2%91%A3", - "https://www.w3.org/TR/webxr/#ref-for-permission-state", + "https://www.w3.org/TR/webxr/#ref-for-dfn-permission-state", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionstatus-state%E2%91%A4", "https://www.w3.org/TR/webxr/#ref-for-dom-permissionstate-denied%E2%91%A3", "https://www.w3.org/TR/webxr/#ref-for-dom-xrpermissionstatus-granted%E2%91%A2", @@ -3222,18 +3222,18 @@ "https://www.w3.org/TR/webxr/#term-for-absoluteorientationsensor", "https://www.w3.org/TR/webxr/#term-for-relativeorientationsensor", "https://www.w3.org/TR/webxr/#term-for-visibilitystate-attribute", + "https://www.w3.org/TR/webxr/#term-for-dom-permissiondescriptor", + "https://www.w3.org/TR/webxr/#term-for-dom-permissionstatus", "https://www.w3.org/TR/webxr/#term-for-dom-permissionstate-denied", "https://www.w3.org/TR/webxr/#term-for-dom-permissionstate-granted", - "https://www.w3.org/TR/webxr/#term-for-dom-permissionstate-prompt", - "https://www.w3.org/TR/webxr/#term-for-dictdef-permissiondescriptor", - "https://www.w3.org/TR/webxr/#term-for-permissionstatus", "https://www.w3.org/TR/webxr/#term-for-dom-permissiondescriptor-name", - "https://www.w3.org/TR/webxr/#term-for-permission-descriptor-type", - "https://www.w3.org/TR/webxr/#term-for-permission-query-algorithm", - "https://www.w3.org/TR/webxr/#term-for-permission-result-type", - "https://www.w3.org/TR/webxr/#term-for-permission-state", - "https://www.w3.org/TR/webxr/#term-for-powerful-feature", - "https://www.w3.org/TR/webxr/#term-for-request-permission-to-use", + "https://www.w3.org/TR/webxr/#term-for-dfn-permission-descriptor-type", + "https://www.w3.org/TR/webxr/#term-for-dfn-permission-query-algorithm", + "https://www.w3.org/TR/webxr/#term-for-dfn-permission-result-type", + "https://www.w3.org/TR/webxr/#term-for-dfn-permission-state", + "https://www.w3.org/TR/webxr/#term-for-dfn-powerful-feature", + "https://www.w3.org/TR/webxr/#term-for-dom-permissionstate-prompt", + "https://www.w3.org/TR/webxr/#term-for-dfn-request-permission-to-use", "https://www.w3.org/TR/webxr/#term-for-dom-permissionstatus-state", "https://www.w3.org/TR/webxr/#term-for-default-allowlist", "https://www.w3.org/TR/webxr/#term-for-policy-controlled-feature", diff --git a/tr/index.html b/tr/index.html index 3dbebe65b5b1..bd620fb5369f 100644 --- a/tr/index.html +++ b/tr/index.html @@ -21,7 +21,7 @@

Reffy crawl

-

September 27, 2021

+

October 04, 2021

Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.

@@ -122,7 +122,7 @@

Spec info

@@ -151,7 +151,7 @@

Spec info

@@ -185,8 +185,10 @@

Known dependencies on this specification

  • Idle Detection API
  • Indexed Database API 3.0
  • Infra Standard
  • +
  • JS Self-Profiling API
  • Media Capabilities
  • Media Capture and Streams
  • +
  • Media Capture Automation
  • Navigation Timing Level 2
  • Payment Handler API
  • Payment Request API
  • @@ -201,6 +203,7 @@

    Known dependencies on this specification

  • Trusted Types
  • URLPattern API
  • Web Bluetooth
  • +
  • Web NFC
  • WebCodecs
  • WebDriver
  • WebDriver BiDi
  • @@ -217,6 +220,7 @@

    Known dependencies on this specification

  • Secure Payment Confirmation
  • URL Standard
  • User Timing Level 3
  • +
  • Web Share Target API
  • @@ -244,9 +248,33 @@

    Known dependencies on this specification

    No informative reference to this spec from other specs.

    +
    +

    Extend TimeZoneName Option Proposal

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    +
      +
    • No normative references found
    • +
    +
    +
    +

    Known dependencies on this specification

    +

    No normative reference to this spec from other specs.

    +

    No informative reference to this spec from other specs.

    +
    +

    import assertions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -272,7 +300,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -281,9 +309,33 @@

      Known dependencies on this specification

      No informative reference to this spec from other specs.

    +
    +

    Intl Enumeration API Specification

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    +
      +
    • No normative references found
    • +
    +
    +
    +

    Known dependencies on this specification

    +

    No normative reference to this spec from other specs.

    +

    No informative reference to this spec from other specs.

    +
    +

    Intl Locale Info Proposal

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +
    +

    Known dependencies on this specification

    +

    No normative reference to this spec from other specs.

    +

    No informative reference to this spec from other specs.

    +
    +
    +
    +

    Intl.DisplayNames v2 Proposal

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    +
      +
    • No normative references found
    • +
    +
    +
    +

    Known dependencies on this specification

    +

    No normative reference to this spec from other specs.

    +

    No informative reference to this spec from other specs.

    +
    +
    +
    +

    Intl.Segmenter Proposal

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    +
      +
    • No normative references found
    • +
    +
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -307,7 +407,7 @@

    Known dependencies on this specification

    JSON modules

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -327,7 +427,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -338,7 +438,7 @@

      Known dependencies on this specification

    Private Fields in in

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -362,7 +462,7 @@

    Known dependencies on this specification

    Private Methods and Accessors Proposal

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -386,7 +486,7 @@

    Known dependencies on this specification

    Proposal-array-find-from-last

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -410,7 +510,7 @@

    Known dependencies on this specification

    Public and private instance fields proposal

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -434,7 +534,7 @@

    Known dependencies on this specification

    RegExp Match Indices

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -458,7 +558,7 @@

    Known dependencies on this specification

    Relative Indexing Method

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -482,7 +582,7 @@

    Known dependencies on this specification

    Resizable ArrayBuffer and growable SharedArrayBuffer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -506,23 +606,23 @@

    Known dependencies on this specification

    ShadowRealm API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -530,7 +630,7 @@

    Known dependencies on this specification

    Static class features

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -554,23 +654,23 @@

    Known dependencies on this specification

    Temporal proposal

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -578,7 +678,7 @@

    Known dependencies on this specification

    Top-Level Await

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -608,17 +708,17 @@

    IETF

    ART Area General Application Working Group Working Group

    RFC 7578: Returning Values from Forms: multipart/form-data

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -632,7 +732,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -646,23 +746,23 @@

      Known dependencies on this specification

      Applications Area Working Group APP Working Group

      RFC 7239: Forwarded HTTP Extension

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • No normative references found
      -
      +

      Known dependencies on this specification

      No normative reference to this spec from other specs.

      No informative reference to this spec from other specs.

      @@ -673,7 +773,7 @@

      Known dependencies on this specification

      HTTP State Management Mechanism Working Group

      HTTP State Management Mechanism

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      This specification looks good!

      -
      +

      Known dependencies on this specification

      Normative references to this spec from:

        @@ -710,21 +810,21 @@

        Known dependencies on this specification

        HTTP Working Group

        RFC 8942: HTTP Client Hints

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -739,7 +839,7 @@

          Known dependencies on this specification

          Hypertext Transfer Protocol Bis APP Working Group

          Hypertext Transfer Protocol (HTTP/1.1): Authentication

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          Normative references to this spec from:

            @@ -766,7 +866,7 @@

            Known dependencies on this specification

          Hypertext Transfer Protocol (HTTP/1.1): Caching

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          Normative references to this spec from:

            @@ -795,7 +895,7 @@

            Known dependencies on this specification

          Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          Normative references to this spec from:

            @@ -821,7 +921,7 @@

            Known dependencies on this specification

          Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          Normative references to this spec from:

            @@ -855,7 +955,7 @@

            Known dependencies on this specification

          Hypertext Transfer Protocol (HTTP/1.1): Range Requests

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          No normative reference to this spec from other specs.

          Informative references to this spec from:

          @@ -880,7 +980,7 @@

          Known dependencies on this specification

          Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          This specification looks good!

          -
          +

          Known dependencies on this specification

          Normative references to this spec from:

          Hypertext Transfer Protocol Version 2 (HTTP/2)

          -
          +

          Spec info

          -
          +

          Potential issue(s)

          • External links that use a dated URL: @@ -940,7 +1041,7 @@

            Potential issue(s)

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -954,7 +1055,7 @@

          Known dependencies on this specification

        The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        • Inconsistent references for links: @@ -981,7 +1082,7 @@

          Potential issue(s)

      -
      +

      Known dependencies on this specification

      No normative reference to this spec from other specs.

      No informative reference to this spec from other specs.

      @@ -989,7 +1090,7 @@

      Known dependencies on this specification

      Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      This specification looks good!

      -
      +

      Known dependencies on this specification

      No normative reference to this spec from other specs.

      No informative reference to this spec from other specs.

      @@ -1014,7 +1115,7 @@

      Known dependencies on this specification

      Hypertext Transfer Protocol Bis Working Group

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -1228,17 +1329,17 @@

      Known dependencies on this specification

    RFC 7034: HTTP Header Field X-Frame-Options

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1254,7 +1355,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1262,17 +1363,17 @@

    Known dependencies on this specification

    RFC 7469: Public Key Pinning Extension for HTTP

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1286,7 +1387,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1300,7 +1401,7 @@

    Khronos Group

    WebGL Working Group

    WebGL 2.0 Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -1323,7 +1424,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -1345,7 +1446,7 @@

      Known dependencies on this specification

    WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1378,7 +1479,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1386,7 +1487,7 @@

    Known dependencies on this specification

    WebGL EXT_blend_minmax Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1409,7 +1510,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1417,7 +1518,7 @@

    Known dependencies on this specification

    WebGL EXT_clip_cull_distance Extension Draft Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1449,7 +1550,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1457,7 +1558,7 @@

    Known dependencies on this specification

    WebGL EXT_color_buffer_float Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1478,7 +1579,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1486,7 +1587,7 @@

    Known dependencies on this specification

    WebGL EXT_color_buffer_half_float Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1511,7 +1612,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1519,7 +1620,7 @@

    Known dependencies on this specification

    WebGL EXT_disjoint_timer_query Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1562,7 +1663,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1570,7 +1671,7 @@

    Known dependencies on this specification

    WebGL EXT_disjoint_timer_query_webgl2 Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1601,7 +1702,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1609,7 +1710,7 @@

    Known dependencies on this specification

    WebGL EXT_float_blend Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1630,7 +1731,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1638,7 +1739,7 @@

    Known dependencies on this specification

    WebGL EXT_frag_depth Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1659,7 +1760,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1667,7 +1768,7 @@

    Known dependencies on this specification

    WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1688,7 +1789,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1696,7 +1797,7 @@

    Known dependencies on this specification

    WebGL EXT_sRGB Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1721,7 +1822,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1729,7 +1830,7 @@

    Known dependencies on this specification

    WebGL EXT_texture_compression_bptc Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1754,7 +1855,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1762,7 +1863,7 @@

    Known dependencies on this specification

    WebGL EXT_texture_compression_rgtc Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1787,7 +1888,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1795,7 +1896,7 @@

    Known dependencies on this specification

    WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1818,7 +1919,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1826,7 +1927,7 @@

    Known dependencies on this specification

    WebGL EXT_texture_norm16 Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1855,7 +1956,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1863,7 +1964,7 @@

    Known dependencies on this specification

    WebGL KHR_parallel_shader_compile Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1885,7 +1986,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1893,7 +1994,7 @@

    Known dependencies on this specification

    WebGL OES_draw_buffers_indexed Extension Draft Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1927,7 +2028,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1935,7 +2036,7 @@

    Known dependencies on this specification

    WebGL OES_element_index_uint Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1956,7 +2057,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1964,7 +2065,7 @@

    Known dependencies on this specification

    WebGL OES_fbo_render_mipmap Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -1985,7 +2086,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1993,7 +2094,7 @@

    Known dependencies on this specification

    WebGL OES_standard_derivatives Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2015,7 +2116,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2023,7 +2124,7 @@

    Known dependencies on this specification

    WebGL OES_texture_float Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2044,7 +2145,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2052,7 +2153,7 @@

    Known dependencies on this specification

    WebGL OES_texture_float_linear Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2073,7 +2174,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2081,7 +2182,7 @@

    Known dependencies on this specification

    WebGL OES_texture_half_float Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2103,7 +2204,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2111,7 +2212,7 @@

    Known dependencies on this specification

    WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2132,7 +2233,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2140,7 +2241,7 @@

    Known dependencies on this specification

    WebGL OES_vertex_array_object Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2172,7 +2273,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2180,7 +2281,7 @@

    Known dependencies on this specification

    WebGL OVR_multiview2 Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2213,7 +2314,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2221,7 +2322,7 @@

    Known dependencies on this specification

    WebGL Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -2252,7 +2353,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -2291,7 +2392,7 @@

      Known dependencies on this specification

    WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2327,7 +2428,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2335,7 +2436,7 @@

    Known dependencies on this specification

    WebGL WEBGL_color_buffer_float Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2359,7 +2460,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2367,7 +2468,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_astc Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2417,7 +2518,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2425,7 +2526,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_etc Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2456,7 +2557,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2464,7 +2565,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_etc1 Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2486,7 +2587,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2494,7 +2595,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_pvrtc Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2519,7 +2620,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2527,7 +2628,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2552,7 +2653,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2560,7 +2661,7 @@

    Known dependencies on this specification

    WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2585,7 +2686,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2593,7 +2694,7 @@

    Known dependencies on this specification

    WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2616,7 +2717,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2624,7 +2725,7 @@

    Known dependencies on this specification

    WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2650,7 +2751,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2658,7 +2759,7 @@

    Known dependencies on this specification

    WebGL WEBGL_depth_texture Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2680,7 +2781,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2688,7 +2789,7 @@

    Known dependencies on this specification

    WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2748,7 +2849,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2756,7 +2857,7 @@

    Known dependencies on this specification

    WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2787,7 +2888,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2795,7 +2896,7 @@

    Known dependencies on this specification

    WebGL WEBGL_lose_context Khronos Ratified Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2818,7 +2919,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2826,7 +2927,7 @@

    Known dependencies on this specification

    WebGL WEBGL_multi_draw Extension Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2858,7 +2959,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2866,7 +2967,7 @@

    Known dependencies on this specification

    WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -2896,7 +2997,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -2910,7 +3011,7 @@

    W3C

    Accessible Rich Internet Applications Working Group

    Accessible Name and Description Computation 1.2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -2949,20 +3050,22 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -

    No informative reference to this spec from other specs.

    +

    Informative references to this spec from:

    +

    Accessible Rich Internet Applications (WAI-ARIA) 1.2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -3014,7 +3117,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -3030,7 +3133,7 @@

      Known dependencies on this specification

    Core Accessibility API Mappings 1.2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -3195,7 +3298,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -3209,7 +3312,7 @@

      Known dependencies on this specification

    Graphics Accessibility API Mappings

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -3248,7 +3351,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -3259,7 +3362,7 @@

      Known dependencies on this specification

    HTML Accessibility API Mappings 1.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -3737,7 +3840,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -3750,7 +3853,7 @@

      Known dependencies on this specification

    MathML Accessiblity API Mappings 1.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -3781,7 +3884,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -3789,7 +3892,7 @@

    Known dependencies on this specification

    WAI-ARIA Graphics Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -3851,7 +3954,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -3865,11 +3968,50 @@

      Known dependencies on this specification

    +
    +

    Advisory Board

    +
    +

    W3C Process Document

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    + +
    +
    +

    Known dependencies on this specification

    +

    Normative references to this spec from:

    + +

    No informative reference to this spec from other specs.

    +
    +
    +

    Audio Working Group

    Web Audio API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -3992,7 +4134,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -4011,7 +4153,7 @@

      Known dependencies on this specification

    Web MIDI API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -4090,7 +4232,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -4104,7 +4246,7 @@

      Known dependencies on this specification

      Browser Testing and Tools Working Group

      WebDriver

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Missing references for links: @@ -4358,11 +4500,12 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    No informative reference to this spec from other specs.

    @@ -4370,7 +4513,7 @@

    Known dependencies on this specification

    WebDriver BiDi

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -4466,7 +4609,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -4480,7 +4623,7 @@

      Known dependencies on this specification

      Cascading Style Sheets (CSS) Working Group

      Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • No definition for CSS properties: @@ -4643,7 +4786,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -4875,7 +5019,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -4894,7 +5038,7 @@

      Known dependencies on this specification

    Compositing and Blending Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -4942,7 +5086,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -4961,7 +5105,7 @@

      Known dependencies on this specification

    Compositing and Blending Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -5014,7 +5158,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -5025,7 +5169,7 @@

      Known dependencies on this specification

    CSS Animation Worklet API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -5106,7 +5250,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -5114,7 +5258,7 @@

    Known dependencies on this specification

    CSS Animations Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString, void
    • @@ -5200,7 +5344,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -5235,7 +5379,7 @@

      Known dependencies on this specification

    CSS Animations Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -5369,7 +5514,7 @@

      Known dependencies on this specification

    CSS Backgrounds and Borders Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -5462,7 +5607,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    CSS Backgrounds and Borders Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -5587,7 +5734,7 @@

    Known dependencies on this specification

    CSS Basic User Interface Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -5723,7 +5870,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -5740,7 +5887,7 @@

      Known dependencies on this specification

    CSS Box Alignment Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -5888,7 +6035,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

    @@ -5922,7 +6070,7 @@

    Known dependencies on this specification

    CSS Box Model Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -6002,7 +6150,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    @@ -6029,7 +6178,7 @@

    Known dependencies on this specification

    CSS Box Model Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -6122,7 +6271,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

    @@ -6154,7 +6304,7 @@

    Known dependencies on this specification

    CSS Box Sizing Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -6258,7 +6408,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    @@ -6307,7 +6458,7 @@

    Known dependencies on this specification

    CSS Box Sizing Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -6424,7 +6575,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -6435,7 +6586,7 @@

    Known dependencies on this specification

    CSS Cascading and Inheritance Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -6550,7 +6701,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -6573,7 +6724,7 @@

      Known dependencies on this specification

    CSS Cascading and Inheritance Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -6708,7 +6859,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -6767,7 +6918,7 @@

      Known dependencies on this specification

    CSS Cascading and Inheritance Level 5

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -6909,7 +7060,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -6944,7 +7095,7 @@

      Known dependencies on this specification

    CSS Cascading and Inheritance Level 6

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7013,7 +7164,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -7021,7 +7172,7 @@

    Known dependencies on this specification

    CSS Color Adjustment Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7116,7 +7267,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7129,7 +7280,7 @@

      Known dependencies on this specification

    CSS Color Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7202,7 +7353,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7254,7 +7405,7 @@

      Known dependencies on this specification

    CSS Color Module Level 5

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -7299,7 +7450,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7315,7 +7466,7 @@

      Known dependencies on this specification

    CSS Conditional Rules Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -7377,7 +7528,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7401,7 +7552,7 @@

      Known dependencies on this specification

    CSS Conditional Rules Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7430,7 +7581,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7441,7 +7592,7 @@

      Known dependencies on this specification

    CSS Containment Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7550,7 +7701,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7564,7 +7715,7 @@

      Known dependencies on this specification

    CSS Counter Styles Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -7622,7 +7773,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7638,7 +7789,7 @@

      Known dependencies on this specification

    CSS Custom Highlight API Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -7689,7 +7840,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -7697,7 +7848,7 @@

    Known dependencies on this specification

    CSS Custom Properties for Cascading Variables Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -7753,7 +7904,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7782,7 +7933,7 @@

      Known dependencies on this specification

    CSS Device Adaptation Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -7852,7 +8003,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -7871,7 +8022,7 @@

      Known dependencies on this specification

    CSS Display Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -7997,7 +8148,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    CSS Easing Functions Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -8099,7 +8252,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8120,7 +8273,7 @@

      Known dependencies on this specification

    CSS Environment Variables Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -8153,7 +8306,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -8161,7 +8314,7 @@

    Known dependencies on this specification

    CSS Exclusions Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -8194,7 +8347,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8211,7 +8364,7 @@

      Known dependencies on this specification

    CSS Extensions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -8242,7 +8395,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -8250,7 +8403,7 @@

    Known dependencies on this specification

    CSS Fill and Stroke Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -8314,7 +8467,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8329,7 +8482,7 @@

      Known dependencies on this specification

    CSS Flexible Box Layout Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -8480,7 +8633,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8513,7 +8666,7 @@

      Known dependencies on this specification

    CSS Font Loading Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -8555,7 +8708,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8570,7 +8723,7 @@

      Known dependencies on this specification

    CSS Fonts Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -8680,7 +8833,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    CSS Fonts Module Level 5

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -8811,7 +8966,7 @@

    Known dependencies on this specification

    CSS Fragmentation Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -8916,7 +9071,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -8956,7 +9111,7 @@

      Known dependencies on this specification

    CSS Fragmentation Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -9064,7 +9219,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9095,7 +9250,7 @@

      Known dependencies on this specification

    CSS Generated Content for Paged Media Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -9139,7 +9294,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9157,7 +9312,7 @@

      Known dependencies on this specification

    CSS Generated Content for Paged Media Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9207,7 +9363,7 @@

      Known dependencies on this specification

    CSS Generated Content Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -9269,7 +9425,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9289,7 +9445,7 @@

      Known dependencies on this specification

    CSS Grid Layout Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -9494,7 +9650,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9515,7 +9671,7 @@

      Known dependencies on this specification

    CSS Grid Layout Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -9619,7 +9776,7 @@

    Known dependencies on this specification

    CSS Image Values and Replaced Content Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: Map
    • @@ -9688,7 +9845,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9709,7 +9866,7 @@

      Known dependencies on this specification

    CSS Images Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -9807,7 +9964,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -9831,7 +9988,7 @@

      Known dependencies on this specification

    CSS Inline Layout Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -10018,7 +10175,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10055,7 +10212,7 @@

      Known dependencies on this specification

    CSS Layout API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -10167,18 +10324,19 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    CSS Line Grid Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -10214,7 +10372,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10228,7 +10386,7 @@

      Known dependencies on this specification

    CSS Lists and Counters Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -10338,7 +10496,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10363,7 +10521,7 @@

      Known dependencies on this specification

    CSS Logical Properties and Values Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -10464,7 +10622,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10486,7 +10644,7 @@

      Known dependencies on this specification

    CSS Masking Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -10611,7 +10769,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10638,7 +10796,7 @@

      Known dependencies on this specification

    CSS Mobile Text Size Adjustment Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10698,7 +10857,7 @@

      Known dependencies on this specification

    CSS Multi-column Layout Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -10782,7 +10941,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10811,7 +10970,7 @@

      Known dependencies on this specification

    CSS Multi-column Layout Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -10869,7 +11029,7 @@

    Known dependencies on this specification

    CSS Namespaces Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -10907,7 +11067,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -10924,7 +11084,7 @@

      Known dependencies on this specification

    CSS Nesting Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -10988,7 +11148,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11002,7 +11162,7 @@

      Known dependencies on this specification

    CSS Object Model (CSSOM)

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -11201,7 +11361,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11261,7 +11421,7 @@

      Known dependencies on this specification

    CSS Overflow Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -11373,7 +11533,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11422,7 +11582,7 @@

      Known dependencies on this specification

    CSS Overflow Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -11477,13 +11637,14 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

      @@ -11494,7 +11655,7 @@

      Known dependencies on this specification

    CSS Overscroll Behavior Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -11535,7 +11696,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -11543,7 +11704,7 @@

    Known dependencies on this specification

    CSS Page Floats

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -11573,7 +11734,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11588,7 +11749,7 @@

      Known dependencies on this specification

    CSS Paged Media Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -11701,7 +11862,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11732,7 +11893,7 @@

      Known dependencies on this specification

    CSS Painting API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -11827,7 +11988,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -11841,7 +12002,7 @@

      Known dependencies on this specification

    CSS Positioned Layout Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -11988,7 +12149,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12032,7 +12193,7 @@

      Known dependencies on this specification

    CSS Properties and Values API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -12148,7 +12309,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12162,7 +12323,7 @@

      Known dependencies on this specification

    CSS Pseudo-Elements Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -12252,7 +12413,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12289,7 +12450,7 @@

      Known dependencies on this specification

    CSS Regions Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Invalid WebIDL content found
    • @@ -12353,7 +12514,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12373,7 +12534,7 @@

      Known dependencies on this specification

    CSS Rhythmic Sizing

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12413,7 +12574,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12427,7 +12588,7 @@

      Known dependencies on this specification

    CSS Round Display Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12460,7 +12621,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12474,7 +12635,7 @@

      Known dependencies on this specification

    CSS Ruby Annotation Layout Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12596,7 +12757,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12619,7 +12780,7 @@

      Known dependencies on this specification

    CSS Scoping Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -12693,7 +12854,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12713,7 +12874,7 @@

      Known dependencies on this specification

    CSS Scroll Anchoring Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12786,7 +12947,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12797,7 +12958,7 @@

      Known dependencies on this specification

    CSS Scroll Snap Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12869,7 +13030,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12883,7 +13044,7 @@

      Known dependencies on this specification

    CSS Scrollbars Styling Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12927,7 +13088,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12938,7 +13099,7 @@

      Known dependencies on this specification

    CSS Shadow Parts

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -12971,7 +13132,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -12983,7 +13144,7 @@

      Known dependencies on this specification

    CSS Shapes Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -13053,7 +13214,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13075,7 +13236,7 @@

      Known dependencies on this specification

    CSS Shapes Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13160,7 +13322,7 @@

      Known dependencies on this specification

    CSS Spatial Navigation Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -13245,7 +13407,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -13253,7 +13415,7 @@

    Known dependencies on this specification

    CSS Speech Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -13325,7 +13487,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13336,7 +13498,7 @@

      Known dependencies on this specification

    CSS Style Attributes

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that use a dated URL: @@ -13358,7 +13520,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13373,7 +13535,7 @@

      Known dependencies on this specification

    CSS Syntax Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -13451,7 +13613,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13505,7 +13667,7 @@

      Known dependencies on this specification

    CSS Table Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -13598,7 +13760,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13613,7 +13775,7 @@

      Known dependencies on this specification

    CSS Text Decoration Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -13706,7 +13868,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13737,7 +13899,7 @@

      Known dependencies on this specification

    CSS Text Decoration Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -13843,7 +14005,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -13857,7 +14019,7 @@

      Known dependencies on this specification

    CSS Text Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -13964,7 +14126,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    CSS Text Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -14129,7 +14292,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -14144,7 +14307,7 @@

      Known dependencies on this specification

    CSS Transforms Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -14228,7 +14391,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -14271,7 +14434,7 @@

      Known dependencies on this specification

    CSS Transforms Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -14356,7 +14519,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -14376,7 +14539,7 @@

      Known dependencies on this specification

    CSS Transitions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -14459,7 +14622,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -14490,7 +14653,7 @@

      Known dependencies on this specification

    CSS Transitions Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -14559,7 +14722,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -14570,7 +14733,7 @@

      Known dependencies on this specification

    CSS Typed OM Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -15076,7 +15239,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -15095,7 +15258,7 @@

      Known dependencies on this specification

    CSS Typed OM Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -15118,7 +15281,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -15126,7 +15289,7 @@

    Known dependencies on this specification

    CSS Values and Units Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for CSS properties: @@ -15165,6 +15328,8 @@

      Potential issue(s)

    • <abs()>
    • <sign()>
    • <calc-constant>
    • +
    • <start-value>
    • +
    • <end-value>
  • Missing references for links:
      @@ -15278,7 +15443,7 @@

      Potential issue(s)

  • -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    CSS Values and Units Module Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -15613,7 +15780,7 @@

      Known dependencies on this specification

    CSS Will Change Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -15648,7 +15815,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -15664,7 +15831,7 @@

      Known dependencies on this specification

    CSS Writing Modes Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -15793,7 +15960,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -15850,7 +16017,7 @@

      Known dependencies on this specification

    CSSOM View Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Invalid WebIDL content found
    • @@ -15950,7 +16117,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    @@ -15988,7 +16156,7 @@

    Known dependencies on this specification

    Filter Effects Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -16123,7 +16291,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16141,7 +16309,7 @@

      Known dependencies on this specification

    Filter Effects Module Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16194,7 +16363,7 @@

      Known dependencies on this specification

    Font Metrics API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -16218,7 +16387,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -16226,7 +16395,7 @@

    Known dependencies on this specification

    Geometry Interfaces Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Possibly no definition for IDL properties: @@ -16302,7 +16471,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Media Queries Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -16385,7 +16555,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16414,7 +16584,7 @@

      Known dependencies on this specification

    Media Queries Level 5

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -16468,7 +16638,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16493,7 +16663,7 @@

      Known dependencies on this specification

    Motion Path Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -16582,7 +16752,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16596,7 +16766,7 @@

      Known dependencies on this specification

    Non-element Selectors Module Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -16630,7 +16800,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -16638,7 +16808,7 @@

    Known dependencies on this specification

    Proposals for the future of CSS Paged Media

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that use a dated URL: @@ -16662,7 +16832,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -16670,7 +16840,7 @@

    Known dependencies on this specification

    Resize Observer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -16717,7 +16887,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16728,7 +16898,7 @@

      Known dependencies on this specification

    Scroll-linked Animations

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSKeywordish, CSSOMString
    • @@ -16808,7 +16978,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -16816,7 +16986,7 @@

    Known dependencies on this specification

    Selectors Level 4

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -16929,7 +17099,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -16976,7 +17146,7 @@

      Known dependencies on this specification

    Web Animations

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -17116,7 +17286,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17140,17 +17310,17 @@

      Known dependencies on this specification

    Web Animations Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -17265,7 +17437,7 @@

    Known dependencies on this specification

    Devices and Sensors Working Group

    Accelerometer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -17331,7 +17503,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17346,7 +17518,7 @@

      Known dependencies on this specification

    Ambient Light Sensor

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -17392,7 +17564,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17405,7 +17577,7 @@

      Known dependencies on this specification

    Battery Status API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -17457,7 +17629,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -17470,7 +17642,7 @@

    Known dependencies on this specification

    Device Posture API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -17504,7 +17676,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -17512,7 +17684,7 @@

    Known dependencies on this specification

    DeviceOrientation Event Specification

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • WebIDL names also defined elsewhere: @@ -17566,7 +17738,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17582,7 +17754,7 @@

      Known dependencies on this specification

    Generic Sensor API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -17684,7 +17856,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17706,7 +17878,7 @@

      Known dependencies on this specification

    Geolocation Sensor

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -17758,7 +17930,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17769,7 +17941,7 @@

      Known dependencies on this specification

    Gyroscope

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -17825,7 +17997,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17838,7 +18010,7 @@

      Known dependencies on this specification

    HTML Media Capture

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for IDL properties: @@ -17873,7 +18045,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -17881,7 +18053,7 @@

    Known dependencies on this specification

    Magnetometer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -17943,7 +18115,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -17956,7 +18128,7 @@

      Known dependencies on this specification

    Media Capture Depth Stream Extensions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for IDL properties: @@ -18076,7 +18248,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -18087,7 +18259,7 @@

    Known dependencies on this specification

    Orientation Sensor

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -18166,7 +18338,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18177,7 +18349,7 @@

      Known dependencies on this specification

    Proximity Sensor

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -18224,7 +18396,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18238,18 +18410,18 @@

      Known dependencies on this specification

    Screen Wake Lock API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -18296,7 +18468,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18307,7 +18479,7 @@

      Known dependencies on this specification

    Vibration API (Second Edition)

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for IDL properties: @@ -18341,7 +18513,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18477,18 +18649,18 @@

      Known dependencies on this specification

    WebGPU Shading Language

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -18532,7 +18704,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18743,123 +18916,22 @@

      Known dependencies on this specification

    -
    -

    Media Source Extensions™

    -
    -

    Spec info

    - -
    -
    -

    Potential issue(s)

    -
      -
    • Unknown WebIDL names used: void
    • -
    • Missing references for WebIDL names: -
    • -
    • No definition for IDL properties: -
        -
      • ReadyState with type enum
      • -
      • "closed" with type enum-value, but found closed with type dfn for readystate
      • -
      • "open" with type enum-value, but found open with type dfn for readystate
      • -
      • "ended" with type enum-value, but found ended with type dfn for readystate
      • -
      • EndOfStreamError with type enum
      • -
      • "network" with type enum-value, but found network with type dfn for endofstreamerror
      • -
      • "decode" with type enum-value, but found decode with type dfn for endofstreamerror
      • -
      • MediaSource with type interface
      • -
      • sourceBuffers with type attribute, but found sourceBuffers with type dfn for mediasource
      • -
      • activeSourceBuffers with type attribute, but found activeSourceBuffers with type dfn for mediasource
      • -
      • readyState with type attribute, but found readyState with type dfn
      • -
      • duration with type attribute, but found duration with type dfn for mediasource
      • -
      • onsourceopen with type attribute, but found onsourceopen with type dfn for mediasource
      • -
      • onsourceended with type attribute, but found onsourceended with type dfn for mediasource
      • -
      • onsourceclose with type attribute, but found onsourceclose with type dfn for mediasource
      • -
      • addSourceBuffer(type) with type method, but found addSourceBuffer with type dfn for mediasource
      • -
      • removeSourceBuffer(sourceBuffer) with type method, but found removeSourceBuffer with type dfn for mediasource
      • -
      • endOfStream(error) with type method, but found endOfStream with type dfn for mediasource
      • -
      • setLiveSeekableRange(start, end) with type method, but found setLiveSeekableRange with type dfn for mediasource
      • -
      • clearLiveSeekableRange() with type method, but found clearLiveSeekableRange with type dfn for mediasource
      • -
      • isTypeSupported(type) with type method, but found isTypeSupported with type dfn for mediasource
      • -
      • AppendMode with type enum
      • -
      • "segments" with type enum-value, but found segments with type dfn for appendmode
      • -
      • "sequence" with type enum-value, but found sequence with type dfn for appendmode
      • -
      • SourceBuffer with type interface
      • -
      • mode with type attribute, but found mode with type dfn for sourcebuffer
      • -
      • updating with type attribute, but found updating with type dfn for sourcebuffer
      • -
      • buffered with type attribute, but found buffered with type dfn for sourcebuffer
      • -
      • timestampOffset with type attribute, but found timestampOffset with type dfn for sourcebuffer
      • -
      • audioTracks with type attribute, but found audioTracks with type dfn for sourcebuffer
      • -
      • videoTracks with type attribute, but found videoTracks with type dfn for sourcebuffer
      • -
      • textTracks with type attribute, but found textTracks with type dfn for sourcebuffer
      • -
      • appendWindowStart with type attribute, but found appendWindowStart with type dfn for sourcebuffer
      • -
      • appendWindowEnd with type attribute, but found appendWindowEnd with type dfn for sourcebuffer
      • -
      • onupdatestart with type attribute, but found onupdatestart with type dfn for sourcebuffer
      • -
      • onupdate with type attribute, but found onupdate with type dfn for sourcebuffer
      • -
      • onupdateend with type attribute, but found onupdateend with type dfn for sourcebuffer
      • -
      • onerror with type attribute, but found onerror with type dfn for sourcebuffer
      • -
      • onabort with type attribute, but found onabort with type dfn for sourcebuffer
      • -
      • appendBuffer(data) with type method, but found appendBuffer with type dfn for sourcebuffer
      • -
      • abort() with type method, but found abort with type dfn for sourcebuffer
      • -
      • remove(start, end) with type method, but found remove with type dfn for sourcebuffer
      • -
      • SourceBufferList with type interface
      • -
      • length with type attribute, but found length with type dfn for sourcebufferlist
      • -
      • onaddsourcebuffer with type attribute, but found onaddsourcebuffer with type dfn for sourcebufferlist
      • -
      • onremovesourcebuffer with type attribute, but found onremovesourcebuffer with type dfn for sourcebufferlist
      • -
      • createObjectURL(mediaSource) with type method, but found createObjectURL with type dfn for url
      • -
      • sourceBuffer with type attribute, but found sourceBuffer with type dfn for audiotrack
      • -
      • sourceBuffer with type attribute, but found sourceBuffer with type dfn for audiotrack
      • -
      • sourceBuffer with type attribute, but found sourceBuffer with type dfn for audiotrack
      • -
    • -
    • Missing references for links: -
    • -
    • External links to outdated specs: -
    • -
    -
    -
    -

    Known dependencies on this specification

    -

    Normative references to this spec from:

    - -

    Informative references to this spec from:

    - -
    -

    Immersive Web Working Group

    WebXR Anchors Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -18903,7 +18975,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -18911,7 +18983,7 @@

    Known dependencies on this specification

    WebXR Augmented Reality Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -18962,7 +19034,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -18979,7 +19051,7 @@

      Known dependencies on this specification

    WebXR Depth Sensing Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -19038,7 +19110,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -19046,18 +19118,18 @@

    Known dependencies on this specification

    WebXR Device API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -19195,7 +19267,7 @@

      Known dependencies on this specification

    WebXR DOM Overlays Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -19257,7 +19329,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -19265,7 +19337,7 @@

    Known dependencies on this specification

    WebXR Gamepads Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -19320,7 +19392,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -19331,7 +19403,7 @@

      Known dependencies on this specification

    WebXR Hand Input Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -19389,7 +19461,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -19397,7 +19469,7 @@

    Known dependencies on this specification

    WebXR Hit Test Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -19473,7 +19545,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

    @@ -19485,7 +19557,7 @@

    Known dependencies on this specification

    WebXR Layers API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -19602,7 +19674,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -19618,7 +19690,7 @@

      Known dependencies on this specification

    WebXR Lighting Estimation API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -19679,7 +19751,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -19690,18 +19762,18 @@

    Known dependencies on this specification

    Internationalization Working Group

    Encoding Standard

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Math Working Group

    -
    +

    MathML Core

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -

    The following network or parsing error occurred: TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111

    -

    Reffy could not render this specification as a DOM tree and cannot say anything about it as a result. In particular, it cannot include content defined in this specification in the analysis of other specifications crawled in this report.

    +
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -19798,7 +19968,7 @@

    Known dependencies on this specification

    Media Working Group

    Media Capabilities

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -19860,7 +20030,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -19870,34 +20040,46 @@

      Known dependencies on this specification

      No informative reference to this spec from other specs.

    -
    +

    Media Playback Quality

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -

    The following network or parsing error occurred: TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111

    -

    Reffy could not render this specification as a DOM tree and cannot say anything about it as a result. In particular, it cannot include content defined in this specification in the analysis of other specifications crawled in this report.

    +
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    Media Session Standard

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -19943,7 +20125,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -19952,9 +20134,149 @@

    Known dependencies on this specification

    +
    +

    Media Source Extensions™

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    + +
    +
    +

    Known dependencies on this specification

    +

    Normative references to this spec from:

    + +

    Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

    + +

    No informative reference to this spec from other specs.

    +
    +

    Picture-in-Picture

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -20023,7 +20345,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -20031,18 +20353,18 @@

    Known dependencies on this specification

    WebCodecs

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -20162,7 +20484,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20179,22 +20501,52 @@

      Known dependencies on this specification

    +
    +

    Patents and Standards Interest Group

    +
    +

    W3C Patent Policy

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    + +
    +
    +

    Known dependencies on this specification

    +

    No normative reference to this spec from other specs.

    +

    No informative reference to this spec from other specs.

    +
    +
    +

    Pointer Events Working Group

    Pointer Events

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -20238,7 +20590,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20257,7 +20609,7 @@

      Known dependencies on this specification

      Privacy Community Group

      Private Click Measurement

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Broken external links: @@ -20281,7 +20633,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -20289,7 +20641,7 @@

    Known dependencies on this specification

    The Storage Access API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -20362,7 +20714,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -20373,7 +20725,7 @@

    Known dependencies on this specification

    Privacy Interest Group

    Mitigating Browser Fingerprinting in Web Specifications

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -20402,7 +20754,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20422,7 +20774,7 @@

      Known dependencies on this specification

      SVG Working Group

      Compositing and Blending Level 1

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Inconsistent references for links: @@ -20470,7 +20822,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20489,7 +20841,7 @@

      Known dependencies on this specification

    CSS Fill and Stroke Module Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -20553,7 +20905,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20568,7 +20920,7 @@

      Known dependencies on this specification

    Scalable Vector Graphics (SVG) 1.1 (Second Edition)

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Invalid WebIDL content found
    • @@ -20707,7 +21059,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -20747,7 +21099,7 @@

      Known dependencies on this specification

    Scalable Vector Graphics (SVG) 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -21226,7 +21578,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    SVG Accessibility API Mappings

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -21398,7 +21751,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -21415,7 +21768,7 @@

      Known dependencies on this specification

    SVG Animations

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -21542,7 +21895,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -21550,7 +21903,7 @@

    Known dependencies on this specification

    SVG Integration

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -21591,7 +21944,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -21602,7 +21955,7 @@

      Known dependencies on this specification

    SVG Strokes

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -21634,7 +21987,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -21645,7 +21998,7 @@

    Known dependencies on this specification

    Second Screen Working Group

    Open Screen Protocol

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -21739,7 +22092,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -21747,7 +22100,7 @@

    Known dependencies on this specification

    Presentation API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -21830,7 +22183,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -21845,7 +22198,7 @@

      Known dependencies on this specification

    Remote Playback API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -21898,7 +22251,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -21913,7 +22266,7 @@

      Known dependencies on this specification

      Service Workers Working Group

      Service Workers 1

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Unknown WebIDL names used: void
      • @@ -22126,11 +22479,12 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    @@ -22170,7 +22525,7 @@

    Known dependencies on this specification

    Technical Architecture Group

    CSS Properties and Values API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CSSOMString
    • @@ -22286,7 +22641,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22300,7 +22655,7 @@

      Known dependencies on this specification

    CSS Typed OM Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -22806,7 +23161,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22828,7 +23183,7 @@

      Known dependencies on this specification

      Timed Text Working Group

      WebVTT: The Web Video Text Tracks Format

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Missing references for links: @@ -22951,7 +23306,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22965,7 +23320,7 @@

      Known dependencies on this specification

      Tracking Protection Working Group

      Tracking Preference Expression (DNT)

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Unknown WebIDL names used: void
      • @@ -23021,7 +23376,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -23031,11 +23386,50 @@

    Known dependencies on this specification

    +
    +

    W3C Process Community Group

    +
    +

    W3C Process Document

    +
    +

    Spec info

    + +
    +
    +

    Potential issue(s)

    + +
    +
    +

    Known dependencies on this specification

    +

    Normative references to this spec from:

    + +

    No informative reference to this spec from other specs.

    +
    +
    +

    Web Application Security Working Group

    A Well-Known URL for Changing Passwords

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -23064,7 +23458,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -23072,7 +23466,7 @@

    Known dependencies on this specification

    Clear Site Data

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -23125,7 +23519,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -23133,7 +23527,7 @@

    Known dependencies on this specification

    Content Security Policy Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -23252,7 +23646,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23287,7 +23681,7 @@

      Known dependencies on this specification

    Content Security Policy: Embedded Enforcement

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -23333,7 +23727,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -23341,7 +23735,7 @@

    Known dependencies on this specification

    Credential Management Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -23429,7 +23823,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23445,7 +23839,7 @@

      Known dependencies on this specification

    Fetch Metadata Request Headers

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -23475,7 +23869,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23491,18 +23885,18 @@

      Known dependencies on this specification

    Mixed Content Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -23542,7 +23936,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23567,7 +23961,7 @@

      Known dependencies on this specification

    Permissions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • WebIDL names also defined elsewhere: @@ -23629,7 +24023,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Permissions Policy

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -23727,7 +24123,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Referrer Policy

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -23843,7 +24240,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23863,7 +24260,7 @@

      Known dependencies on this specification

    Secure Contexts

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -23907,7 +24304,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

      @@ -23944,7 +24341,7 @@

      Known dependencies on this specification

    Subresource Integrity

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    • @@ -23981,7 +24378,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -23999,7 +24396,7 @@

      Known dependencies on this specification

    Trusted Types

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -24180,7 +24577,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -24188,7 +24585,7 @@

    Known dependencies on this specification

    Upgrade Insecure Requests

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -24218,7 +24615,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -24522,7 +24919,7 @@

      Known dependencies on this specification

    Clipboard API and events

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -24602,7 +24999,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -24611,31 +25008,37 @@

      Known dependencies on this specification

      No informative reference to this spec from other specs.

    -
    +

    ContentEditable

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -

    The following network or parsing error occurred: TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111

    -

    Reffy could not render this specification as a DOM tree and cannot say anything about it as a result. In particular, it cannot include content defined in this specification in the analysis of other specifications crawled in this report.

    +
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    -
    +

    File API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Gamepad

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -24814,7 +25221,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -24831,9 +25238,9 @@

      Known dependencies on this specification

    -
    +

    Gamepad Extensions

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -24864,7 +25285,7 @@

    Known dependencies on this specification

    Image Resource

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -24902,22 +25323,24 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -

    No informative reference to this spec from other specs.

    +

    Informative references to this spec from:

    +

    Indexed Database API 3.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -25025,7 +25448,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25039,7 +25462,7 @@

      Known dependencies on this specification

    Input Events Level 2

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -25085,7 +25508,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -25097,7 +25520,7 @@

    Known dependencies on this specification

    Intersection Observer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -25178,7 +25601,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25191,7 +25614,7 @@

      Known dependencies on this specification

    Pointer Lock 2.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -25238,7 +25661,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25254,7 +25677,7 @@

      Known dependencies on this specification

    Push API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -25316,7 +25739,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25330,7 +25753,7 @@

      Known dependencies on this specification

    Selection API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for IDL properties: @@ -25390,7 +25813,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25401,7 +25824,7 @@

      Known dependencies on this specification

    The Screen Orientation API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: Screen
    • @@ -25442,7 +25865,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25460,7 +25883,7 @@

      Known dependencies on this specification

    UI Events

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: WindowProxy
    • @@ -25549,7 +25972,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -25582,25 +26005,26 @@

      Known dependencies on this specification

    -
    +

    Web App Manifest - Application Information

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -25624,7 +26048,7 @@

    Known dependencies on this specification

    Web Application Manifest

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -25663,16 +26087,17 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

    Web Share API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -25742,9 +26168,12 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    -

    No normative reference to this spec from other specs.

    +

    Normative references to this spec from:

    +

    No informative reference to this spec from other specs.

    @@ -25753,7 +26182,7 @@

    Known dependencies on this specification

    Web Authentication Working Group

    Web Authentication: An API for accessing Public Key Credentials - Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -25875,7 +26304,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

    @@ -25893,7 +26322,7 @@

    Known dependencies on this specification

    Web Bluetooth Community Group

    Web Bluetooth

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -25997,7 +26426,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26015,7 +26444,7 @@

      Known dependencies on this specification

      Web Cryptography Working Group

      Web Cryptography API

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Invalid WebIDL content found
      • @@ -26042,13 +26471,13 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Informative references to this spec from:

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -26123,7 +26551,7 @@

    Known dependencies on this specification

    Web Events Working Group

    Touch Events

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: WindowProxy
    • @@ -26173,7 +26601,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    -

    Informative references to this spec from:

    - +

    No informative reference to this spec from other specs.

    @@ -26194,7 +26620,7 @@

    Known dependencies on this specification

    Web Fonts Working Group

    Incremental Font Transfer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    This specification looks good!

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -26216,7 +26642,7 @@

    Known dependencies on this specification

    WOFF File Format 2.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -26240,7 +26666,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -26255,18 +26681,18 @@

    Known dependencies on this specification

    Web Machine Learning Working Group

    Web Neural Network API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -26314,7 +26740,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -26323,23 +26749,87 @@

    Known dependencies on this specification

    Web NFC Community Group

    -
    -

    Web NFC API

    -
    +
    +

    Web NFC

    +

    Spec info

    -
    +

    Potential issue(s)

    -

    The following network or parsing error occurred: TimeoutError: Navigation timeout of 120000 ms exceeded TimeoutError: Navigation timeout of 120000 ms exceeded at /home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111

    -

    Reffy could not render this specification as a DOM tree and cannot say anything about it as a result. In particular, it cannot include content defined in this specification in the analysis of other specifications crawled in this report.

    +
    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26353,7 +26843,7 @@

      Known dependencies on this specification

      Web Payments Working Group

      Payment Handler API

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Broken external links: @@ -26464,7 +26954,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26478,18 +26968,18 @@

      Known dependencies on this specification

    Payment Method Identifiers

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -26498,7 +26988,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26512,7 +27002,7 @@

      Known dependencies on this specification

    Payment Method Manifest

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -26562,7 +27052,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26576,7 +27066,7 @@

      Known dependencies on this specification

    Payment Method: Basic Card

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26604,18 +27094,18 @@

      Known dependencies on this specification

    Payment Request API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26695,7 +27185,7 @@

      Known dependencies on this specification

    Secure Payment Confirmation

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -26798,7 +27288,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -26809,7 +27299,7 @@

    Known dependencies on this specification

    Web Performance Working Group

    Beacon

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No definition for IDL properties: @@ -26851,7 +27341,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -26862,7 +27352,7 @@

    Known dependencies on this specification

    Cooperative Scheduling of Background Tasks

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -26903,7 +27393,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -26918,7 +27408,7 @@

      Known dependencies on this specification

    Device Memory

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -26941,7 +27431,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -26949,7 +27439,7 @@

    Known dependencies on this specification

    High Resolution Time

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -26991,7 +27481,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    Long Tasks API 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -27076,7 +27571,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -27088,18 +27583,18 @@

      Known dependencies on this specification